I build machine learning systems the way high-performing engineering teams do: from first principles, then production. Before reaching for a library, I implement the algorithm by hand β because the ability to reason about a model's failure modes matters more than the ability to call .fit() on it.
My long-term direction is AI Systems Engineering β the discipline sitting at the intersection of modeling, deployment, and governance that defines how frontier labs like OpenAI, Anthropic, DeepMind, and Meta AI actually ship models into the real world. That's the bar I'm building toward.
class Aman:
def __init__(self):
self.role = "ML Engineer, first-principles trained"
self.focus = ["Machine Learning", "Deep Learning", "MLOps", "AI Governance"]
self.philosophy = "Understand it from scratch, then scale it with tools"
self.currently = "Building deployable ML systems, not just notebooks"
self.target_bar = ["Meta", "OpenAI", "Anthropic", "Google DeepMind", "NVIDIA", "SpaceX"]
self.open_to = ["collaboration", "internships", "research discussions"]
def say_hi(self):
return "Let's build something that ships."
me = Aman()
print(me.say_hi())| Stage | Focus | Status |
|---|---|---|
| Foundations | ML algorithms & optimization from scratch β no shortcuts | β |
| Applied ML | End-to-end pipelines on real-world, messy data | β |
| Interactive Tooling | Visual, explorable ML systems people can play with | β |
| Deep Learning & Deployment | Neural nets, MLOps, model serving | π |
| AI Governance & Monitoring | Oversight and control layers for production AI | π |
| Frontier-Caliber Portfolio | 5β10 polished projects β AI Systems Engineering roles | π |
π¬ ML-Algorithms-From-Scratch β the foundation everything else here is built on
A ground-up implementation of core ML β no sklearn.fit() shortcuts, every gradient derived and coded by hand.
| Aspect | Details |
|---|---|
| Stack | Python, NumPy |
| Coverage | Linear, Multiple, Polynomial & OLS Regression Β· Ridge, Lasso, Elastic Net Β· Logistic Regression, Perceptron, KNN, Linear SVM Β· Batch / Stochastic / Mini-batch Gradient Descent |
| Repository | amanml2026/ML-Algorithms-From-Scratch |
Why it matters: proves the math is understood, not just imported β the same instinct that separates researchers from library users at top labs.
π― ml-decision-surface-visualizer β interactive Streamlit + Plotly tool
| Aspect | Details |
|---|---|
| Stack | Python, Streamlit, Plotly |
| What it does | Renders SGD decision boundaries updating live as hyperparameters change |
| Repository | amanml2026/ml-decision-surface-visualizer |
Why it matters: shows I can build tools people interact with, not just static notebooks.
π’ titanic-survival-ml β full applied ML pipeline
| Aspect | Details |
|---|---|
| Stack | Python, Pandas, scikit-learn |
| Pipeline | Cleaning β feature engineering (family size, title extraction) β model comparison β cross-validation |
| Repository | amanml2026/titanic-survival-ml |
Why it matters: a disciplined, complete ML workflow on messy real-world data β the unglamorous 80% of the job.
π sales-analysis-dashboard β EDA & business storytelling
| Aspect | Details |
|---|---|
| Stack | Python, Pandas, Matplotlib |
| What it does | Translates raw sales data into decisions through exploratory analysis |
| Repository | amanml2026/sales-analysis-dashboard |
Why it matters: data science is a communication discipline as much as a modeling one.
π‘οΈ GovernorAI- β a control layer for monitoring AI systems
| Aspect | Details |
|---|---|
| Stack | Python |
| Stage | Early-stage exploration into AI governance and oversight tooling |
| Repository | amanml2026/GovernorAI- |
Why it matters: signals direction toward responsible, production-grade AI β the layer frontier labs increasingly hire for.
| Credential | Issuer |
|---|---|
| π Supervised Machine Learning: Regression and Classification | DeepLearning.AI & Stanford University (Coursera) |
| π Google Cloud AI | Google Cloud |
| π Python for Data Science | IBM |
| π Microsoft Generative AI | Microsoft |
| π Mathematics for Data Science | SkillUp by Simplilearn |
learning:
- Deep Learning
- Model Deployment
- AI Governance & Monitoring
building:
- Deployable ML systems (not just notebooks)
- Interactive ML tooling
benchmarking_against:
- Meta AI
- OpenAI
- Anthropic
- Google DeepMind
- NVIDIA
- SpaceX
open_to:
- Collaboration
- Internships
- Research discussions