adding number
Project description
# Neural-Networks Contains Python Code for implemenation of various logic gates using BackPropogation in python Example Implementation of AND Gate using this Module ## Code >import NeuralNetwork >b=NeuralNetwork.BackPropogate(“and”) >b.selectEpochs(10000) >b.setLearningRate(0.1) >b.train() >b.print(“oo”) >b.showerror() >b.plot()
#### Print can take any of four parameter:- * ow1-Output Weights1 Array * ow2-Output Weights2 Array * ob-Output Biases Array * oo-Our Final Output ### Functions it includes- * sigmoid * drivative * train -Train Different Gates Model * showerror -Show Error Percentage from Expected Output * plot :- Plot different Grpahs for you * print :- Print can take 4 inputs depending on which it provides output * selectEpochs :- To select the number of epochs(Default :-1000) * setLearningRate :- To select the learning rate of your Model(Default-0.1)
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nn_backpropogate-0.0.1-py3-none-any.whl.
File metadata
- Download URL: nn_backpropogate-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a85b14578682cd9ba8b97d721738bd949121fa6ea425d6cf81d18e0912f3cd57
|
|
| MD5 |
5af7000f3b337f5ede816c5e965e0419
|
|
| BLAKE2b-256 |
012c385d2094c1e1d5d76c8ba29a62bb5c347ae2cc0fed0a99bd312861ebb8ea
|