Skip to content

ProtonX-AI/deep-learning-with-tensorflow-and-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

91 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Basics


Β  Β 

πŸ”₯ Among the top 10 ML repos on GitHub

  • Learn Python basics with notebooks.
  • Use data science libraries like NumPy and Pandas.
  • Implement basic ML models in TensorFlow 2.0 + Keras or PyTorch.
  • Learn best practices with clean code, simple math and visualizations.
πŸ““ Notebooks 🐍 Python πŸ”’ NumPy
🐼 Pandas TensorFlow PyTorch
πŸ“ˆ Linear Regression
|
πŸ“Š Logistic Regression
|
οΈπŸŽ› Multilayer Perceptrons
|
πŸ”Ž Data & Models
|
πŸ›  Utilities
|
οΈβœ‚οΈ Preprocessing
|
οΈπŸ–Ό Convolutional Neural Networks
|
πŸ‘‘ Embeddings
|
πŸ“— Recurrent Neural Networks
|

Notebooks

  • πŸ“š Illustrative ML notebooks available in both TensorFlow 2.0 + Keras and PyTorch.
    • Should I pick TensorFlow or PyTorch? Choice of framework doesn’t matter! We see a lot of great projects that use either TensorFlow + Keras or PyTorch and there’s tremendous value is knowing how to at least read both. If you have to work with a specific framework because of work/team constraints, you absolutely need to be literate in both so you can reimplement what you need. Don’t dismiss a project because it's not in your framework, especially now when they all share so many similarities. Check out the basic lessons and choose what you find more intuitive/suitable but the most important thing is to work on projects and share them with the community.
    • Do I need to know both TensorFlow or PyTorch? It is very important to at least know how to read both frameworks because cutting edge research continues to use both frameworks. Luckily, they're both very easy to learn and very easy to rewrite in the other framework.
  • πŸ’» These are not just a set of tutorials where we just load a bunch of packages and apply it on preloaded datasets. We explain every concept in the notebooks with clean code, simple math and visualizations to make them as intuitive as possible.
  • πŸ““ If you prefer Jupyter Notebooks or want to add/fix content, check out the notebooks directory.

Next Steps

It's not enough just to learn about machine learning algorithms but you also need to learn how to apply it and deliver (actual) value. So be sure to check out our latest course: Applied ML in Production