紀錄所學 practice coding,跟隨別人的腳步,順便練習使用git
新增Sublime Text的Python設定 :SublimeText3setting.md
目前已練習: learn_python_for_a_r_user
-
ithelp中的1-3天 練習檔案:
- test.py 基本變數類型
-
ithelp中的4-6天 練習檔案:
- practice01.py 三種陣列資料結構的練習
- practice02.py 使用Anaconda中的向量與矩陣資料結構、DataFrame資料表格
-
ithelp中的第7天 練習檔案:
- practice03.py 迴圈與控制流程
-
ithelp中的第8-9天 練習檔案:
- practice04.py 自定義函數與排序函數
- practice05.py 巢狀函數與彈性參數
-
ithelp中的第10-11天 練習檔案:
- practice06.py 物件導向的繼承與改寫
-
ithelp中的第12-14天 練習檔案:
- practice07.py 更多Data Frame的屬性與方法
-
ithelp中15-16天 練習檔案:
- practice08.py 載入資料 (資料集:學生成績s10619a)
- practice09.py 抓網頁練習
-
ithelp中的第17天 練習檔案:
- practice10.py 資料整理
-
ithelp中的第18-20天 練習檔案:
- practice11.py 繪圖套件
-
ithelp中的第21-22天 練習檔案:
- practice12.py 線性迴歸分析,紅茶冰與蛋糕店
- practice13.py 二元迴歸模型,鐵達尼號Survived
-
ithelp中的第23天 練習檔案:
- practice14.py 多元分類器:決策樹分類iris
-
ithelp中的第24天 練習檔案:
- practice15.py 非監督式學習
-
ithelp中的第25-26天 練習檔案:
- practice16.py 整體學習 基本分類器投票 Bagging, AdaBoost, Random Forest, SVM
-
ithelp中的第27天 練習檔案:
- practice17.py 模擬迴歸線的係數與截距
- practice18.py TensorFlow基本變數與執行運算
-
ithelp中的第28天 練習檔案:
- practice19.py 模組化與視覺化TensorBoard
-
ithelp中的第29天 練習檔案:
- practice20.py MINST 手寫數字辨識初做
-
ithelp中的第30天 練習檔案:
- practice21.py 卷積神經網絡實作 提高手寫數字辨識精確度
Convolutional Neural Network, CNN
- Python 3.6.4
- Anaconda 5.1.0
- Scikit-learn 0.19.1
- Tensorflow 1.2.1