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";
};
Highlights
- Pro
Pinned Loading
-
Neural-Networks-CPP-using-Armadillo
Neural-Networks-CPP-using-Armadillo PublicBuilding Neural Network in C++
C++
-
-
Sign-Language-Translation-Benchmark
Sign-Language-Translation-Benchmark PublicA unified, multi-GPU training pipeline for benchmarking open-source language models on sign language translation datasets.
Python 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




