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

Uploaded Python 3

File details

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

File metadata

  • Download URL: bineurones-0.0.4.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.4.tar.gz
Algorithm Hash digest
SHA256 4733f5ca3f70399f82cca42ce5101aceaf91e0f69c80a79386c54758052fe385
MD5 0749b5dce613b98a564cc7ee2a5a24bf
BLAKE2b-256 09f0a56836f28a0d9c8f8965d89fc960284ff88b4c726f8a91b526bf21aa54b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bineurones-0.0.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ec90f4d0bd0031f87621c58d33643c3696218d62355bb109e71f0cf53aee5fb2
MD5 8d75bcaa3920122bfac9e2fa0f99bf7e
BLAKE2b-256 f65aecf4109305716cc26fea0ad4d66a974531e7652369924268f3d1912c81d8

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