Skip to main content

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


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nn_backpropogate-0.0.1-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

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

Hashes for nn_backpropogate-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a85b14578682cd9ba8b97d721738bd949121fa6ea425d6cf81d18e0912f3cd57
MD5 5af7000f3b337f5ede816c5e965e0419
BLAKE2b-256 012c385d2094c1e1d5d76c8ba29a62bb5c347ae2cc0fed0a99bd312861ebb8ea

See more details on using hashes here.

Supported by

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