jackinloadup / nnfs

Neural Networks from Scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural Networks from Scratch in Python

This project is an attempt to work through the course material in the following book.

Harrison Kinsley & Daniel Kukieła. Neural Networks from Scratch (NNFS). https://nnfs.io

Requirements

See packages used to create the shell in flake.nix.

Setup with Nix

To get into a shell with all the packages and tools needed simply run nix develop.

Setup with direnv

Direnv can be be used to automatically load the nix shell with direnv allow.

About

Neural Networks from Scratch

License:MIT License


Languages

Language:Nix 100.0%