Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codestation-org/mlak
Machine Learning Army Knife
https://github.com/codestation-org/mlak
keras machine-learning
Last synced: 18 days ago
JSON representation
Machine Learning Army Knife
- Host: GitHub
- URL: https://github.com/codestation-org/mlak
- Owner: codestation-org
- Created: 2018-01-26T14:34:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T20:51:50.000Z (almost 6 years ago)
- Last Synced: 2024-10-09T12:33:10.899Z (29 days ago)
- Topics: keras, machine-learning
- Language: Python
- Homepage:
- Size: 111 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Machine Learning Army Knife
===========================A tool for machine learning experimentation.
`mlak` supports following machine learning methods/kernels:
- Linear Regression
- Logistic Regression
- Neural Network (Keras kernel or simple dense multi-layer perceptron model)With `mlak` one can create data samples,
train various model, test and analyze them... image:: https://travis-ci.org/codestation-org/mlak.svg?branch=master
:target: https://travis-ci.org/codestation-org/mlakDevelopment HOW-TO:
To install (run from mlak source top level directory)::
$ pip3 install --user --upgrade -e ../mlak/
To uninstall::
$ pip3 uninstall mlak
To run tests::
$ ./tests/run.sh
To generate HTML test coverage statistics::
$ ./tests/run.sh html