Deep Learning 基本功:Gradient Descent 介紹 Gradient Descent 如何更新 Neural Network 中的參數 Jun 27.15 min read.深度學習核心觀念
Python Package 是什麼,一文看懂 Python Package 與 Python Module 的差別 一篇文章看懂 Python Package 與 Python Module 的差別 Jun 19.5 min read.Python 基礎教學
Python 中 if __name__ == "__main__" 有什麼用處 完全搞懂 if __name__ == "__main__": 的原理與目的 Jun 17.10 min read.Python 基礎教學
利用 PyTorch 的 ResNet 快速建立一個圖像分類器 Image Classification with ResNet in PyTorch Jun 15.8 min read.PyTorch 教學
模型的估計誤差 (Estimation Error) 與近似誤差 (Approximation Error) Approximation Error and Estimation Error in Machine Learning May 29.5 min read.機器學習基礎觀念
Python 中的函式 (Function) 觀念 (Part 3) 了解 Python 中 Local Scope 與 Global Scope 的重要性質 May 14.20 min read.Python 基礎教學
Deep Learning 基本功:認識 MNIST 資料集與損失函數 了解 Training Dataset、Cost Function 與 Optimizer 的意義 Mar 3.20 min read.深度學習核心觀念
Python 中的函式 (Function) 觀念 (Part 1) Parameter、Argument、Return Value 是什麼 ? 了解 Python 中的 Function 觀念 Feb 24.15 min read.Python 基礎教學