Skip to content

anaschwendler/neural-nets-experiment

Repository files navigation

Neural Nets

My personal attempt to learn more about neural nets and start using it for solutions. Thanks GK, for the help.

That is not the best study in the world, but I'm trying my best.

Installation

cd neural_nets
conda update conda
conda create --name neural_net python=3
source activate neural_net
pip install -r requirements.txt

Running

jupyter notebook

About

My personal attempt to learn more about neural nets and start using it for solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published