No project description provided
Project description
evolutionary_keras
Keras is one of the most widely used Machine Learning frameworks available in the market. It is a high-level API written in Python and that can run on mulitple backends. Their goal is to be able to build and test new model as fast as possible.
Keras models are trained through the usage of optimizers, all of which are Gradient Descent based. This module deals with that shortcoming of Keras by implementing several Evolutionary Algorithms on top of Keras while keeping the main philosophy of the project: it must be easy to prototype.
The default project library now provides support for:
- Nodal Genetical Algorithm (NGA)
- Covariance Matrix Adaptation Evolution Strategy (CMA-ES)
Installation
evolutionary_keras is available to install from pip and conda using the following commands:
pip install evolutionary-keras
conda install evolutionary_keras -c conda-forge
After which it can readily be imported in your python project
import evolutionary_keras
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 evolutionary_keras-2.1.tar.gz.
File metadata
- Download URL: evolutionary_keras-2.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27aae71947b1bed8fa93636d08626d64360a9114961fb8517435700c394851cc
|
|
| MD5 |
f3641435079af7cb3e1ac8f954a255c1
|
|
| BLAKE2b-256 |
8f381442b765eba8e16dbc09c5b8b5f70dfb8d3b80b066b7e5b0b61ce134d08b
|
File details
Details for the file evolutionary_keras-2.1-py3-none-any.whl.
File metadata
- Download URL: evolutionary_keras-2.1-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
016ae52335e0d8e6746f850036869aeb71c6408a5a0ca3a62668e4a9a2bc5131
|
|
| MD5 |
affbf017ae424eaf8e2e392cac46a1b2
|
|
| BLAKE2b-256 |
7c58f0af58ee8a3571395eb25baa1b4c421e9b82d8918031ccae5b78cc6ab31c
|