Skip to content

Implementation level explorations of Neural Network Concepts

Notifications You must be signed in to change notification settings

Gavsum/NeuralNet1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages