Skip to main content

a libary to create neurones with two inputs

Reason this release was yanked:

bugs

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.5.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.5-py3-none-any.whl (2.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bineurones-0.0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 537535c5b014562ad56bd0988386b3d3ae673a5d61ef82ef0310a41d4f2a9f55
MD5 48de5ff04154159f92eb71c30a74a7da
BLAKE2b-256 834e7ce4f6306c9bcd7f2b176ca09b0d9b707c7a5a95b75d38c2315dee233f2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bineurones-0.0.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d85341225861df9f02db3084fc2f2ae1ab73a5bdfd1231eefd018e29e7a7f600
MD5 a88d4f0e6387bf5c119f713b5c0daf67
BLAKE2b-256 fd6774317434037f12cc34ac51170b49c020f6234c9def16826bb6017195e93e

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