<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>統計學 on G. T. Wang</title>
    <link>https://blog.gtwang.org/categories/%E7%B5%B1%E8%A8%88%E5%AD%B8/</link>
    <description>Recent content in 統計學 on G. T. Wang</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>zh-tw</language>
    <copyright>G. T. Wang</copyright>
    <lastBuildDate>Thu, 29 Jun 2017 10:20:58 +0800</lastBuildDate>
    <atom:link href="https://blog.gtwang.org/categories/%E7%B5%B1%E8%A8%88%E5%AD%B8/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>使用 TensorFlow、Softmax 迴歸模型、CNN，實作數字辨識系統筆記</title>
      <link>https://blog.gtwang.org/programming/tensorflow-softmax-regression-hand-written-digits-recognizer-tutorial/</link>
      <pubDate>Thu, 29 Jun 2017 10:20:58 +0800</pubDate>
      <guid>https://blog.gtwang.org/programming/tensorflow-softmax-regression-hand-written-digits-recognizer-tutorial/</guid>
      <description>&lt;p&gt;本篇示範如何使用 Google 的 TensorFlow、softmax 迴歸模型、CNN，實作一套手寫辨識系統。&lt;/p&gt;
&lt;p&gt;如果您沒學過 Google 的 TensorFlow，建議先閱讀 &lt;a href=&#34;https://blog.gtwang.org/programming/tensorflow-google-machine-learning-software-library-tutorial/&#34;&gt;TensorFlow 機器學習軟體工具入門教學&lt;/a&gt;。&lt;/p&gt;</description>
    </item>
    <item>
      <title>TensorFlow 機器學習軟體工具入門教學與範例實作</title>
      <link>https://blog.gtwang.org/programming/tensorflow-google-machine-learning-software-library-tutorial/</link>
      <pubDate>Wed, 28 Jun 2017 10:21:01 +0800</pubDate>
      <guid>https://blog.gtwang.org/programming/tensorflow-google-machine-learning-software-library-tutorial/</guid>
      <description>&lt;p&gt;本篇為 TensorFlow 機器學習軟體工具的入門教學，並實作一個簡單的線性迴歸模型範例。&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.tensorflow.org/&#34;&gt;TensorFlow&lt;/a&gt; 是一套由 Google 所發展的開放原始碼機器學習函式庫，其以流程圖的概念呈現整個資料分析流程，在流程圖中的每一個節點都代表一個運算，連接不同節點的連線則代表資料的傳遞，程式設計者可以運用各種不同的運算節點（不同的演算法），組合成適用於各種問題的分析系統，運用 CPU 或 GPU 進行運算。&lt;/p&gt;</description>
    </item>
    <item>
      <title>史丹佛大學機器學習（Machine Learning）上課筆記（五）</title>
      <link>https://blog.gtwang.org/statistics/standford-machine-learning-5/</link>
      <pubDate>Fri, 18 Oct 2013 15:17:49 +0800</pubDate>
      <guid>https://blog.gtwang.org/statistics/standford-machine-learning-5/</guid>
      <description>&lt;p&gt;本篇為史丹佛大學機器學習（Machine Learning）課程 Lecture 4 的前半段筆記，接續 &lt;a href=&#34;https://blog.gtwang.org/statistics/standford-machine-learning-4/&#34;&gt;Lecture 3&lt;/a&gt; 的內容。&lt;/p&gt;
&lt;p&gt;Lecture 4 的線上課程錄影可以從 &lt;a href=&#34;https://www.youtube.com/watch?v=nLKOQfKLUks&#34;&gt;YouTube 網站&lt;/a&gt;上觀看。&lt;/p&gt;
&lt;p&gt;

&lt;ins class=&#34;adsbygoogle&#34;
     style=&#34;display:block&#34;
     data-ad-client=&#34;ca-pub-7794009487786811&#34;
     data-ad-slot=&#34;9921134032&#34;
     data-ad-format=&#34;auto&#34;
     data-full-width-responsive=&#34;true&#34;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <title>史丹佛大學機器學習（Machine Learning）上課筆記（四）</title>
      <link>https://blog.gtwang.org/statistics/standford-machine-learning-4/</link>
      <pubDate>Tue, 08 Oct 2013 06:53:21 +0800</pubDate>
      <guid>https://blog.gtwang.org/statistics/standford-machine-learning-4/</guid>
      <description>&lt;p&gt;本篇為史丹佛大學機器學習（Machine Learning）課程 Lecture 3 的後半段筆記，接續 &lt;a href=&#34;https://blog.gtwang.org/statistics/standford-machine-learning-3/&#34;&gt;Lecture 3 前半部&lt;/a&gt;的內容。&lt;/p&gt;
