<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on Jae Hee Lee</title><link>https://jaeheelee.de/blog/</link><description>Recent content in Blog on Jae Hee Lee</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 02 Nov 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://jaeheelee.de/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Deep Learning Courses and Books for Beginners</title><link>https://jaeheelee.de/blog/deep-learning-for-beginners/</link><pubDate>Thu, 02 Nov 2023 00:00:00 +0000</pubDate><guid>https://jaeheelee.de/blog/deep-learning-for-beginners/</guid><description>&lt;p&gt;I have compiled this list for CS students who want to understand recent deep learning research papers but have less or no prior experience in deep learning. In this list, I only included resources with which I have first-hand experience. You are welcome to give me feedback and make suggestions.&lt;/p&gt;
&lt;h2 id="1-deep-learning-specialization-by-andrew-ng"&gt;1. &lt;a href="https://www.coursera.org/specializations/deep-learning"&gt;Deep Learning Specialization&lt;/a&gt; by Andrew Ng&lt;/h2&gt;
&lt;p&gt;This classic course by &lt;a href="https://www.andrewng.org/"&gt;Andrew Ng&lt;/a&gt;, one of the leading pioneers in deep learning, is still the best introductory course for beginners. Even though the pace of the course is moderate, thanks to its well-designed organization and the clear explanations by Andrew Ng, the course goes into the details of fundamental methods in deep learning. Below are the YouTube playlists of the previous version of the course.&lt;/p&gt;</description></item><item><title>Common LaTeX Mistakes by Newbies</title><link>https://jaeheelee.de/blog/latex-mistakes/</link><pubDate>Wed, 16 Aug 2023 00:00:00 +0000</pubDate><guid>https://jaeheelee.de/blog/latex-mistakes/</guid><description>&lt;p&gt;Writing in LaTeX needs some experience as there are a few things not obvious to newbies. In this post, I list some common mistakes that the newbies often make.&lt;/p&gt;
&lt;h3 id="1-use-two-back-quotes--and-two-apostrophes--to-start-and-end-quoting"&gt;1. Use two back quotes &lt;code&gt;``&lt;/code&gt; and two apostrophes &lt;code&gt;''&lt;/code&gt; to start and end quoting&lt;/h3&gt;
&lt;p&gt;Standard quotation marks &lt;code&gt;&amp;quot;&lt;/code&gt; won&amp;rsquo;t be rendered correctly.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-latex" data-lang="latex"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;``Hello, World!&amp;#39;&amp;#39; &lt;span class="c"&gt;% correct
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&amp;#34;Hello, World!&amp;#34; &lt;span class="c"&gt;% wrong
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id="2-use-tilde--to-avoid-a-line-break-between-words"&gt;2. Use tilde &lt;code&gt;~&lt;/code&gt; to avoid a line break between words&lt;/h3&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-latex" data-lang="latex"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;(cf.~Vaswani et al.~&lt;span class="k"&gt;\cite&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;vaswani&lt;span class="nb"&gt;_&lt;/span&gt;attention&lt;span class="nb"&gt;_&lt;/span&gt;2017&lt;span class="nb"&gt;}&lt;/span&gt;) &lt;span class="c"&gt;% correct
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;(cf. Vaswani et al. &lt;span class="k"&gt;\cite&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;vaswani&lt;span class="nb"&gt;_&lt;/span&gt;attention&lt;span class="nb"&gt;_&lt;/span&gt;2017&lt;span class="nb"&gt;}&lt;/span&gt;) &lt;span class="c"&gt;% wrong
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id="3-write--if-the-dot-is-not-used-as-a-period"&gt;3. Write &lt;code&gt;.\&lt;/code&gt; if the dot is not used as a period&lt;/h3&gt;
&lt;p&gt;Omitting the backslash leads to a larger space between the period and the next word.&lt;/p&gt;</description></item></channel></rss>