Skip to main content

a libary to create neurones with two inputs

Reason this release was yanked:

sigue mal

Project description

Bineurone

Bineurone

|--------------------------------------------------------|

A library to create artificial neurons with two inputs

Requirements

  • Python3 or new

Example of use

'from bineurone import Neurone

predict = [0, 1, 0, 0] data = [[0, 1], [1, 1], [1, 0], [0, 0]] leraningrate = 0.01 neu = Neurone(rate = learningrate) for d in len(data): error.append(neu.train(inputs = data[d], preds = pred[d], epochs = 1000)) for t in error: print(t) output = neu.use() print(output)'

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

bineurones-0.0.2.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

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

bineurones-0.0.2-py3-none-any.whl (2.1 kB view details)

Uploaded Python 3

File details

Details for the file bineurones-0.0.2.tar.gz.

File metadata

  • Download URL: bineurones-0.0.2.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for bineurones-0.0.2.tar.gz
Algorithm Hash digest
SHA256 360171306d1d28570684626b430fcfabec2ecb7b22bb6575b6c4cd37b6ea89c3
MD5 a553b7ed21497254d00eb852dc28f511
BLAKE2b-256 acb7b0f640b2c643d6e836800aafdf16bdec7fbb1740a849cc9ff280c7ca0aa2

See more details on using hashes here.

File details

Details for the file bineurones-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: bineurones-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 2.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for bineurones-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 37c5f2ff02688e0ef0649b5399161697bb36c87a50ba953d9e6e623a165e8015
MD5 6029ab1d219129b58169cc5352fa40bf
BLAKE2b-256 6d696ffdfddfcfb3b784da1f4efd29cd3573f4b8554ab293a6d775f754a7cd68

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