tetsuo-ai / DigitSuoLinks
handwritten digit recognition system using a custom neural network architecture. Built with C, it features both training capabilities and an interactive recognition interface. >98% accuracy on the MNIST dataset.
☆49Updated last year
Alternatives and similar repositories for DigitSuo
Users that are interested in DigitSuo are comparing it to the libraries listed below
Sorting:
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆87Updated last year
- Tiny Raspberry Pi Operating System☆276Updated last year
- NES toolchain & emulator in C☆128Updated last year
- Lightweight web server with hot reload and dynamic html templating.☆263Updated 9 months ago
- A turn-based co-petetive multiplayer game☆166Updated 2 months ago
- ☆239Updated 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
- Lightweight non-blocking HTTP server in C inspired by nginx's event-driven architecture☆185Updated 6 months ago
- A tinycompiler in C from scratch☆109Updated last year
- The source code of part I of the video tutorial on coding a DOOM-like game engine from scratch.☆113Updated last year
- Lightning-fast HTTP server built in C☆180Updated 8 months ago
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆100Updated 3 months ago
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆56Updated 6 years ago
- A MNIST neural network written from scratch in Odin, visualised with Raylib☆178Updated last year
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆156Updated 7 months ago
- GPT-2 in C☆78Updated last year
- High performance hybrid classical-quantum computing learning framework written in C☆447Updated last month
- x86_64 OS in C☆76Updated 8 months ago
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆225Updated last year
- my little linear algebra library☆43Updated last year
- C Programing Tutorials based on First Year BCA Subject 104-CPPM☆103Updated 2 months ago
- PDP-11 Related Source Code☆203Updated last month
- Sisyphus: a Python Chess Engine/Library based on C backend