Tag: Python
Lesson 01

First steps with Python on the UNO Q: variables, rules, observations and first learning data

...Read more
Lesson 02

Build a first Machine Learning model capable of learning its parameters from data

...Read more
Lesson 03

Understand how a model gradually adjusts its weight to learn from data

...Read more
Lesson 04

Apply gradient descent to the watering model and discover the limits of a simple score

...Read more
Lesson 05

Transform a score with the sigmoid, discover a first artificial neuron, and make it learn

...Read more
Lesson 06

Understand why a single neuron is not always enough and build our first small neural network

...Read more