Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/mlak

Development 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