https://github.com/mario-so/ai-rs
https://github.com/mario-so/ai-rs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mario-so/ai-rs
- Owner: Mario-SO
- Created: 2023-10-03T15:11:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T15:33:00.000Z (over 2 years ago)
- Last Synced: 2025-03-31T07:44:48.573Z (over 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI-RS 🦀 🤖
## 🚀 What's AI-RS All About?
Just a simple Neural Network to practice and remember basic AI concepts, matrix manipulation, and obviously, Rust.
## 📚 Resources We Raided
I didn't reinvent the wheel (or neuron) from scratch. Here's what I used to make this magic happen:
- **The Rust Programming Book 📖**: This trusty tome by No Starch Press served as my treasure map. Get a copy, you won't regret it 🦀
- **3blue1brown YouTube Series 🎥**: I owe a debt of gratitude to Grant Sanderson for his amazing explainer videos. Dive into the world of neural networks with his YouTube series. 🌟
- **Articles 📝**: [This one](https://medium.com/coinmonks/representing-neural-network-with-vectors-and-matrices-c6b0e64db9fb) and [this one](https://datascience.stackexchange.com/questions/75855/what-types-of-matrix-multiplication-are-used-in-machine-learning-when-are-they)
- **A Sh*t Ton of Googling 🌐**: Let's be real, this is where all the real learning happens. I've googled my way through errors, confusion, and eureka moments. 🕵️♂️💡
## 📝 Important note
Learning Rust is hard, AI also collaborated on making this (copilot) so go ahead, read something you are curious about and try coding it. 👷♂️
#### PS: I still have no idea on how to properly use lifetimes 🥲 and can barely code anything more complex than this in rust hehe.