Skip to main content

Neural network from scratch

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neural-network-from-scratch-0.0.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page