Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 413 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 413 Bytes

Neural Network Implementation

first neural network implimentation. Modified from Udacity Deep Learning course.

More info to come but to start...

conda create --name myEnv python=3

Then...

conda install numpy matplotlib pandas

Lastly...

python firstNN.py

Loss Functions

Alt text

Predictions

Alt text