Skip to content
View krish50507kumar's full-sized avatar
πŸ’­
I am studying machine learning algorithm
πŸ’­
I am studying machine learning algorithm

Highlights

  • Pro

Block or report krish50507kumar

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
krish50507kumar/README.md
> Initializing profile.md ...
> Loading neural weights β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100%
> Model ready. Hello, World.

$ whoami β†’ ML Engineer

Typing SVG


>> sys.info()

class MLEngineer:
    def __init__(self):
        self.name         = "Krish Kumar"
        self.role         = "Machine Learning Engineer"
        self.location     = "Lucknow, Uttar Pradesh, India, Earth, Milky Way 🌍"
        self.languages    = ["Python", "C", "SQL", "Bash"]
        self.focus        = ["LLMs", "Computer Vision", "MLOps", "RL"]
        self.currently    = "Building my own mini neural network framework"
        self.open_to      = "Collaborations, Research, Freelance"

    def __repr__(self):
        return "grad_descent(curiosity=∞, lr=0.001)"

>> skills.keys()

🧠 Core ML / DL

PyTorch scikit-learn HuggingFace

πŸ“Š Data & Analytics

NumPy Pandas Matplotlib

πŸ—„οΈ Backend & Databases

Django PostgreSQL

βš™οΈ MLOps & Infra

FastAPI GitHub Actions

πŸ’» Programming

Python C

🧩 Core Strength

  • Python (ML systems, NumPy-based implementations)
  • C (low-level understanding, memory & performance basics)

>> ls ./projects

πŸ”¬ Mini Neural Network Framework

Minimal deep learning framework implementing automatic differentiation, backpropagation, and tensor-based computation, with support for configurable layers, loss functions, and optimizers.

Numpy

πŸ§žβ€β™‚οΈ Logistic regression from scratch

A fully customizable Logistic Regression implementation built from scratch using NumPy. Supports binary + multiclass classification, multiple optimizers, regularization methods, and preprocessing utilities.

Numpy

πŸ“ˆ Elastic-Net Regression

End-to-end Elastic Net regression implemented from scratch in NumPy with mini-batch gradient descent and model evaluation.

Numpy

πŸ“ˆ Linear Regression

Multivariate linear regression implemented entirely from scratch using vectorized gradient descent in NumPy. Includes manual cost computation, gradient derivation, feature scaling, and convergence analysis.

Numpy


>> metrics.show()

GitHub Stats Top Languages GitHub Streak LeetCode Stats


>> log.recent()

[2025-Q2] πŸ”¬ Mini Neural Network Framework from scratch
[2025-Q1] πŸ§žβ€β™‚οΈ Logistic regression from scratch vs sklearn (~accuracy)
[2024-Q4] πŸ† 2482th place β€” Kaggle House Prices - Advanced Regression Techniques (scored 0.14453)
[2024-Q3] πŸ“ˆ Elastic-Net Regression vs sklearn
[2024-Q2] πŸ“ˆ Linear Regression vs sklearn

>> research.interests()

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                                                             β”‚
β”‚   β—ˆ Large Language Models & Efficient Fine-Tuning          β”‚
β”‚   β—ˆ Multimodal Learning (Vision + Language)                 β”‚
β”‚   β—ˆ Reinforcement Learning from Human Feedback (RLHF)      β”‚
β”‚   β—ˆ Neural Architecture Search (NAS)                        β”‚
β”‚   β—ˆ Edge AI & Model Compression / Quantization             β”‚
β”‚   β—ˆ Interpretability & Explainable AI (XAI)                β”‚
β”‚                                                             β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

>> connect()

LinkedIn Kaggle Twitter Portfolio Gmail


while alive:
    eat()
    sleep()
    train_models()
    push_to_github()
    repeat()

Visitor Count

"All models are wrong, but some are useful." β€” George Box

Pinned Loading

  1. mini-neural-network-framework-from-scratch mini-neural-network-framework-from-scratch Public

    A Python project implementing a neural network framework from scratch using NumPy. Includes fully connected (Dense) layers, ReLU and Sigmoid activations, a simple SGD optimizer, and a minimal train…

    Python

  2. elastic-net-regression-from-scratch elastic-net-regression-from-scratch Public

    End-to-end Elastic Net regression implemented from scratch in NumPy with mini-batch gradient descent and model evaluation.

    Jupyter Notebook

  3. logistic-regression-from-scratch logistic-regression-from-scratch Public

    A feature-packed Logistic Regression engine built from the ground up using NumPy. This implementation handles the entire ML pipeline from "Data Janitor" cleaning and normalization to "Architect" le…

    Jupyter Notebook

  4. linear-regression-from-scratch linear-regression-from-scratch Public

    Multivariate linear regression implemented from scratch using vectorized gradient descent in NumPy. Includes manual cost computation, gradient derivation, feature scaling, and convergence analysis.

    Python

  5. portfolio portfolio Public

    HTML

  6. snake- snake- Public

    Built a Nokia snake game using python

    Python