Skip to content

Commit

Permalink
Merge pull request #2 from LarsHH/readme-video
Browse files Browse the repository at this point in the history
Demo video
  • Loading branch information
LarsHH committed Oct 21, 2018
2 parents 82defce + 99fdbcb commit df5ba55
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ SHERPA: A Python Hyperparameter Optimization Library
:height: 150px
:alt: SHERPA logo

.. image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg
:target: https://www.gnu.org/licenses/gpl-3.0

.. image:: https://pepy.tech/badge/parameter-sherpa
:target: https://pepy.tech/project/parameter-sherpa


SHERPA is a Python library for hyperparameter tuning of machine learning models. It provides:
Expand All @@ -17,10 +22,12 @@ SHERPA is a Python library for hyperparameter tuning of machine learning models.
* parallel computation that can be fitted to the user's needs
* a live dashboard for the exploratory analysis of results.

The documentation at http://parameter-sherpa.readthedocs.io/ provides installation instructions for parallel hyperparameter
optimizations and using the different optimization algorithms. See below for
a short example on what working with SHERPA looks like.
Install via ``pip install parameter-sherpa``. The documentation at http://parameter-sherpa.readthedocs.io/ provides tutorials on using the different optimization algorithms and installation instructions for parallel hyperparameter
optimizations. Take a look at the demo
video by clicking on the image below or read on to find out more.

.. image:: http://img.youtube.com/vi/L95sasMLgP4/0.jpg
:target: https://www.youtube.com/watch?feature=player_embedded&v=L95sasMLgP4

From Keras to Sherpa in 30 seconds
==================================
Expand Down Expand Up @@ -91,14 +98,15 @@ can take a look at this example of optimizing a Random Forest in
.. figure:: https://drive.google.com/uc?export=view&id=1G85sfwLicsQKd3-1xN7DZowQ0gHAvzGx
:alt: SHERPA Dashboard.

Installation via Pip
====================

Installation from PyPi
======================

::

pip install parameter-sherpa


Installation from GitHub
========================

Expand Down

0 comments on commit df5ba55

Please sign in to comment.