Skip to content

almoslmi/mlrose

 
 

Repository files navigation

mlrose: Machine Learning, Randomized Optimization and SEarch - README

This repository contains the source code for the mlrose Python package. This package implements a range of Machine Learning, Randomized Optimization and SEarch algorithms, to allow users to explore the properties of these algorithms under various conditions.

Installation

mlrose was written in Python 3 and requires NumPy, SciPy and Scikit-Learn (sklearn).

The latest released version is available at the Python package index < insert link to PyPi page> and can be installed using pip:

pip install mlrose

Project Background

Main Features

Documentation

The official mlrose documentation can be found here:

Licensing, Authors, Acknowledgements

mlrose was written by Genevieve Hayes and is distributed under the 3-Clause BSD license.

You can cite mlrose in research publications and reports as follows:

BibTeX entry:

@misc{Hayes18,
 author = {Hayes, G},
 title 	= {{mlrose: Machine Learning, Randomized Optimization and SEarch package for Python}},
 year 	= 2018,
 howpublished = {\url{https://github.com/gkhayes/mlrose}},
 note 	= {Accessed: day month year}
}

About

Python package for implementing a number of Machine Learning, Randomized Optimization and SEarch algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • Shell 2.6%