neural-network-from-scratch

Neural network from scratch
neural_network_from_scratch.core??

This file will become your README and also the index of your documentation.

Install

pip install neural_network_from_scratch

How to use

Fill me in please! Don’t forget code examples:

#minus_one()
NameError: name 'minus_one' is not defined
#foo()
#foo?
#add_one(2)
NameError: name 'add_one' is not defined
#foo(1)
NameError: name 'hoo' is not defined
1+1
2
#hoo??
Object `hoo` not found.
#hoo(1)
NameError: name 'hoo' is not defined
#activation??
Object `activation` not found.
#activation(10)
NameError: name 'activation' is not defined