Deep Learning

Deep Learning

Nanodegree key: nd101

Version: 6.0.0

Locale: en-us

Learn about foundational topics in the exciting field of deep learning, the technology behind state-of-the-art artificial intelligence.

Content

Part 01 : Introduction to Deep Learning

Introduce yourself to deep learning by applying style transfer to your own images, and gaining experience using development tools such as Anaconda and Jupyter notebooks.

Part 02 : Neural Networks

Learn neural network basics, and build your first network with Python and NumPy. Use the modern deep learning framework PyTorch to build multi-layer neural networks, and analyze real data.

Part 03 : Convolutional Neural Networks

Learn how to build convolutional networks and use them to classify images (faces, melanomas, etc.) based on patterns and objects that appear in them. Use these networks to learn data compression and image de-noising.

Part 04 : Recurrent Neural Networks

Build your own recurrent networks and long short-term memory networks with PyTorch; perform sentiment analysis and use recurrent networks to generate new text from TV scripts.

Part 05 : Generative Adversarial Networks

Learn to understand and implement a Deep Convolutional GAN (generative adversarial network) to generate realistic images, with Ian Goodfellow, the inventor of GANs, and Jun-Yan Zhu, the creator of CycleGANs.

Part 06 : Deploying a Model

Train and deploy your own sentiment analysis model using Amazon's SageMaker. Deployment gives you the ability to use a trained model to analyze new, user input. Build a model, deploy it, and create a gateway for accessing it from a website.

Part 07 (Elective): Additional Lessons

Lessons that provide some additional examples on regression tasks and accuracy metrics as well as on the basic functions that run deep learning frameworks.

Part 08 (Elective): TensorFlow, Keras Frameworks

Optional: Learn how to approach deep learning and data-driven tasks using TensorFlow and Keras frameworks.