nnfs icon indicating copy to clipboard operation
nnfs copied to clipboard

Neural Networks from Scratch

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.