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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file NeuralNetworkPY-0.0.1.tar.gz
.
File metadata
- Download URL: NeuralNetworkPY-0.0.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f429f565a83cd28c56747a80689013b7414167cd70de60523c1fcf739ccc269 |
|
MD5 | e5552ac411b1c643e39573a7e2bb4902 |
|
BLAKE2b-256 | 8b90aeef5ebb067c622c472afc3e97475c36b1f654dc39f08f6419f79682b762 |
File details
Details for the file NeuralNetworkPY-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: NeuralNetworkPY-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed37762ec2a7b6fdf8ec8e57e8b3d811adf22c4aaa01c5f40a05c6f8c87473a6 |
|
MD5 | 3f6b11ed3543be56d781a67d16204087 |
|
BLAKE2b-256 | 068da295c3cf602baca62f4ee7d4b87996102f96807e93a5f924793c46c21e60 |