smolorg / smolarLinks
a tiny multidimensional array implementation in C similar to numpy, but only one file.
☆228Updated 10 months ago
Alternatives and similar repositories for smolar
Users that are interested in smolar are comparing it to the libraries listed below
Sorting:
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆271Updated 7 months ago
- Intro to leetcodes. Basic techniques, quicksort and hash structures implementation, space and time complexities.☆96Updated 10 months ago
- High Quality Resources on GPU Programming/Architecture☆588Updated 10 months ago
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆24Updated 10 months ago
- An implement of deep learning framework and models in C☆48Updated 2 months ago
- Following master Karpathy with GPT-2 implementation and training, writing lots of comments cause I have memory of a goldfish☆173Updated 10 months ago
- parallelized hyperdimensional tictactoe☆117Updated 9 months ago
- learningggggggg 🐳☆526Updated 2 months ago
- my little linear algebra library☆46Updated 11 months ago
- This repo has all the basic things you'll need in-order to understand complete vision transformer architecture and its various implementa…☆218Updated 5 months ago
- (WIP) A small but powerful, homemade PyTorch from scratch.☆555Updated this week
- Learnings and programs related to CUDA☆407Updated 4 months ago
- creating a tiny tensor library in raw C☆718Updated 3 months ago
- Question paper of courses taught at IISC as part of MTech AI curriculum☆66Updated 6 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset