Skip to content

Design of an one hidden layer neural network using numpy only,

License

Notifications You must be signed in to change notification settings

theroyakash/shallow_neural_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Design of an one hidden layer neural network using numpy

Design of an one hidden layer shallow neural network using numpy only, X as input Matrix, Y = Output Vectorized over entire training set,

Design your dataset like this:

  1. X -- input data of shape (number of features, number of examples)
  2. Y -- "true" labels vector of shape (1, number of examples)

About

Design of an one hidden layer neural network using numpy only,

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages