#!/usr/bin/env python # coding: utf-8 # # Sheffield Data Science Meet Ups: Notebooks # # ## 2014/4/30 First Data Science Meeting # # The first Sheffield Data Science Meetup took place in the Pam Liveridge Building on 30th April 2014. We had talks from Fernando Perez on IPython and from Fabian Pedregosa on developing open source machine learning software. To our knowledge we also held the first ever IPython notebook poster session. Notebook posters from the meeting are hosted here. # # # * [HRF estimation from the Natural images dataset](http://nbviewer.ipython.org/github/fabianp/hrf_estimation/blob/master/doc/figures_natural_images.ipynb), Fabian Pedregosa. # # * [Tutorial on Bayesian Optimization](http://nbviewer.ipython.org/github/SheffieldML/notebook/blob/master/datascience/Javier-BayesOpt.ipynb), Javier Gonzalez. # # * [Partial Differential Equation and Gaussian Process](http://nbviewer.ipython.org/github/SheffieldML/notebook/blob/master/datascience/Mu.ipynb), Mu Niu. # # * [Differentially Gene Expression and Gaussian Processing Regression for ALS disease](http://nbviewer.ipython.org/github/SheffieldML/notebook/blob/master/datascience/Sura.ipynb), Sura Z. Alrashid. # # In[ ]: