antirez / ttt-rlLinks
Reinforcement Learning example in C, playing tic tac toe
☆537Updated 3 months ago
Alternatives and similar repositories for ttt-rl
Users that are interested in ttt-rl are comparing it to the libraries listed below
Sorting:
- ☆1,264Updated 8 months ago
- A small stack based, written to bring Advent of Code 2022 Day 13 puzzle to the extreme consequences☆378Updated 2 years ago
- creating a tiny tensor library in raw C☆724Updated 3 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆86Updated 10 months ago
- Simple MPI implementation for prototyping or learning☆248Updated 3 weeks ago
- A faithful clone of Karpathy's llama2.c (one file inference, zero dependency) but fully functional with LLaMA 3 8B base and instruct mode…☆128Updated 11 months ago
- (WIP) A small but powerful, homemade PyTorch from scratch.☆554Updated this week
- Multi-Threaded FP32 Matrix Multiplication on x86 CPUs☆352Updated 2 months ago
- Implementation of C++ standard libraries in C☆1,185Updated 4 months ago
- A C++ port of karpathy/llm.c features a tiny torch library while maintaining overall simplicity.☆34Updated 10 months ago
- pytorch from scratch in pure C/CUDA and python☆40Updated 8 months ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆275Updated 3 months ago
- Fast text search tool with advanced algorithms, SIMD acceleration, multi-threading, and regex support. Designed for rapid, large-scale pa…☆416Updated last month
- An implement of deep learning framework and models in C☆48Updated 2 months ago
- A minimal TCP/IP stack☆527Updated last year
- parallelized hyperdimensional tictactoe☆117Updated 10 months ago
- Yet Another Language Model: LLM inference in C++/CUDA, no libraries except for I/O☆383Updated 3 weeks ago
- Andrej Kapathy's micrograd implemented in c☆28Updated 10 months ago
- A pure C (-std=c89) implementation of Go channels, including blocking and non-blocking selects.☆448Updated last year
- Writing a compiler in a week-end☆395Updated 3 months ago
- Header-only library for asynchronous tasks in C☆268Updated last year
- Alex Krizhevsky's original code from Google Code☆193Updated 9 years ago
- Text drawing library for MicroPython framebuffer☆60Updated last year
- A few Advent of Code puzzles (2022 edition) in C☆105Updated 2 years ago
- Autograd to GPT-2 completely from scratch☆113Updated 2 months ago
- Recreating PyTorch from scratch (C/C++, CUDA, NCCL and Python, with multi-GPU support and automatic differentiation!)☆150Updated last year
- Simple Byte pair Encoding mechanism used for tokenization process . written purely in C☆133Updated 7 months ago
- A modern, visual guide to programming, from assembly to high-level languages. Covers core concepts, performance, internals, and real-worl…☆29Updated 2 months ago
- A c/c++ implementation of micrograd: a tiny autograd engine with neural net on top.☆69Updated last year
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆334Updated 7 months ago