An open API service indexing awesome lists of open source software.

https://github.com/theroyakash/shallow_neural_network

Design of an one hidden layer neural network using numpy only,
https://github.com/theroyakash/shallow_neural_network

neural-networks numpy shallow-neural-network

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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)