2020年2月29日 星期六

Python 程式設計-李明昌 <免費電子書> book

Python 程式設計-李明昌 免費電子書 - PDF 分享, 220頁


檔名: Python_Programming_Lee.pdf

包括以下10個章節:

第 1 章 Python 語言簡介
第 2 章 Anaconda 簡介與安裝
第 3 章 Python 語法與流程控制
第 4 章 資料型別與資料處理
第 5 章 檔案匯入與匯出
第 6 章 視覺化應用
第 7 章 迴歸分析
第 8 章 決策樹
第 9 章 關聯規則應用
第 10 章 推薦系統

下載: https://github.com/rwepa/DataDemo/blob/master/Python_Programming_Lee.pdf

Python 程式設計-李明昌 - ipynb


檔名: Python_Programming_Lee_ipynb.zip

包括 Python 程式設計-李明昌電子書的原始 ipynb 檔案, 圖檔, 部分資料集

下載: https://github.com/rwepa/DataDemo/blob/master/Python_Programming_Lee_ipynb.zip

# python
# anaconda
# jupyter notebook
# machine learning
# matplotlib
# scikit-learn
# recommender system

2020年2月23日 星期日

R語言機器學習應用班 Machine Learning in R

R語言機器學習應用班

http://www.asia-analytics.com.tw/tw/edu/e-hot-1090407.jsp

四大主軸:

1. R/RStudio操作與資料匯入

2. 資料處理與視覺化應用

3. 機器學習基礎操作

4. 機器學習進階應用


# R
# visualization
# machine learning
# 關鍵八步(匯入、摘要、樞紐、篩選、排序、NA值、轉換、合併)
graphics
# ggplot2
# arules
# party
# randomForest
# caret
@ 無需程式設計基礎
# end

2020年2月13日 星期四

2020新型冠狀病毒視覺化

Visualizing the COVID-19

# COVID-19
# 新型冠狀病毒
# 視覺化
# visualization
# get 函數
# leaflet 套件


本篇文章說明新型冠狀病毒全球分佈視覺化分析

參考資料: https://systems.jhu.edu/research/public-health/ncov/

資料集: https://github.com/CSSEGISandData/COVID-19


  • 使用 leaflet套件, 使用者可以與視覺化地圖建立互動式操作.
  • get {base} 函數可將字串轉換為欄位名稱
  • aggregate {stats} 可計算每個國家群組之小計



演講影片:
https://youtu.be/qSc-YfvDFOo
# end