Skip to content
View ayushsyntax's full-sized avatar
💭
Focus mode: defeated by music
💭
Focus mode: defeated by music

Block or report ayushsyntax

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
ayushsyntax/README.md

👋 Hi, I’m Ayush

B.Tech in Artificial Intelligence & Data Science (2023–2027)
building machine learning, generative AI, and agentic systems with a focus on clarity, reliability, and real-world use.


🌱 About Me

I work at the intersection of machine learning, deep learning, and generative AI, with a strong interest in how models behave beyond accuracy metrics—
how they fail, how they reason, and how they can improve over time.

I prefer building systems from first principles before scaling them, so that design decisions are deliberate, testable, and explainable.


🔮 Current Focus

  • understanding internals of transformers, LLMs, and retrieval systems
  • building self-improving and tool-using AI agents
  • designing end-to-end ML pipelines that are reproducible and deployable
  • learning production trade-offs in ML and GenAI systems

🧠 Core Competencies

  • Machine Learning: supervised & unsupervised learning, feature engineering, evaluation, classical ML pipelines
  • Deep Learning: neural networks, CNNs, sequence models, optimization
  • NLP & GenAI: transformers, embeddings, RAG, prompt engineering
  • Agentic AI: tool-using agents, memory-based systems, reasoning loops
  • Deployment: FastAPI-based inference, lightweight MLOps practices

🧩 Tech Stack


🌐 Elsewhere


☀️ Philosophy

Build slowly. Understand deeply.
Clarity compounds faster than complexity.

Pinned Loading

  1. GPT-from-Scratch-in-PyTorch GPT-from-Scratch-in-PyTorch Public

    A small GPT built from scratch in PyTorch, trained on Shakespeare. Focused on learning and understanding transformers. Includes training scripts, evaluation, and a demo interface.

    Python

  2. Regression_ML-End-to-End Regression_ML-End-to-End Public

    Implements the full ML lifecycle: time-aware feature engineering, XGBoost modeling with Optuna + MLflow, FastAPI inference, Streamlit dashboard, Dockerized services, CI/CD via GitHub Actions, and d…

    Jupyter Notebook

  3. Agentic-Research-Assistant Agentic-Research-Assistant Public

    Production-grade agentic research assistant built with LangGraph. Features persistent memory, PDF RAG, tool calling for web/news/research, and full observability via LangSmith. Demonstrates modern …

    Python