如何學習機器學習

七度銀塵發表於2019-02-01

Numpy官方文件
Numpy中文版翻譯
Numpy&Pandas_by_Morvan turorial

numpy庫
用於高效能科學計算和資料分析,是常用的高階資料分析庫的基礎包
個人感覺:Numpy和matlab差不多呀。。。

Pandas官網:Python Data Analysis Library
Table of content:python=3.5
初學者視訊入口:十分鐘入門Pandas
Python學習筆記——資料分析之資料分析工具Pandas

Matplotlib官網 Python=3,5
matplotlib中文部落格

在這裡插入圖片描述
在這裡插入圖片描述

Pandas,
pandas: powerful Python data analysis toolkit
用來資料預處理和資料清洗
資料分析,使用Numpy和Pandas計算會比python自帶的list,dictionary快很多。因為它倆是由C語言編寫,Pandas是Numpy的升級版本

Matplotlib,Tensorflow
通用處理步驟:
資料採集,資料預處理、清洗、建模與測試

相關文章