Book Image

Deep Learning with Python [Video]

By : Eder Santana
Book Image

Deep Learning with Python [Video]

By: Eder Santana

Overview of this book

<p>Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language with its increasing number of libraries that are available in Python. The aim of deep learning is to develop deep neural networks by increasing and improving the number of training layers for each network, so that a machine learns more about the data until it’s as accurate as possible. Developers can avail the techniques provided by deep learning to accomplish complex machine learning tasks, and train AI networks to develop deep levels of perceptual recognition.&nbsp;</p> <p>Deep learning is the next step to machine learning with a more advanced implementation. Currently, it’s not established as an industry standard, but is heading in that direction and brings a strong promise of being a game changer when dealing with raw unstructured data. Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language processing. Developers can avail the benefits of building AI programs that, instead of using hand coded rules, learn from examples how to solve complicated tasks. With deep learning being used by many data scientists, deeper neural networks are evaluated for accurate results.</p> <p>This course takes you from basic calculus knowledge to understanding backpropagation and its application for training in neural networks for deep learning and understand automatic differentiation. Through the course, we will cover thorough training in convolutional, recurrent neural networks and build up the theory that focuses on supervised learning and integrate into your product offerings such as search, image recognition, and object processing. Also, we will examine the performance of the sentimental analysis model and will conclude with the introduction of Tensorflow.</p> <p>By the end of this course, you can start working with deep learning right away. This course will make you confident about its implementation in your current work as well as further research.</p> <h1>Style and Approach</h1> <p>An easy-to-follow and structured video tutorial with practical examples and coding with IPython notebooks to help you get to grips with each and every aspect of deep learning.</p>
Table of Contents (6 chapters)
Chapter 5
"for" Loops and Recurrent Neural Networks in Theano
Content Locked
Section 1
Theano "for" Loops – the "scan" Module
How to write a loop in Theano? - Define the "step" function - Iterate the step with "scan" - Compile and test the for/scan output