The entire of the code has been taken from the https://nnfs.io/ book written by Sentdex.
To run the project, you need to use pipenv.
You can install all dependencies with this command :
$ pipenv installYou can use differents files to test the neural network.
To train simple regression :
$ python src/train_regression.pyTo train binary logistic regrsssion :
$ python src/train_binary_logistic_regression.pyTo train categorical crossentropy :
$ python src/train_categorical_crossentropy.pyFor categorical exemple :
$ python src/real_categorical_example.py
$ python src/load_real_categorical_example.py