Machine learning
Machine learning allows programs to learn patterns from data. Instead of fixed rules, models are trained to make predictions and guide decisions.
- What machine learning is — Core concepts of training and inference.
- Training a simple model — Fitting a supervised model to data.
- Using a trained model — Making predictions from new inputs.
- Saving and loading models — Persisting models for reuse.