There are 5 repositories under from-scratch topic.
A x86_64 C99 compiler written in Rust from scratch
Escape is a UNIX-like microkernel operating system that runs on x86, x86_64, ECO32 and MMIX.
Open source, clean room implementation of Minecraft Client
Experimental demoscene project using C99 and Direct3D 12. Fully standalone with custom windows, and d3d12 headers. No Windows SDK, libc or Visual Studio dependency. C and HLSL compilers included.
This code is part of my post on Medium.
Documented and Unit Tested educational Deep Learning framework with Autograd from scratch.
Explanation on what a CNI (Container Network Interface) is and how to write it from scratch.
Simple C Compiler written in Python
Knights Province missions and wiki.
从零搭建大模型知识库(Build LLM RAG Corpus from scratch)
从零搭建Agent框架(Build LLM ReAct Agent from scratch)
create-react-app + storybook + storybook-addon-material-ui
Simple game written from scratch in Zig
Deep-Learning framework from scratch
:suspect: A javascript implementation of the game Wolfenstein 3D from id Software.
Gauss Naive Bayes in Python From Scratch.
Contains codes various Digital Modulation Schemes (like AM, DSB-SC, SSB-SC FM, BPSK, QPSK, 16-QAM, DBPSK, DQPSK) in MatLab from scratch ie. without built-in MatLab functions
Handwritten Digit Recognition Using Convolutional Neural Network by Python
Some practices using statistical machine learning technique based on some dataset. (notes and doing from scratch)
A client-server chat app in Python
Database implementation from the scratch. The textbook is shown in the following link.
Boilerplate for Electron + React + Typescript + Fast-Refresh + Jest.
A java implementation of NEAT(NeuroEvolution of Augmenting Topologies ) from scratch for the generation of evolving artificial neural networks. Only for educational purposes.
A graphics engine in C with the Vulkan API for experience
The machine learning library you really understand.
A SSH 2.0 client written from scratch in C++20, starting from the RFCs. Openssh compatible.
Implement Transformers (and Deep Learning) from scratch in NumPy