Y
Hacker News
new
|
ask
|
show
|
jobs
by
amitav1
165 days ago
This is cool! This summer I made something similar but in C++. The goal was to build an entire LLM, but I only got to neural networks. GitHub repo here:
https://github.com/amitav-krishna/llm-from-scratch
. I have a few blogs on this project on my website (
https://amitav.net/building-lists.html
,
https://amitav.net/building-vectors.html
,
https://amitav.net/building-matrices.html
(incomplete)). I hope to finish that series eventually, but some other projects have stolen the spotlight! It probably would have made more sense to write it in Python because I had no C++ experience.