Tag: Python
Lesson 02
Build a first Machine Learning model capable of learning its parameters from data
...Read moreLesson 03
Understand how a model gradually adjusts its weight to learn from data
...Read moreLesson 04
Apply gradient descent to the watering model and discover the limits of a simple score
...Read moreLesson 05
Transform a score with the sigmoid, discover a first artificial neuron, and make it learn
...Read moreLesson 06
Understand why a single neuron is not always enough and build our first small neural network
...Read more