<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Resource | Haobin Tan</title><link>https://haobin-tan.netlify.app/tags/resource/</link><atom:link href="https://haobin-tan.netlify.app/tags/resource/index.xml" rel="self" type="application/rss+xml"/><description>Resource</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Wed, 19 Aug 2020 00:00:00 +0000</lastBuildDate><image><url>https://haobin-tan.netlify.app/media/icon_hu7d15bc7db65c8eaf7a4f66f5447d0b42_15095_512x512_fill_lanczos_center_3.png</url><title>Resource</title><link>https://haobin-tan.netlify.app/tags/resource/</link></image><item><title>CNN Resources</title><link>https://haobin-tan.netlify.app/docs/ai/deep-learning/cnn/cnn-resources/</link><pubDate>Wed, 19 Aug 2020 00:00:00 +0000</pubDate><guid>https://haobin-tan.netlify.app/docs/ai/deep-learning/cnn/cnn-resources/</guid><description>&lt;h2 id="tutorials">Tutorials&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://e2eml.school/how_convolutional_neural_networks_work.html">How do Convolutional Neural Networks work?&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://ujjwalkarn.me/2016/08/11/intuitive-explanation-convnets/">An Intuitive Explanation of Convolutional Neural Networks&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="visualization">Visualization&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://poloclub.github.io/cnn-explainer/#article-convolution">CNN Explainer&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://www.cs.ryerson.ca/~aharley/vis/conv/flat.html">MINST playground&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="plotting">Plotting&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="http://alexlenail.me/NN-SVG/">NN-SVG&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="papers-overview">Papers Overview&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://adeshpande3.github.io/The-9-Deep-Learning-Papers-You-Need-To-Know-About.html">The 9 Deep Learning Papers You Need To Know About (Understanding CNNs Part 3)&lt;/a>&lt;/li>
&lt;/ul></description></item><item><title>RNN Resource</title><link>https://haobin-tan.netlify.app/docs/ai/deep-learning/rnn/resource/</link><pubDate>Mon, 03 Aug 2020 00:00:00 +0000</pubDate><guid>https://haobin-tan.netlify.app/docs/ai/deep-learning/rnn/resource/</guid><description>&lt;h2 id="rnn">RNN&lt;/h2>
&lt;ul>
&lt;li>Tutorials
&lt;ul>
&lt;li>&lt;a href="https://towardsdatascience.com/illustrated-guide-to-recurrent-neural-networks-79e5eb8049c9">Illustrated Guide to Recurrent Neural Networks&lt;/a> &amp;#x1f525;&amp;#x1f44d;
&lt;ul>
&lt;li>Video Tutorial:
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/LHXXI4-IEns?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
>&lt;/iframe>
&lt;/div>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;/br>
&lt;ul>
&lt;li>
&lt;p>Implementation&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://gist.github.com/karpathy/d4dee566867f8291f086">min-char-rnn&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Application of RNN:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="http://karpathy.github.io/2015/05/21/rnn-effectiveness/">The Unreasonable Effectiveness of Recurrent Neural Networks&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="lstm">LSTM&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>Tutorials&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://colah.github.io/posts/2015-08-Understanding-LSTMs/">Understanding LSTM Networks&lt;/a> &amp;#x1f525;&amp;#x1f44d;&lt;/li>
&lt;li>&lt;a href="https://towardsdatascience.com/illustrated-guide-to-lstms-and-gru-s-a-step-by-step-explanation-44e9eb85bf21">Illustrated Guide to LSTM’s and GRU’s: A step by step explanation&lt;/a> &amp;#x1f525;&amp;#x1f44d;
&lt;ul>
&lt;li>Video Tutorial:
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/8HyCNIVRbSU?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
>&lt;/iframe>
&lt;/div>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;/br>
&lt;ul>
&lt;li>
&lt;p>&lt;a href="https://blog.csdn.net/v_JULY_v/article/details/89894058">如何从RNN起步，一步一步通俗理解LSTM&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;a href="https://www.zhihu.com/question/314002073/answer/613515841">通俗有趣地解释RNN和LSTM&lt;/a> &amp;#x1f525;&amp;#x1f44d;&lt;/p>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Implementation&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://wiseodd.github.io/techblog/2016/08/12/lstm-backprop/">Deriving LSTM Gradient for Backpropagation&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Deeper understanding&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://weberna.github.io/blog/2017/11/15/LSTM-Vanishing-Gradients.html">Why LSTMs Stop Your Gradients From Vanishing: A View from the Backwards Pass&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul></description></item></channel></rss>