Skip to content
View amanml2026's full-sized avatar
πŸ‘Ύ
Curious
πŸ‘Ύ
Curious
  • India

Block or report amanml2026

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
amanml2026/README.md

Location

Portfolio LinkedIn X Email GitHub


🧠 About Me

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())

πŸ› οΈ Engineering Stack

Layer Tools
Core Python NumPy Pandas
Modeling scikit-learn Matplotlib
Shipping Streamlit Git

🧭 Roadmap

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 πŸ”œ

πŸš€ Featured Projects

πŸ”¬ 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.


πŸŽ“ Certifications

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

πŸ“ˆ GitHub Analytics

GitHub Stats Top Languages

πŸ“Š Contribution Activity

Contribution Graph

πŸ”­ Current Focus

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

πŸ“« Let's Connect

If you're working on ML systems, deployment, or AI governance tooling β€” I'd love to talk.

GitHub LinkedIn X Email Portfolio

πŸ“ India

"Understand it from scratch, then scale it with tools."

Pinned Loading

  1. sales-analysis-dashboard sales-analysis-dashboard Public

    Analysis of global sales data using Python , Pandas and Matplotlib.

    Python 1

  2. GovernorAI- GovernorAI- Public

    Control layer for monitoring, evaluating, and governing intelligent AI systems.

    1

  3. ML-Algorithms-From-Scratch ML-Algorithms-From-Scratch Public

    A collection of Machine Learning algorithms, optimization techniques, and mathematical foundations implemented from scratch using Python. Built to develop deep intuition, strengthen ML fundamentals…

    Jupyter Notebook 1

  4. ai-learning-tracker ai-learning-tracker Public

    An intelligent learning tracker powered by Google Gemini AI.

    TypeScript 1

  5. ml-decision-surface-visualizer ml-decision-surface-visualizer Public

    Interactive ML control panel to visualize SGD classifier decision boundaries in real time. Tune hyperparameters, noise, learning rate & more β€” built with Streamlit, Scikit-learn & Plotly.

    Python 1

  6. Portfolio-website Portfolio-website Public

    My personal portfolio built with HTML, CSS and JS

    CSS 1