Skip to content

Course Material (Jupyter Notebooks) for Udacity's Deep Learning with PyTorch course

License

Notifications You must be signed in to change notification settings

chrismartinis/deep_learning_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning with PyTorch

This was the course I took after having completed the 'AI Programming with Python' Nanodegree. It helped me dive deeper into PyTorch and learn some additional cool stuff one can do with it.

Check out the course detailes here.

About the course

Udacity have built this course as an introduction to deep learning. Deep learning is a field of machine learning utilizing massive neural networks, massive datasets, and accelerated computing on GPUs. Many of the advancements we've seen in AI recently are due to the power of deep learning. This revolution is impacting a wide range of industries already with applications such as personal voice assistants, medical imaging, automated vehicles, video game AI, and more.

In this course, we'll be covering the concepts behind deep learning and how to build deep learning models using PyTorch. We've included a lot of hands-on exercises so by the end of the course, you'll be defining and training your own state-of-the-art deep learning models.

PyTorch

PyTorch is an open-source Python framework from the Facebook AI Research team used for developing deep neural networks. PyTorch can be thought of as an extension of NumPy that has some convenience classes for defining neural networks and accelerated computations using GPUs. PyTorch is designed with a Python-first philosophy, it follows Python conventions and idioms, and works perfectly alongside popular Python packages.

License

MIT

About

Course Material (Jupyter Notebooks) for Udacity's Deep Learning with PyTorch course

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published