Skip to content

Talk (and code) from my talk @ Lancaster Data Science Group on "Parameter tuning off the grid"

Notifications You must be signed in to change notification settings

henrymoss/DSG_talk_2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DSG_talk_2018

Talk (and code) from my talk @ Lancaster Data Science Group on "Parameter tuning off the grid"

I have included a python notebook that provides implementations of grid-search, random-search and Bayesian Optimization on a simple IMDB movie review classification task.

The IMDB data is availible from: https://github.com/jalbertbowden/large-movie-reviews-dataset/tree/master/acl-imdb-v1 and needs to be put in a folder named Data.

To learn more about using BO for tuning machine learning model I reccomend the following tutorials: http://nbviewer.jupyter.org/github/SheffieldML/GPyOpt/blob/master/manual/index.ipynb

Sklearn provides clear introductions for grid and random search: http://scikit-learn.org/stable/modules/grid_search.html

About

Talk (and code) from my talk @ Lancaster Data Science Group on "Parameter tuning off the grid"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published