All Projects → claesenm → Optunity

claesenm / Optunity

Licence: other
optimization routines for hyperparameter tuning

Projects that are alternatives of or similar to Optunity

Machine Learning Projects
Machine Learning Experiments and Work
Stars: ✭ 356 (-1.66%)
Mutual labels:  jupyter-notebook
Natural Language Image Search
Search photos on Unsplash using natural language
Stars: ✭ 359 (-0.83%)
Mutual labels:  jupyter-notebook
Cs229 ml
🍟 Stanford CS229: Machine Learning
Stars: ✭ 364 (+0.55%)
Mutual labels:  jupyter-notebook
Octave kernel
An Octave kernel for IPython
Stars: ✭ 357 (-1.38%)
Mutual labels:  jupyter-notebook
Data Science Projects
DataScience projects for learning : Kaggle challenges, Object Recognition, Parsing, etc.
Stars: ✭ 361 (-0.28%)
Mutual labels:  jupyter-notebook
Qtrader
Reinforcement Learning for Portfolio Management
Stars: ✭ 363 (+0.28%)
Mutual labels:  jupyter-notebook
Pytorch objectdetecttrack
Object detection in images, and tracking across video frames
Stars: ✭ 358 (-1.1%)
Mutual labels:  jupyter-notebook
Advanced Tensorflow
Little More Advanced TensorFlow Implementations
Stars: ✭ 364 (+0.55%)
Mutual labels:  jupyter-notebook
Tensorflow chessbot
Predict chessboard FEN layouts from images using TensorFlow
Stars: ✭ 362 (+0%)
Mutual labels:  jupyter-notebook
Vilbert beta
Stars: ✭ 359 (-0.83%)
Mutual labels:  jupyter-notebook
Deep Reinforcement Learning Hands On Second Edition
Deep-Reinforcement-Learning-Hands-On-Second-Edition, published by Packt
Stars: ✭ 362 (+0%)
Mutual labels:  jupyter-notebook
Mv3d
Multi-View 3D Object Detection Network for Autonomous Driving
Stars: ✭ 362 (+0%)
Mutual labels:  jupyter-notebook
Datascience
A Python library for introductory data science
Stars: ✭ 363 (+0.28%)
Mutual labels:  jupyter-notebook
Ivpid
Python PID Controller
Stars: ✭ 361 (-0.28%)
Mutual labels:  jupyter-notebook
Lagom
lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.
Stars: ✭ 364 (+0.55%)
Mutual labels:  jupyter-notebook
Tensorflow Learning
B站上炼数成金的公开课笔记
Stars: ✭ 360 (-0.55%)
Mutual labels:  jupyter-notebook
Deepstream python apps
A project demonstrating use of Python for DeepStream sample apps given as a part of SDK (that are currently in C,C++).
Stars: ✭ 359 (-0.83%)
Mutual labels:  jupyter-notebook
Kaggle titanic
the data and ipython notebook of my attempt to solve the kaggle titanic problem
Stars: ✭ 363 (+0.28%)
Mutual labels:  jupyter-notebook
Articles
A repository for the source code, notebooks, data, files, and other assets used in the data science and machine learning articles on LearnDataSci
Stars: ✭ 350 (-3.31%)
Mutual labels:  jupyter-notebook
Workshops
lecture notes for cyberwizard workshops
Stars: ✭ 363 (+0.28%)
Mutual labels:  jupyter-notebook

.. image:: logo/logo.png :alt: Optunity :align: left

.. image:: https://travis-ci.org/claesenm/optunity.svg?branch=master :target: https://travis-ci.org/claesenm/optunity :align: right

.. image:: https://readthedocs.org/projects/optunity/badge/?version=latest :alt: Documentation Status :scale: 100% :target: https://readthedocs.org/projects/optunity/

.. image:: https://img.shields.io/pypi/dm/Optunity.svg
:target: https://pypi.python.org/pypi/optunity

.. image:: https://img.shields.io/pypi/v/Optunity.svg
:target: https://pypi.python.org/pypi/optunity

=========

Optunity is a library containing various optimizers for hyperparameter tuning. Hyperparameter tuning is a recurrent problem in many machine learning tasks, both supervised and unsupervised. Tuning examples include optimizing regularization or kernel parameters.

From an optimization point of view, the tuning problem can be considered as follows: the objective function is non-convex, non-differentiable and typically expensive to evaluate.

This package provides several distinct approaches to solve such problems including some helpful facilities such as cross-validation and a plethora of score functions.

The Optunity library is implemented in Python and allows straightforward integration in other machine learning environments, including R and MATLAB.

If you have any comments, suggestions you can get in touch with us at gitter:

.. image:: https://badges.gitter.im/Join%20Chat.svg :alt: Join the chat at https://gitter.im/claesenm/optunity :target: https://gitter.im/claesenm/optunity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

To get started with Optunity on Linux, issue the following commands::

git clone https://github.com/claesenm/optunity.git
echo "export PYTHONPATH=$PYTHONPATH:$(pwd)/optunity" >> ~/.bashrc

Afterwards, importing optunity should work in Python::

#!/usr/bin/env python
import optunity

Optunity is developed at the STADIUS lab of the dept. of electrical engineering at KU Leuven (ESAT). Optunity is free software, using a BSD license.

For more information, please refer to the following pages: http://www.optunity.net

Contributors

The main contributors to Optunity are:

  • Marc Claesen: framework design & implementation, communication infrastructure, MATLAB wrapper and all solvers.

  • Jaak Simm: R wrapper.

  • Vilen Jumutc: Julia wrapper.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].