My Jupyter notebooks for nnfs.io
 
Go to file
flavien a08844f94e Part 8 of videos series 2022-05-08 09:28:05 +02:00
.gitignore Initial commit 2022-05-04 10:43:11 +02:00
LICENSE Mise à jour de 'LICENSE' 2022-05-04 10:45:34 +02:00
P1.ipynb initial code push 2022-05-04 10:50:01 +02:00
P3.ipynb initial code push 2022-05-04 10:50:01 +02:00
P4.ipynb initial code push 2022-05-04 10:50:01 +02:00
P5.ipynb initial code push 2022-05-04 10:50:01 +02:00
P6.ipynb softmax activation function 2022-05-05 21:58:40 +02:00
P8.ipynb Part 8 of videos series 2022-05-08 09:28:05 +02:00
README.md Mise à jour de 'README.md' 2022-05-04 10:44:49 +02:00
requirements.txt initial code push 2022-05-04 10:50:01 +02:00

README.md

nnfs-notebooks

My Jupyter notebooks for nnfs.io
https://nnfs.io is a course to create neural networks from scratch in python.
The code require a conda distribution installed (conda, miniconda, miniforge).
You can install the necessary package with:

$ conda create --name <env> --file requirements.txt