Supervised Machine Learning: Concepts I Finally Understand

π Hi, I'm Anshika β a B.Tech student on a mission to learn and build using AI and machine learning.
I recently completed the Supervised Machine Learning course by Andrew Ng on Coursera β the first step in the Machine Learning Specialization by DeepLearning.AI.
Hereβs what I learned, how I approached it, and what I plan to do next π
π What is Supervised Machine Learning?
Supervised ML is about teaching a machine to learn from labeled data. That means we give the model input features (X) and the correct output (y), so it can learn to make predictions on new data.
There are two main types of problems:
Regression β Predicting continuous values (e.g., traffic speed, house prices)
Classification β Predicting categories (e.g., spam or not spam)
π§ Key Concepts I Learned
Linear Regression (single and multiple variables)
Gradient Descent β optimization technique to minimize error
Cost Function (MSE) β measures how wrong the model is
Logistic Regression β used for binary classification
Overfitting vs. Underfitting
Regularization β helps prevent overfitting
π οΈ Tools I Used
Python
NumPy
Jupyter Notebook (to test code and visualize learning)
I mostly worked through the course labs, re-implemented some functions from scratch, and played with small data examples to get comfortable.
π‘ What Helped Me Understand Better
Visualizing the cost function and gradient descent updates
Repeating tough concepts like regularization multiple times
Taking notes in my own words
Reading peer discussions and Stack Overflow when stuck
π What's Next?
I'm planning to:
Start the next course in the specialization: Unsupervised Learning
Apply what Iβve learned to a real dataset (maybe traffic or energy consumption!)
Write more tutorials on ML concepts β in beginner-friendly ways
π Final Thoughts
Starting out in ML felt overwhelming at first β but this course gave me a strong foundation. If you're also learning machine learning or about to start this course, feel free to reach out or drop a question!
Thanks for reading π±
π Letβs Connect:
GitHub: https://github.com/anshikalohan
LinkedIn: https://www.linkedin.com/in/anshika-lohan-570484273/
Stay tuned for more beginner-friendly posts as I learn and build in public! β¨
Subscribe to my newsletter
Read articles from Anshika directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
