Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nathanielng/malcx
- Owner: nathanielng
- Created: 2020-01-16T10:43:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T11:45:47.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T13:12:24.839Z (2 months ago)
- Language: HTML
- Homepage: http://nathanielng.github.io/malcx
- Size: 1010 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.