 <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://Robo.Fish/wiki/index.php?action=history&amp;feed=atom&amp;title=Deep_Learning</id>
	<title>Deep Learning - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://Robo.Fish/wiki/index.php?action=history&amp;feed=atom&amp;title=Deep_Learning"/>
	<link rel="alternate" type="text/html" href="https://Robo.Fish/wiki/index.php?title=Deep_Learning&amp;action=history"/>
	<updated>2026-04-22T10:30:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://Robo.Fish/wiki/index.php?title=Deep_Learning&amp;diff=1660&amp;oldid=prev</id>
		<title>Kai: /* External Resources */</title>
		<link rel="alternate" type="text/html" href="https://Robo.Fish/wiki/index.php?title=Deep_Learning&amp;diff=1660&amp;oldid=prev"/>
		<updated>2016-10-03T20:22:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;External Resources&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== &amp;lt;br /&amp;gt;Introduction ===&lt;br /&gt;
Deep learning is an approach based on multilayer [[Neural Networks | neural networks]] for learning a hierarchical set of features from the training data before the model optimization step.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Training of Video Data ===&lt;br /&gt;
A hybrid CPU/GPU approach has proven more efficient here than a GPU-heavy approach: At first, training was done by simultaneously feeding multiple frames from the video into the network. This requires a large (expensive) network. It was then seen that similar results can be achieved by extracting the optical flow data from the frames in advance (with a CPU-bound process) and feed the frames plus the flow data sequentially to the network ([http://cs.stanford.edu/people/karpathy/deepvideo/ Large-scale Video Classification with Convolutional Neural Networks] and the [https://code.google.com/archive/p/sports-1m-dataset/ Sports 1M data set]).&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Consider converting the color space of the input frames from RGB to YUV in order to condition the network to a color perception model that is closer to human vision.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Software Tools ===&lt;br /&gt;
* [http://torch.ch Torch] by Facebook, Google, Twitter&lt;br /&gt;
* [[Caffe]] by UC Berkeley&lt;br /&gt;
* [http://deeplearning.net/software/theano Theano] with [https://github.com/lisa-lab/pylearn2 Pylearn2], by the University of Montréal&lt;br /&gt;
* [https://github.com/Microsoft/CNTK/wiki Computational Network Toolkit] by Microsoft&lt;br /&gt;
* [https://www.tensorflow.org TensorFlow] by Google&lt;br /&gt;
* [https://github.com/nervanasystems/neon Neon] by Nervana Systems&lt;br /&gt;
* [https://developer.nvidia.com/cudnn Nvidia cuDNN]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== External Resources ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Site&amp;#039;&amp;#039;&amp;#039; http://deeplearning.net&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Videos&amp;#039;&amp;#039;&amp;#039; [http://videolectures.net/site/search/?q=deep+learning Deep Learning @ videolectures.net]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kai</name></author>
	</entry>
</feed>