Gavsum / NeuralNet1

Implementation level explorations of Neural Network Concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation level explorations of Neural Network Concepts


Languages

Language:Python 100.0%