https://github.com/harryfoster1812/fosterml
A minimalist tensor library built in c++ with no external libraries
https://github.com/harryfoster1812/fosterml
cpp ml tensor
Last synced: 5 months ago
JSON representation
A minimalist tensor library built in c++ with no external libraries
- Host: GitHub
- URL: https://github.com/harryfoster1812/fosterml
- Owner: HarryFoster1812
- License: agpl-3.0
- Created: 2025-05-25T15:31:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-14T14:48:34.000Z (10 months ago)
- Last Synced: 2025-10-03T23:25:21.845Z (9 months ago)
- Topics: cpp, ml, tensor
- Language: C++
- Homepage:
- Size: 6.62 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn-AI
This is a repository where you and I learn about how AI works under the hood.
# Goals
The goals of this this repository are:
- To gain an understanding of how modern AI works
- To build a framework using no external libraries
- To implement core AI concepts from scratch (e.g., neural networks, backpropagation, gradient descent)
- To document and explain each component in a clear, beginner-friendly way
- To create a foundation that can be extended to more advanced models in the future