Cargando…

Deep Learning Tutorial

<!--HTML-->This tutorial will introduce the latest deep learning software packages and explain how to get started using deep neural networks. We will train deep neural networks using the Theano and Pylearn2 software packages in Python, and then replicate results from Baldi et. al. 2014, Search...

Descripción completa

Detalles Bibliográficos
Autor principal: SADOWSKI, Peter
Lenguaje:eng
Publicado: 2015
Materias:
Acceso en línea:http://cds.cern.ch/record/2093535
Descripción
Sumario:<!--HTML-->This tutorial will introduce the latest deep learning software packages and explain how to get started using deep neural networks. We will train deep neural networks using the Theano and Pylearn2 software packages in Python, and then replicate results from Baldi et. al. 2014, Searching for exotic particles in high-energy physics with deep learning. We will also discuss techniques for model selection and automatic hyperparameter tuning. NOTE: In order to run the examples yourself, please install Theano on your system prior to arrival, and then download pylearn2 from github and put it in your python path. http://deeplearning.net/software/theano/install.html https://github.com/lisa-lab/pylearn2/tree/master/pylearn2