This is your work, valued

Jay Mody

Elite
@jaymody

programmer @janestreet

picoGPT. An unnecessarily tiny implementation of GPT-2 in NumPy.

3.5k

speculative-sampling. Simple implementation of Speculative Sampling in NumPy for GPT-2.

99

picoBERT. Like picoGPT but for BERT.

50

seq2seq-polynomial. Seq2seq transformer for polynomial expansion in PyTorch.

29

simpleGPT. Simple implementation of a GPT (training and inference) in PyTorch.

13

backpropagation. Simple python implementation of stochastic gradient descent for neural networks through backpropagation.

12

rrt. A ray tracer built in Rust that can run in your browser via WebAssembly.

8

gpt-jax. A stupidly simple GPT implementation in JAX.

8

spaceship. Rotated Bounding Box Regression using Tensorflow.

6

cs231n. Course notes, assignments, and solutions for cs231n.

5

rust-algos. Various data structures and algorithm implementations in rust based on Algorithms, 4th Edition from Sedgewick and Wayne.

5

misinformation-detection-with-transformers. Sequence classification and information retrieval via Transformers for misinformation detection.

5

blogposts.

5

rise-and-grind. Discord bot for morning clubs.

5

dotfiles. ~ sweet ~

4

mlp-visualizer. A simple multilayer perceptron network that classifies clusters of data generated using scikit-learn make_blobs.

4

seq2seq-sort. Training neural networks to sort because why not.

4

measure-cpu-cache-size. Empirically measuring CPU caches sizes using a simple C program.

4

matmul-cpu-cache. Demonstration of matrix multiplication being 10x faster when you make sure to access the array row-wise so that cpu cache hits are maximized.

3

udacity-deep-learning. All my Udacity Deep Learning nanodegree projects.

3

website. Liquid

2

uidgen. An adjective-noun-number identifier generator.

2

onnxruntime-web-example. ONNX Runtime for Web example code.

2

mlp-pure-jax. Python

2

3xa3. Lines Per Minute, a typing tool made for programmers.

2

image-edit. This repo contains several image editing functions for OpenCV BGR Mat objects including: grayscale, brightness, contrast, saturation, sharpness, gamma, and hue.

2

microscan. A microstructure analysis tool.

2

leetcode. Leetcode solutions I've completed (https://leetcode.com/jaymody/)

2

gitfit. hack the north 2019

2

aoc-python. Python

1

ort-web-training-experiments. Jupyter Notebook

1

anki-raycast. A Raycast extension for Anki (the spaced memory card system).

1

simple-huffman-compress. A simple implementation of huffman encoding based compression in Python.

1

powerlevel10k. A Zsh theme

1

bpe. A simplified implementation of OpenAI's BPE encoder for GPT-2.

1

simple-gcg. Python

1

data-structures-algorithms. Implementations for common data structures and algorithms in C.

1

nand2tetris. My attempt at https://www.nand2tetris.org

1

rust-rayon-wasm-demo. Working demo for using Rust + Rayon Multithreading with Wasm.

1

manim-jm. My random assortment of manim animations.

1

u2net. Refactored (and simplified) U2Net implementation.

1

ohmyzsh. 🙃 A delightful community-driven (with 1900+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

1

bash-it. Bash-it customized to my liking.

1