INTERACTIVE COURSES
Neural networks: foundations and mathematics
University-grade introductory path to neural networks, from the formal neuron definition all the way to regularisation and advanced optimisers. Language-agnostic, accessible to a motivated high-school reader.
- 00 8 minForewordWhy neural networks, which problems they actually solve, and how to read this course.
- 01 18 minThe artificial neuronFrom biological to mathematical, what really happens inside the elementary brick of a network.
- 02 22 minEssential linear algebraVectors, dot products and matrices: exactly what you need to speak neural-network language.
- 03 16 minActivation functionsIdentity, sigmoid, ReLU, tanh: why they exist, what they give, and how to choose.
- 04 35 minThe perceptronHow Rosenblatt taught a machine to learn without a gradient (1958).
- 05 22 minFrom the neuron to the multilayer networkStacking neurons to solve XOR, then approximating almost any function.
- 06 20 minForward pass and loss functionsFrom input to prediction, then how to give it a score.
- 07 18 minDerivatives and the chain ruleFrom the slope of a curve to the gradient: the tool that turns the cost landscape into a path of descent.
- 08 22 minBackpropagationA single backward pass that recovers the gradient of every weight: the chain rule, industrialised.