All Projects → sigopt → Sigopt Examples

sigopt / Sigopt Examples

Licence: mit
Optimization Examples with SigOpt

Projects that are alternatives of or similar to Sigopt Examples

Activitynet 2016 Cvprw
Tools to participate in the ActivityNet Challenge 2016 (NIPSW 2016)
Stars: ✭ 191 (-1.04%)
Mutual labels:  jupyter-notebook
Hashnet
Code release for "HashNet: Deep Learning to Hash by Continuation" (ICCV 2017)
Stars: ✭ 192 (-0.52%)
Mutual labels:  jupyter-notebook
Deep learning tutorial
[ko] 패스트캠퍼스 강의 자료
Stars: ✭ 193 (+0%)
Mutual labels:  jupyter-notebook
Trajectron Plus Plus
Code accompanying the ECCV 2020 paper "Trajectron++: Dynamically-Feasible Trajectory Forecasting With Heterogeneous Data" by Tim Salzmann*, Boris Ivanovic*, Punarjay Chakravarty, and Marco Pavone (* denotes equal contribution).
Stars: ✭ 191 (-1.04%)
Mutual labels:  jupyter-notebook
Deep Learning Random Explore
Stars: ✭ 192 (-0.52%)
Mutual labels:  jupyter-notebook
Ibmquantumchallenge2020
Quantum Challenge problem sets
Stars: ✭ 193 (+0%)
Mutual labels:  jupyter-notebook
Pydata Cookbook
PyData Cookbook Project
Stars: ✭ 191 (-1.04%)
Mutual labels:  jupyter-notebook
One Hundred Layers Tiramisu
Keras Implementation of The One Hundred Layers Tiramisu: Fully Convolutional DenseNets for Semantic Segmentation by (Simon Jégou, Michal Drozdzal, David Vazquez, Adriana Romero, Yoshua Bengio)
Stars: ✭ 193 (+0%)
Mutual labels:  jupyter-notebook
Research2vec
Representing research papers as vectors / latent representations.
Stars: ✭ 192 (-0.52%)
Mutual labels:  jupyter-notebook
Extendedtinyfaces
Detecting and counting small objects - Analysis, review and application to counting
Stars: ✭ 193 (+0%)
Mutual labels:  jupyter-notebook
Simpleselfattention
A simpler version of the self-attention layer from SAGAN, and some image classification results.
Stars: ✭ 192 (-0.52%)
Mutual labels:  jupyter-notebook
Facenet
FaceNet for face recognition using pytorch
Stars: ✭ 192 (-0.52%)
Mutual labels:  jupyter-notebook
Crawler Analysis
爬虫+数据分析实战项目
Stars: ✭ 193 (+0%)
Mutual labels:  jupyter-notebook
Cl Jupyter
An enhanced interactive Shell for Common Lisp (based on the Jupyter protocol)
Stars: ✭ 191 (-1.04%)
Mutual labels:  jupyter-notebook
Spell Checker
A seq2seq model that can correct spelling mistakes.
Stars: ✭ 193 (+0%)
Mutual labels:  jupyter-notebook
Vanillacnn
Implementation of the Vanilla CNN described in the paper: Yue Wu and Tal Hassner, "Facial Landmark Detection with Tweaked Convolutional Neural Networks", arXiv preprint arXiv:1511.04031, 12 Nov. 2015. See project page for more information about this project. http://www.openu.ac.il/home/hassner/projects/tcnn_landmarks/ Written by Ishay Tubi : ishay2b [at] gmail [dot] com https://www.l
Stars: ✭ 191 (-1.04%)
Mutual labels:  jupyter-notebook
Py R Fcn Multigpu
Code for training py-faster-rcnn and py-R-FCN on multiple GPUs in caffe
Stars: ✭ 192 (-0.52%)
Mutual labels:  jupyter-notebook
Scribe
Realistic Handwriting with Tensorflow
Stars: ✭ 193 (+0%)
Mutual labels:  jupyter-notebook
Nn compression
Stars: ✭ 193 (+0%)
Mutual labels:  jupyter-notebook
Learned Correspondence Release
Code release for "learning to find good correspondences" CVPR 2018
Stars: ✭ 192 (-0.52%)
Mutual labels:  jupyter-notebook

image

Getting Started with SigOpt

Welcome to the SigOpt Examples. These examples show you how to use SigOpt for model tuning tasks in various machine learning environments.

Requirements

Most of these examples will run on any Linux or Mac OS X machine from the command line. Each example contains a README.md with specific setup instructions.

First Time?

If this is your first time using SigOpt, we recommend you work through the Random Forest example. In this example, you will use a random forest to classify data from the iris dataset and use SigOpt to maximize the k-fold cross-validation accuracy by tuning the model's hyperparameters. This example is available in a wide variety of languages and integrations:

More Examples

Questions?

Any questions? Drop us a line at [email protected].

API Reference

To implement SigOpt for your use case, feel free to use or extend the code in this repository. Our core API can bolt on top of any complex model or process and guide it to its optimal configuration in as few iterations as possible.

About SigOpt

With SigOpt, data scientists and machine learning engineers can build better models with less trial and error.

Machine learning models depend on hyperparameters that trade off bias/variance and other key outcomes. SigOpt provides Bayesian hyperparameter optimization using an ensemble of the latest research.

SigOpt can tune any machine learning model, including popular techniques like gradient boosting, deep neural networks, and support vector machines. SigOpt’s REST API and client libraries (Python, R, Java) integrate into any existing ML workflow.

SigOpt augments your existing model training pipeline, suggesting parameter configurations to maximize any online or offline objective, such as AUC ROC, model accuracy, or revenue. You only send SigOpt your metadata, not the underlying training data or model.

Visit our website to learn more!

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].