Start with machine learning concepts, build a working model, then learn the libraries behind modern language-model applications. These picks prioritize useful implementation skills over collecting badges.
Start with Google's ML foundations if model evaluation and training terminology are unfamiliar.
Use fast.ai to build and improve a small model before adding more theory.
Move into the Hugging Face LLM material once Python and basic deep learning feel comfortable.
The sequence, role fit and project exercises are editorial recommendations. Provider requirements and certificate conditions are shown separately.
These resources offer free learning access. Some are guided tutorials rather than full courses. A free course does not necessarily include a certificate, hosted compute, private-repository features or a professional exam.
1. Google · Course
Machine Learning Crash Course
A focused starting point for understanding models, data and evaluation before building an AI application.
Level
Beginner
Before you start
Python basics, algebra and comfort reading simple code.
Time commitment
Self-paced; total duration not stated
What is free?
Free learning material. Check prerequisites before starting.
Certificate
Not confirmed · Check current provider terms.
Turn it into project evidence
Compare two simple models on a held-out dataset. Explain which metric matters and investigate an error case.