mahakal001
Keen interest in Algorithm Design, Deep Learning, and system design for ML Application.
InformaticaIndia
Pinned Repositories
64bitASM
64bit assembly programs
algorithms
A collection of various algorithms in c++
bashScripts
BashScripts : Hack the Terminal with these useful utilities.
eagle
IRC bot written in c
Games
An implenentaion of various games using c++ and sfml
llm-labs
A collection of labs to play with Language Models. Each folder in this repo corresponds to a standalone experiment to keep things simple.
maze-runner
This is an AI based project where a character will play in a maze using AI algorithms
nanogpt-jax
An implementation of nanogpt in jax from scratch based on Andrej Karpathy's tutorial series on Neural Networks.
reinforcement-learning
A collection of various projects related to Reinforcement Learning
vq-vae
Implementation of the paper "Neural Discrete Representation Learning"
mahakal001's Repositories
mahakal001/reinforcement-learning
A collection of various projects related to Reinforcement Learning
mahakal001/maze-runner
This is an AI based project where a character will play in a maze using AI algorithms
mahakal001/vq-vae
Implementation of the paper "Neural Discrete Representation Learning"
mahakal001/algorithms
A collection of various algorithms in c++
mahakal001/eagle
IRC bot written in c
mahakal001/nanogpt-jax
An implementation of nanogpt in jax from scratch based on Andrej Karpathy's tutorial series on Neural Networks.
mahakal001/algo-panda
A collection of algorithms in python
mahakal001/llm-labs
A collection of labs to play with Language Models. Each folder in this repo corresponds to a standalone experiment to keep things simple.
mahakal001/Sasta-Notepad
An app for making Notes
mahakal001/awesome-search
Awesome Search - this is all about the (e-commerce, but not only) search and its awesomeness
mahakal001/cuda-resource-stream
GPU programming related news and material links
mahakal001/DeepSpeedExamples
Example models using DeepSpeed
mahakal001/desigen
Official code for paper: Desigen: A Pipeline for Controllable Design Template Generation [CVPR'24]
mahakal001/equinox
Elegant easy-to-use neural networks in JAX. https://docs.kidger.site/equinox/
mahakal001/fasthtml-example
Example fasthtml applications demonstrating a range of web programming techniques
mahakal001/flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
mahakal001/gpt-fast
Simple and efficient pytorch-native transformer text generation in <1000 LOC of python.
mahakal001/GPU-Puzzles
Solve puzzles. Learn CUDA.
mahakal001/HyperLandmark
Deep Learning Based Free Mobile Real-Time Face Landmark Detector.
mahakal001/IC-Light
More relighting!
mahakal001/jax_transformer
Autoregressive transformer in JAX from scratch
mahakal001/lm-format-enforcer
Enforce the output format (JSON Schema, Regex etc) of a language model
mahakal001/mahakal001
Config files for my GitHub profile.
mahakal001/mahakal001.github.io
mahakal001/mctx
Monte Carlo tree search in JAX
mahakal001/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
mahakal001/OpenPipe
Turn expensive prompts into cheap fine-tuned models
mahakal001/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
mahakal001/Tensor-Puzzles
Solve puzzles. Improve your pytorch.
mahakal001/x-transformers
A simple but complete full-attention transformer with a set of promising experimental features from various papers