Mustafa-khann / MNIST-Sign-Language-Recognizer-in-CLinks
Neural network in C for recognizing american sign language(ASL) from scratch on the MNIST dataset. Optimized with parallel training. Cannot achieve accuracy past 73%. 
☆38Updated last year
Alternatives and similar repositories for MNIST-Sign-Language-Recognizer-in-C
Users that are interested in MNIST-Sign-Language-Recognizer-in-C are comparing it to the libraries listed below
Sorting:
- A turn-based co-petetive multiplayer game☆165Updated last week
- An implement of deep learning framework and models in C☆48Updated 6 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆70Updated 8 months ago
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆228Updated last year
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆86Updated last year
- handwritten digit recognition system using a custom neural network architecture. Built with C, it features both training capabilities and…☆49Updated 8 months ago
- my little linear algebra library☆45Updated last year
- GPT-2 in C☆76Updated 10 months ago
- ☆42Updated last year
- Tiny Raspberry Pi Operating System☆271Updated last year
- A tinycompiler in C from scratch☆108Updated last year
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆345Updated 3 months ago
- This is a lightweight agent framework for C that integrates smoothly with a variety of systems. It offers a clear and straightforward fou…☆65Updated 8 months ago
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆97Updated 2 weeks ago
- Lightning-fast HTTP server built in C☆185Updated 5 months ago
- Book in Progress☆359Updated 2 months ago
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆276Updated 11 months ago
- A MNIST neural network written from scratch in Odin, visualised with Raylib☆173Updated last year
- Lightweight web server with hot reload and dynamic html templating.