Skip to main content

An easy-to-use Neural Network library I'm building from scratch.

Project description

NeuralNetworkPY

A basic neural network library built from scratch in python. Only dependency is numpy.

Save File Format

line 1: inputNum

line 2: hiddenNum

line 3: outputNum

line 4: learningRate

line 5: number of layers (layerNum)

line 6: layer[0] Weights

line 7: layer[0] Bias

.........

line (5+2xlayerNum-1): layer[layerNum-1] Weights

line (5+2xlayerNum): layer[layerNum-1] Bias

Dev Notes

I am currently working on building a Convolutional Neural Network from scratch modelled after the Neural Network created here. The code that is being worked on can be found here as well.

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

NeuralNetworkPY-0.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

NeuralNetworkPY-0.0.1-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

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