1. 簡介
R 語言翻轉教室除了教R 之外,另外一個理念是想要教同學培養工具的自學能力。
為了協助老師上的教學使用, 我們收集各種R 在各種領域的應用實例的文章, 並且撰寫相關的小測驗, 讓同學在閱讀之後可以做測驗, 並且老師們可以掌握同學的自學狀況。
2. 閱讀專區
2.1. Taiwan R User Group 專區
這裡紀錄許多社群分享的文章
2.2. celestialgod 專區
- 在R用ROracle去操作Oracle資料庫
- Pipe Operators in R
- introduction to magrittr
- introduction to data.table
- introduction to dplyr
- introduction to tidyr
- [R web service with opencpu](https://chingchuan-chen.github.io/posts/2016/10/21/R-web-service-with-opencpu )
- A comparison for R parallel packages
- [Differences between RcppEigen and RcppArmadillo](https://chingchuan-chen.github.io/posts/2016/12/31/Differences-between-RcppEigen-and-RcppArmadillo )
- Using caret to tune the model parameters
- [Grid search in data.table](https://chingchuan-chen.github.io/posts/2017/04/10/grid-search-in-data.table )
- ptt問答: parsing的中文顯示
- ptt問答:爬蟲爬取聯合財經新聞
- ptt問答:零基礎的網頁Parse?
2.3. Wush 專區
這裡紀錄了我個人有參與的R 相關著作
- Self-Updating Process Clustering
- RcppCNPy: Reading and writing NumPy binary files
- FeatureHashing
- Sentiment Analysis via R, FeatureHashing and XGBoost
- Serialize and Deserialize a C++ Object in Rcpp
- Call Python from R through Rcpp
- 利用R處理大量的JSON資料 (Streaming Style)
- itertools簡介
- dplyr::group_by的進階應用
- R的除錯功能
- 從R語言翻轉教室到機器學習