<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Theano on Ryan Orban</title><link>https://ryanorban.com/categories/theano/</link><description>Recent content in Theano on Ryan Orban</description><generator>Hugo</generator><language>en-us</language><managingEditor>me@ryanorban.com (Ryan Orban)</managingEditor><webMaster>me@ryanorban.com (Ryan Orban)</webMaster><copyright>Ryan Orban</copyright><lastBuildDate>Tue, 11 Feb 2014 00:00:00 +0000</lastBuildDate><atom:link href="https://ryanorban.com/categories/theano/index.xml" rel="self" type="application/rss+xml"/><item><title>Multilayer Perceptron with Jobman</title><link>https://ryanorban.com/notes/multilayer-perceptron-jobman-deeplearning/</link><pubDate>Tue, 11 Feb 2014 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/multilayer-perceptron-jobman-deeplearning/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;This tutorial from deeplearning.net (the website of the LISA Lab at Université de Montréal, home of Yoshua Bengio&amp;rsquo;s group) shows how to train a multilayer perceptron (MLP) using Jobman, a job management system designed for running systematic hyperparameter search experiments. The combination reflects the research workflow at LISA Lab in 2013-2014: Theano for GPU-accelerated neural network computation, Jobman for orchestrating parallel experiments, and deeplearning.net as the public documentation and tutorial site.&lt;/p&gt;</description></item><item><title>Deep Learning Tutorials — DeepLearning.net</title><link>https://ryanorban.com/notes/deep-learning-tutorials-deeplearningnet/</link><pubDate>Sun, 29 Dec 2013 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/deep-learning-tutorials-deeplearningnet/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;The Deep Learning Tutorials site from LISA Lab at Université de Montréal was the definitive practical resource for learning deep learning in 2013. Written by researchers in Yoshua Bengio&amp;rsquo;s group, it provided code-first walkthroughs of core architectures using Theano — the Python framework the lab developed for symbolic math and GPU computation that preceded TensorFlow and PyTorch.&lt;/p&gt;</description></item></channel></rss>