Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 456 Bytes

readme.md

File metadata and controls

8 lines (4 loc) · 456 Bytes

A Neural Network from scratch

For experimental purposes. This is mostly just to observe the math behind a neural network and how each part comes together to allow the model to "learn."

image

A follow-up to this will be building a simple transformer from scratch, in a similar way. (But maybe with the use of a little more help, library wise.)