class Sam:
def __init__(self):
self.mission = "Becoming an ML Engineer at a top tech company"
self.currently = "Learning Machine Learning from the ground up"
self.building = "In public โ every step documented"
self.location = "Algeria"
self.writing = "Medium โ coming soon"
self.visuals = "Instagram โ coming soon"
def say_hi(self):
print("I don't know everything yet. But I'm showing up every day. ๐")
me = Sam()
me.say_hi()Here's exactly where I am and where I'm going. Updated as I progress.
| Phase | Topics | Status |
|---|---|---|
| ๐ Phase 1 โ Math & Foundations | Linear Algebra, Calculus, Statistics, Probability | ๐ In Progress |
| ๐ Phase 2 โ Python for ML | NumPy, Pandas, Matplotlib, Scikit-learn | โณ Up Next |
| ๐ค Phase 3 โ Core ML | Regression, Classification, Clustering, Trees | โณ Upcoming |
| ๐ฅ Phase 4 โ Deep Learning | Neural Networks, CNNs, RNNs, PyTorch | โณ Upcoming |
| ๐ Phase 5 โ Projects & Specialization | Real datasets, NLP or CV, end-to-end pipelines | โณ Upcoming |
| ๐ Phase 6 โ Interview Prep | ML System Design, LeetCode, Theory | โณ Upcoming |
๐ง ML projects coming soon โ I'm building my foundations first. Every project will be fully documented with a write-up on Medium.
| Project | Description | Status |
|---|---|---|
| ๐ Linear Regression from Scratch | Implementing it with pure NumPy, no shortcuts | ๐ Planned |
| ๐ My First Real Dataset | End-to-end: clean, explore, model, evaluate | ๐ Planned |
| ๐ More coming... | As I learn, I build | ๐ Ongoing |
I document everything I learn. One concept at a time.
- ๐ Medium โ Deep dives into ML concepts as I learn them โ coming soon
- ๐ธ Instagram โ Visual carousels breaking down ML topics โ coming soon
Follow along โ the journey starts now.
