Skip to content

This is a implementation for Deep Neural Networks with PyTorch (Coursera)

Notifications You must be signed in to change notification settings

mo26-web/Deep-Neural-Networks-with-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Neural-Networks-with-PyTorch

This is a implementation for Deep Neural Networks with PyTorch (coursera).

The course start with Pytorch's tensors and Automatic differentiation package. Then each section cover different models starting off with fundamentals such as Linear Regression, and logistic/softmax regression. Followed by Feedforward deep neural networks, the role of different activation functions, normalization and dropout layers. Then Convolutional Neural Networks and Transfer learning is covered. Finally, several other Deep learning methods is covered.

Learning Outcomes

  • Explain and apply their knowledge of Deep Neural Networks and related machine learning methods.
  • Know how to use Python libraries such as PyTorch for Deep Learning applications.
  • Build Deep Neural Networks using PyTorch.

References

https://www.coursera.org/learn/deep-neural-networks-with-pytorch

About

This is a implementation for Deep Neural Networks with PyTorch (Coursera)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages