Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

Building Strong ML Foundations: Chapter 2 - Classification is Now Live

DEV Community·zkaria gamal·23 days ago
#Uc4JxSvB
Reading 0:00
15s threshold

A few weeks ago I published Chapter 1 of my hands-on AI tutorial series, focused on Regression. Today, I'm excited to share that Chapter 2: Classification is complete. This series isn't just another collection of notebook tutorials. I'm building it to truly understand how these algorithms work under the hood — implementing them from scratch where it makes sense, comparing them properly, and focusing on concepts that actually matter in interviews and real projects. What’s in Chapter 2 I implemented and analyzed five core classification algorithms: Logistic Regression (implemented from scratch with NumPy, plus scikit-learn version) K-Nearest Neighbors (KNN) Classifier Random Forest Classifier XGBoost Classifier Support Vector Classifier (SVC) with different kernels Key Focus Areas This chapter goes deeper than just training models.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More