Skip to main content

Self Organizing Error Driven Artificial Neural Network

Project description

SOED

Self Organizing Error Driven Artificial Neural Network

Publications

How to work

pip install soed
from soed import SOEDClassifier

soed = SOEDClassifier(mlp_max_iter=10000,som_x=10, som_y=10,som_input_len=X_train.shape[1])

How to run project

virtualenv soed_dev
source soed_dev/bin/activate
pip install -r requirements.txt
jupyter notebook \
    --notebook-dir="./notebooks" \
    --ip=0.0.0.0 --port=3225

At the time new py package installed

pip install <package>

pip freeze > requirements.txt

for installation in local

pip install -e .

build project

python setup.py sdist bdist_wheel

Push project

twine upload dist/*

Release pypi module

pip install twine

Ensure you have pypi credential in

# nano ~/.pypirc
[pypi]
  username = __token__
  password = <Token>
./releaseNewVersionAndAddTag.sh

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

soed-1.0.8.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

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

soed-1.0.8-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file soed-1.0.8.tar.gz.

File metadata

  • Download URL: soed-1.0.8.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.4

File hashes

Hashes for soed-1.0.8.tar.gz
Algorithm Hash digest
SHA256 34deed48ac4d57337857dafaa82533c4e63db6e5ed0a3744ee147d090dc7952b
MD5 01f421c02e4d9aeef947a7863039b4af
BLAKE2b-256 2b255a8a86d8c981e06ed528f10f7b34582691a988a0ab3e41b10a11f4426cfc

See more details on using hashes here.

File details

Details for the file soed-1.0.8-py3-none-any.whl.

File metadata

  • Download URL: soed-1.0.8-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.4

File hashes

Hashes for soed-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 e1362bf59a32c23325ac6563cac056f30ca7dcc7382d276bcc208ff73796a7a7
MD5 b5102aae9a18bbac33c2c618d9080f05
BLAKE2b-256 1bc311c9e99e4dd41f346ec6b6571596fabe646ae2218256e851534feb0b6e0f

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