A neural networks combine genetic algorithm module.
Project description
A neural networks combine genetic algorithm module.
Look how easy it is to use:
import neuralNetworkGA
# Init algorithm
ai = NeuroGA(4,[30],1)
# Get networks
gen = ai.next_gen_networks()
# Input values then calculate with neural network, return result.
res = gen[i].put_inputs(inputs)
# Use score to mark a network to value this network bad or good.
ai.mark_score(score,gen[i])
# Save result
savenet(gen[i],1)
# Load result
geni = loadnet(‘gen_1’)
res = geni.put_inputs(observation) …
Features
You do not have to know the algorithm.
Make things faster
Use the GA to train games of yourself.
Installation
Install NNGA by running:
pip install NNGA
Contribute
Source Code:
Support
If you are having issues, please let us know.
We have a mailing list located at: 3075489925@qq.com
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file NNGA-0.0.7.tar.gz.
File metadata
- Download URL: NNGA-0.0.7.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14c4abb5e51f83f93c1be094c142d03082d524b951f776b24e569730160b1bd6
|
|
| MD5 |
b2abdddab242b4c225da9a63a4d59958
|
|
| BLAKE2b-256 |
9da6f00c74513ed47e3e29b6c761798e978525c4d964ecc51137b76b93a66c8e
|
File details
Details for the file NNGA-0.0.7-py2.py3-none-any.whl.
File metadata
- Download URL: NNGA-0.0.7-py2.py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fee99e8295b8b56c171467dde182eac302cf658932472a329f3410df1c11ceeb
|
|
| MD5 |
5408b81859c134618d68027ba9f6db30
|
|
| BLAKE2b-256 |
b0569df191379959d64a03d70a47b607db7db123535176ca8adbe17e5546e602
|