from-scratch
There are 782 repositories under from-scratch topic.
zauonlok/renderer
A shader-based software renderer written from scratch in C89
keyvank/femtoGPT
Pure Rust implementation of a minimal Generative Pretrained Transformer
szq0214/DSOD
DSOD: Learning Deeply Supervised Object Detectors from Scratch. In ICCV 2017.
PhilippRados/wrecc
A x86_64 C99 compiler written in Rust from scratch
kasvith/kache
A simple in memory cache written using go
Nils-TUD/Escape
Escape is a UNIX-like microkernel operating system that runs on x86, x86_64, ECO32 and MMIX.
michal-z/eneida
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.
KernelFreeze/Litecraft
Open source, clean room implementation of Minecraft Client
omaraflak/Medium-Python-Neural-Network
This code is part of my post on Medium.
keyvank/tsp
The Super Programmer
eduardoleao052/Autograd-from-scratch
Documented and Unit Tested educational Deep Learning framework with Autograd from scratch.
mkirchner/stutter
Implement a Lisp, in C, from scratch, no libs
f1ko/demystifying-cni
Explanation on what a CNI (Container Network Interface) is and how to write it from scratch.
Kromster80/knights_province
Knights Province missions and wiki.
Hyper5phere/simple-c-compiler
Simple C Compiler written in Python
react-theming/create-material-ui-app
create-react-app + storybook + storybook-addon-material-ui
michal-z/zig-d3d12-starter
Simple game written from scratch in Zig
paolorechia/steeldb
A simple database built from scratch in Rust
ictxiangxin/paradox
Deep-Learning framework from scratch
madureira/wolfenstein
:suspect: A javascript implementation of the game Wolfenstein 3D from id Software.
odubno/gauss-naive-bayes
Gauss Naive Bayes in Python From Scratch.
chih-chun-chang/convolutional-neural-network-from-scratch-python
Handwritten Digit Recognition Using Convolutional Neural Network by Python
shiva34/Digital-Modulation-Schemes
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
daviddwlee84/MachineLearningPractice
Some practices using statistical machine learning technique based on some dataset. (notes and doing from scratch)
EugenHotaj/talko
A client-server chat app in Python
OceanPresentChao/llm-ReAct
从零搭建Agent框架(Build LLM ReAct Agent from scratch)
yutaroyamanaka/SimpleDB
Database implementation from the scratch. The textbook is shown in the following link.
OceanPresentChao/llm-corpus
从零搭建大模型知识库(Build LLM RAG Corpus from scratch)
baroxyton/webKDE
kde on the web
ribtoks/yannpp
Deep Neural Network from scratch in C++ for learning purposes
marceloaugusto80/electron-react-typescript-boilerplate
Boilerplate for Electron + React + Typescript + Fast-Refresh + Jest.
vishnugh/evo-NEAT
A java implementation of NEAT(NeuroEvolution of Augmenting Topologies ) from scratch for the generation of evolving artificial neural networks. Only for educational purposes.
markroxor/fromscratchtoml
The machine learning library you really understand.
CloudCodingSpace/CENGINE
A graphics engine in C with the Vulkan API for experience
gbonacini/tssh
A SSH 2.0 client written from scratch in C++20, starting from the RFCs. Openssh compatible.
gmontamat/poor-mans-transformers
Implement Transformers (and Deep Learning) from scratch in NumPy