from-scratch topic
femtoGPT
Pure Rust implementation of a minimal Generative Pretrained Transformer
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
learn-html-css
Exercises for practicing HTML and CSS fundamentals.
simple-c-compiler
Simple C Compiler written in Python
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.
electron-react-typescript-boilerplate
Boilerplate for Electron + React + Typescript + Fast-Refresh + Jest.
convolutional-neural-network-from-scratch-python
Handwritten Digit Recognition Using Convolutional Neural Network by Python
poor-mans-transformers
Implement Transformers (and Deep Learning) from scratch in NumPy
AES-C
A (non-production) implementation of AES for educational purposes