Skip to content

Deep Learning basics in Python using NumPy, PyTorch, and TensorFlow/Keras: linear regression, softmax regression, multilayer perceptron, etc.

Notifications You must be signed in to change notification settings

zafarrafii/Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Learning

Deep learning basics in Python using NumPy, PyTorch, and TensorFlow/Keras: linear regression, softmax regression, multilayer perceptron, etc.

deep-learning.ipynb

This Jupyter notebook presents fully-detailed and commented examples of classic deep learning models written from scratch in NumPy and in PyTorch, and also using higher-level APIs in PyTorch and in TensorFlow/Keras, with the help of Dive into Deep Learning interactive book.

Models:

  • Linear regression
  • Softmax regression
  • Multilayer perceptron
  • ...

See Jupyter notebook viewer.

Author

About

Deep Learning basics in Python using NumPy, PyTorch, and TensorFlow/Keras: linear regression, softmax regression, multilayer perceptron, etc.

Topics

Resources

Stars

Watchers

Forks