&lt;p&gt;Lecture 3 的線上課程錄影可以從 &lt;a href=&#34;https://www.youtube.com/watch?v=HZ4cvaztQEs&#34;&gt;YouTube 網站&lt;/a&gt;上觀看。&lt;/p&gt;
&lt;p&gt;

&lt;ins class=&#34;adsbygoogle&#34;
     style=&#34;display:block&#34;
     data-ad-client=&#34;ca-pub-7794009487786811&#34;
     data-ad-slot=&#34;9921134032&#34;
     data-ad-format=&#34;auto&#34;
     data-full-width-responsive=&#34;true&#34;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <title>史丹佛大學機器學習（Machine Learning）上課筆記（三）</title>
      <link>https://blog.gtwang.org/statistics/standford-machine-learning-3/</link>
      <pubDate>Thu, 18 Jul 2013 08:30:03 +0800</pubDate>
      <guid>https://blog.gtwang.org/statistics/standford-machine-learning-3/</guid>
      <description>&lt;p&gt;本篇為史丹佛大學機器學習（Machine Learning）課程 Lecture 3 的前半段筆記，接續 &lt;a href=&#34;https://blog.gtwang.org/statistics/standford-machine-learning-2/&#34;&gt;Lecture 2&lt;/a&gt; 的內容。&lt;/p&gt;
&lt;p&gt;Lecture 3 的線上課程錄影可以從 &lt;a href=&#34;https://www.youtube.com/watch?v=HZ4cvaztQEs&#34;&gt;YouTube 網站&lt;/a&gt;上觀看。&lt;/p&gt;
&lt;p&gt;

&lt;ins class=&#34;adsbygoogle&#34;
     style=&#34;display:block&#34;
     data-ad-client=&#34;ca-pub-7794009487786811&#34;
     data-ad-slot=&#34;9921134032&#34;
     data-ad-format=&#34;auto&#34;
     data-full-width-responsive=&#34;true&#34;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <title>史丹佛大學機器學習（Machine Learning）上課筆記（一）</title>
      <link>https://blog.gtwang.org/statistics/standford-machine-learning-1/</link>
      <pubDate>Sat, 13 Jul 2013 10:15:16 +0800</pubDate>
      <guid>https://blog.gtwang.org/statistics/standford-machine-learning-1/</guid>
      <description>&lt;p&gt;這是我觀看史丹佛大學機器學習（Machine Learning）課程時，自己做的筆記，分享給大家。本篇為 Lecture 2 的前半段筆記。&lt;/p&gt;
&lt;p&gt;史丹佛大學機器學習課程 Lecture 2 的錄影可以從 &lt;a href=&#34;https://www.youtube.com/watch?v=5u4G23_OohI&#34;&gt;YouTube 網站&lt;/a&gt;上觀看，而英文的 Lecture notes 可以從他的&lt;a href=&#34;https://cs229.stanford.edu/&#34;&gt;官方網站&lt;/a&gt;下載。&lt;/p&gt;</description>
    </item>
    <item>
      <title>史丹佛大學機器學習（Machine Learning）上課筆記（二）</title>
      <link>https://blog.gtwang.org/statistics/standford-machine-learning-2/</link>
      <pubDate>Sat, 13 Jul 2013 10:13:02 +0800</pubDate>
      <guid>https://blog.gtwang.org/statistics/standford-machine-learning-2/</guid>
      <description>&lt;p&gt;本篇為史丹佛大學機器學習（Machine Learning）課程 Lecture 2 的後半段筆記，其接續&lt;a href=&#34;https://blog.gtwang.org/statistics/standford-machine-learning-1/&#34;&gt;上半段&lt;/a&gt;的內容。&lt;/p&gt;
&lt;h3 id=&#34;the-normal-equations&#34;&gt;The Normal Equations&lt;/h3&gt;
&lt;p&gt;要找 \(J\) 的最小值除了 gradient descent 演算法之外，還有許多方式，這裡介紹另一個方法，使用這個方法直接使用 explict 的方式算出最小值，這樣可以不需要使用遞迴的方式。&lt;/p&gt;</description>
    </item>
    <item>
      <title>如何成為一位資料科學家（Data Scientist）？處理 Big Data 的專家</title>
      <link>https://blog.gtwang.org/statistics/becoming-a-data-scientist/</link>
      <pubDate>Thu, 11 Jul 2013 10:23:17 +0800</pubDate>
      <guid>https://blog.gtwang.org/statistics/becoming-a-data-scientist/</guid>
      <description>&lt;p&gt;這裡整理了一張如何成為資料科學家（Data Scientist）的行程規劃圖，其中包含各種領域以及其中主要的技術，如果你想研究這方面的技術，這張圖就很值得的你參考。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
