nnfs

Package related to the Neural Networks from Scratch in Python book


Keywords
nnfs, neural, network, networks, from, scratch, in, python
License
MIT
Install
pip install nnfs==0.5.1

Documentation

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_generator

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