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

Uploaded Python 3

File details

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

File metadata

  • Download URL: bineurones-0.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 88b233d9eea87b84bd2b45d37275f5f4ee565d59155861be6657d6d5598880dc
MD5 affdc59eba9e361af0df0e6f0595a0a9
BLAKE2b-256 95a8ac53151a83baf84c5d8cfceab78a00056e58285d9698d162023aeb026d02

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bineurones-0.0.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fd8b0286cb624261dcb66c4f782e2cf93ed79249238e7a47da8796e984d32973
MD5 c7938cc95998c55da1d686cfd5a3a0dd
BLAKE2b-256 8d4c72f2666e7a12a7befdd1f6730a2b0742a91f907614196db6c0df308a643a

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