bones-ai / odin-mnist-nnLinks
A MNIST neural network written from scratch in Odin, visualised with Raylib
☆174Updated last year
Alternatives and similar repositories for odin-mnist-nn
Users that are interested in odin-mnist-nn are comparing it to the libraries listed below
Sorting:
- A light tensor library in zig.☆78Updated 9 months ago
- moondream in zig.☆76Updated 5 months ago
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆228Updated last year
- ☆93Updated 9 months ago
- my little linear algebra library☆45Updated last year
- parallelized hyperdimensional tictactoe☆125Updated last year
- ☆38Updated 8 months ago
- High performance hybrid classical-quantum computing learning framework written in C☆442Updated 9 months ago
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆277Updated 11 months ago
- A small chaotic vampire-survivors inspired game written in C and raylib☆178Updated 8 months ago
- handwritten digit recognition system using a custom neural network architecture. Built with C, it features both training capabilities and…☆49Updated 9 months ago
- An implement of deep learning framework and models in C☆48Updated 7 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆86Updated last year
- Neural network in C for recognizing american sign language(ASL) from scratch on the MNIST dataset. Optimized with parallel training. Cann…☆38Updated last year
- Following Karpathy with GPT-2 implementation and training, writing lots of comments cause I have memory of a goldfish☆172Updated last year
- A turn-based co-petetive multiplayer game☆165Updated last month
- It's a sphmap☆106Updated last year
- could we make an ml stack in 100,000 lines of code?☆46Updated last year
- ComplexTensor: Machine Learning By Bridging Classical and Quantum Computation☆77Updated 11 months ago
- A lightweight, non-blocking HTTP server in C inspired by nginx's event-driven architecture☆186Updated 3 months ago
- Extensive introductory writeup on Zig language functionalities☆10Updated last year
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆98Updated last month
- GPT-2 in C☆76Updated 10 months ago
- Multi-Threaded FP32 Matrix Multiplication on x86 CPUs☆367Updated 6 months ago
- a tiny vectorstore implementation built with numpy.☆63Updated last year
- ☆96Updated last year
- NES toolchain & emulator in C☆128Updated 11 months ago
- Tiny Raspberry Pi Operating System☆271Updated last year
- Port of Karpathy's micrograd in pure C. Micrograd is a tiny scalar-valued autograd engine and a neural net library on top of it with PyTo…☆34Updated last year
- (WIP) A small but powerful, homemade PyTorch from scratch.