Book Image

Deep Learning for Python Developers [Video]

By : Will Ballard
Book Image

Deep Learning for Python Developers [Video]

By: Will Ballard

Overview of this book

Deep learning is a new superpower which will let you build AI systems that just weren't possible a few years ago. It's time to utilize intelligent automation to help your business grow, keep organized, and stay on top of the competition. This course is for Python developers who haven't worked with machine learning or data science, and want to build intelligent systems right away—without taking a math degree! You will learn about recurrent neural networks, Backprop, SGD, and more. You will work on code examples that are used in a developer's life on a daily basis; you'll not only master the theory, you'll also see how to applied it in the industry as a whole. You will practice all these ideas in MxNet, TensorFlow, Keras, and Gluon. Last but not the least, build Convolutional Neural Networks and apply them to image data. Deep Learning is currently enabling numerous exciting applications in speech recognition, music synthesis, machine translation, natural language understanding, and many others. AI is transforming multiple industries. After finishing this course, you will likely find creative ways to apply it to your work. We will help you master Deep Learning, understand how to apply it, and build a career in AI. All the code and supporting files for this course are available on GitHub at https://github.com/PacktPublishing/Deep-Learning-for-Python-Developers
Table of Contents (5 chapters)
Chapter 1
Getting Started with Deep Learning
Content Locked
Section 4
Using Forward Propagation, Backprop, and SGD
The aim of this video is to learn how machine learning algorithms work under the hood. - Understand gradients - Understand learning rates - Watch machine learning in action