Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nathanielng/malcx

A machine learning library
https://github.com/nathanielng/malcx

Last synced: 10 days ago
JSON representation

A machine learning library

Awesome Lists containing this project

README

        

# [malcx](https://nathanielng.github.io/malcx/)

## Description

A machine learning library & hyperparameter optimization tool. This tool wraps an external executable binary using an input file as an interface. The text output of the executable binary and output files generated by that binary are also processed.

## Parameter History Viewer

- [`jupyter/parameter_history_viewer.html`](https://nathanielng.github.io/malcx/jupyter/parameter_history_viewer.html)

## Files

- [`hyperopt/hyperopt_ex.py`](https://github.com/nathanielng/malcx/blob/master/hyperopt/hyperopt_ex.py) - a hyperparameter optimization example
- [`src/alcx.py`](https://github.com/nathanielng/malcx/blob/master/src/alcx.py) - tool for hyperparameter optimization using input files.