
In this video I will provide you some links to good materials you may need in order to get up and running with deep learning.
High altitude overview of what we will do in this course.
Here I will guide you through famous tensorflow playground platform which allows us to create simple deep neural networks and visually see how they work.
In order to train our neural network we first need data set to work with. In this video we will see data we will work with.
In this video we will create a simple so called "feedforward" deep neural network for binary classification. This will be a network we will use throughout the course.
In this video we will see what is activation function and why it is used by a neural network. In particular we will explore sigmoid function, every single aspect of it.
In this video we will train our neural network using simple trick instead of backpropagation in order to avoid complex math and make our experiments easier for the beginner.
In this video we will see how input data is travelling through neural network, from start to end, in 2D.
In this video I will briefly introduce you to backpropagation. We will discuss what it is and what it does.
In this video we will continue our journey on how input signal is transformed as it goes from neural network's input to it's output. This time in 3D.
In previous videos we visualized data transformation. But data is transformed according to functions used in neurons. So in this video we will visualize functions themselves!
In this video we will see what is the magic behind deep neural network. We will visually see why and how neural network is able to make accurate predictions using. We will use 2D plots.
In this video we will continue to explore the magic behind deep neural network. In 3D this time.
In this video you will see how to visualize decision boundary for your neural network (just like the decision boundary you see in tensorflow playground neural network constructor).
Summary and ideas for you to try at home.
Visual introduction to Deep Learning based on simple deep neural network. Take this course if you want to understand the magic behind deep neural networks and to get a excellent visual intuition on what is happening under the hood when data is travelling through the network and ends up as a prediction at it's output.
In this course we will fully demystify such concepts as weights, biases and activation functions. You will visually see what exactly they are doing and how neural network uses these components to come up with accurate predictions.