Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 371 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 371 Bytes

nnfs

Neural Networks from Scratch

For use in conjunction with the book (https://nnfs.io) and the video series on YouTube (link to come later).

At the moment, the main use is for the dataset generator:

from nnfs.datasets import spiral_data

Have much more planned in the future... but just needed a quick way for people to get the dataset generator.