Skip to content
View mrinalchaturvedi27's full-sized avatar

Highlights

  • Pro

Block or report mrinalchaturvedi27

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
mrinalchaturvedi27/README.md

Hi, I’m Mrinal!

A little more about me...

struct Mrinal {
    std::string role = "Undergraduate @ IIT Kanpur";

    std::vector<std::string> interests = {
        "Machine learning systems",
        "Model optimization & compilers",
        "GPU-accelerated computing"
    };

    std::vector<std::string> languages = {
        "Python", "C++", "CUDA"
    };

    std::vector<std::string> tools = {
        "PyTorch", "TensorFlow", "Apache TVM"
    };

    std::vector<std::string> focus_areas = {
        "Efficient training and inference",
        "Model compilation & optimization"
    };

    std::string challenge =
        "Building efficient and scalable ML systems";
};

Pinned Loading

  1. Neural-Networks-CPP-using-Armadillo Neural-Networks-CPP-using-Armadillo Public

    Building Neural Network in C++

    C++

  2. fluxions fluxions Public

    Fluxions: The Dynamic Neural Network Toolkit

    Python

  3. Sign-Language-Translation-Benchmark Sign-Language-Translation-Benchmark Public

    A unified, multi-GPU training pipeline for benchmarking open-source language models on sign language translation datasets.

    Python 2