Core ML
Classical ML, deep learning, training patterns, and foundations
Deep Learning Foundations
- Core ML
Backpropagation
The algorithm that tells each weight in a network how to nudge itself so the next prediction comes out a little less wrong.
- Core ML
Neural Networks (Multi-Layer Perceptron)
A stack of simple math units that learns to turn raw inputs into useful predictions by bending straight lines into curves.