Book Image

Hands-On Python Deep Learning [Video]

By : Radhika Datar
Book Image

Hands-On Python Deep Learning [Video]

By: Radhika Datar

Overview of this book

<p><span id="description" class="sugar_field">Deep learning is the next step to a more advanced implementation of machine learning. The course resolves the confusion between machine learning and deep learning by focusing only on deep learning concepts. Deep learning techniques are used in real-world scenarios such as image scanning, face detection, and many more. It is important to know deep learning algorithms as they are currently trending in sectors such as healthcare, finance, and many more. This hands-on course will help you tackle various issues that you come across while building your Deep Learning applications in the healthcare domain. Right from building your neural nets to reinforcement learning and working with different Deep Learning applications such as computer Vision and voice and image recognition, this course will be your guide in tackling different situations and issues and provide the end to end application of deep learning concepts in the healthcare domain. By the end of the course, you will be able to build neural networks and Deep learning models for your own projects.</span></p> <p><span class="sugar_field">The code bundle for this video course is available at - https://github.com/PacktPublishing/Hands-On-Python-Deep-Learning</span></p> <h1><span class="sugar_field">Style and Approach</span></h1> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This course is a step-by-step structured video tutorial with practical examples and coding to provide solutions to Deep Learning problems in Python. The course's approach includes various sections, starting with the basic implementation and moving on to advanced levels; each section includes a challenging case study to boost your thinking ability.</span></span></p>
Table of Contents (8 chapters)
Chapter 5
Improving the Performance with Keras
Content Locked
Section 3
Representing Simple FeedForward Neural Network Using Keras
This video will teaches us how to create LSTM model with base of recurrent neural network for classification of cats and dogs images. - Focus on the model creation - Encode the parameters - Analyze the output