Perceptron

Machine Learning

Gradient Descent Explained Simply

In this video, learn about Gradient Descent and how we can use it to update the weights and bias of our AI model. Time Stamps 00:00 – what is gradient descent? 00:37 – gradient descent vs perception 01:04 – sigmoid activation function 01:45 – bias and threshold 02:06 – weighted sum – working example 02:37 […]

Read More
Neural Networks Python

Create a Simple Neural Network in Python from Scratch

In this video learn how an artificial neural network works, and how to build one yourself in Python. Source code is at https://github.com/jonasbostoen/simple-neural-network

Read More