Book Image

Hands-On Deep Learning with TensorFlow 2.0 [Video]

By : Akshat Gupta, Ekta Saraogi
3 (1)
Book Image

Hands-On Deep Learning with TensorFlow 2.0 [Video]

3 (1)
By: Akshat Gupta, Ekta Saraogi

Overview of this book

<p>Are you eager to deep dive into the details of neural networks and would like to play with it? Do you want to learn Deep Learning Techniques to build projects with the latest Tensorflow 2.0. You may use Keras but it is a high-level implementation which itself uses Tensorflow in the backend and you can’t make changes up to that level in your model as of TensorflowKeras. A good data scientist must have the skill of how things are going on behind the scenes.<br />This course will help you to be a good Data Scientist by giving hands-on knowledge of Tensorflow 2.0. You will implement real deep learning algorithms and will be available with all the implementation. Using implementation you will learn core details of a neural network like forward-propagation i.e, how to initialize weights and backpropagation i.e, how to update weights with gradient descent algorithm, Cost functions like cross entropy and much more.<br />By the end of this course, you will be confident to implement your own neural network that is a very amazing thing you are adding to your toolbox.</p> <p><span id="description" class="sugar_field">All the code and supporting files for this course are available on GitHub at <a style="font-weight: normal;" href="https://github.com/PacktPublishing/Hands-on-Deep-Learning-with-TensorFlow-2.0" target="_new">https://github.com/PacktPublishing/Hands-on-Deep-Learning-with-TensorFlow-2.0</a></span></p> <h1>Style and Approach</h1> <p>Our approach is pretty simple and straightforward. In this course, you will be given some introductory part in every section and the advantages and application of that particular topic. After that, we will walk through the code in Python with crisp and clear explanation and easy to understand. Each section will be followed with the Quiz revolve around what we have learned so far, this will make you confident that how proficient you are till now.</p>
Table of Contents (7 chapters)
Chapter 3
ConvNet in TensorFlow
Content Locked
Section 3
Architecture of CNNs
The aim of this video is to go through the architecture of CNN and also take you through a case-study using CNN. - Understand the architecture of CNN in detail - Discuss about the case-study on pneumonia detection from X-Ray using convolutional neural networks