Lists (7)
Sort Name ascending (A-Z)
Stars
UNIX Network Programming, Volume 1, Third Edition Source Code
STAT 453: Intro to Deep Learning @ UW-Madison (Spring 2021)
A collection of various deep learning architectures, models, and tips
18 Lessons, Get Started Building with Generative AI π https://microsoft.github.io/generative-ai-for-beginners/
randycanegaly / minitorch
Forked from minitorch/minitorchThe full minitorch student suite.
randycanegaly / LazyVim
Forked from LazyVim/LazyVimNeovim config for the lazy
Code Repository for Machine Learning with PyTorch and Scikit-Learn
Code from/for the "Understanding and Using C Pointers", Richard Reese, O'Reilly
randycanegaly / nginx
Forked from nginx/nginxThe official NGINX Open Source repository.
Code for the Computer Systems: A Programmer's Perspective book
randycanegaly / handson-ml3
Forked from ageron/handson-ml3A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
randycanegaly / Unity
Forked from ThrowTheSwitch/UnitySimple Unit Testing for C
Following the year long AI learning plan created for me by Grok
randycanegaly / litgpt
Forked from Lightning-AI/litgpt20+ high-performance LLMs with recipes to pretrain, finetune and deploy at scale.
Implement a reasoning LLM in PyTorch from scratch, step by step
How to be low-level programmer
π₯ Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
π Curated list of awesome resources on Compilers, Interpreters and Runtimes
Envision a future where every student can read all the code of a teaching operating system.
π§ Local transformer REPL in pure C β no Python, no torch, no dependencies. Tokenizer, embedder, trainer, and memory recall loop. Scraping optional (lynx or curl supported).
Part II jlox interpreter from "Crafting Interpreters" book
Repository for the book Grokking Machine Learning, by Manning Editors
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step