Book Image

Deep Learning - Artificial Neural Networks with Tensorflow [Video]

By : Lazy Programmer
Book Image

Deep Learning - Artificial Neural Networks with Tensorflow [Video]

By: Lazy Programmer

Overview of this book

TensorFlow is the world’s most popular library for deep learning, and it is built by Google. It is the library of choice for many companies doing AI and machine learning. So, if you want to do deep learning, you got to know TensorFlow. In this course, you will learn how to use TensorFlow 2 to build deep neural networks. We will first start by learning the basics of machine learning, classification, and regression. Then in the next section, we will understand the connection between artificial neural networks and biological neural networks and how that inspires our thinking in the field of deep learning. In the last two sections, you will learn about loss functions to understand mean squared error, binary cross entropy, and categorical cross entropy and gradient descent to understand stochastic gradient descent, momentum, variable and adaptive learning rates, and Adam optimization. By the end of this course, we will have understood how to use TensorFlow for artificial neural networks in deep learning. All the notebooks used in the course are available at: https://github.com/PacktPublishing/Deep-Learning---Artificial-Neural-Networks-with-TensorFlow
Table of Contents (5 chapters)
Chapter 2
Machine Learning and Neurons
Content Locked
Section 4
Code Preparation (Regression Theory)
In this video, we will take a crash course in linear regression for TensorFlow 2.0.