-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathafter.html
More file actions
114 lines (96 loc) · 7.61 KB
/
after.html
File metadata and controls
114 lines (96 loc) · 7.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>R語言翻轉教室</title>
<!-- Le styles -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="bootstrap/css/docs.css" rel="stylesheet">
<link rel="icon" href="https://i.imgur.com/RkG7X4l.png" />
</head>
<body data-spy="scroll" data-target=".bs-docs-sidebar">
<div id="top-navbar" class="navbar-default"><ul class="nav nav-tabs"><li><a href="index.html"><h5 style="color: #0088cc;">首頁</h5></a></li><li><a href="install.html"><h5 style="color: #0088cc;">安裝導引</h5></a></li><li><a href="before.html"><h5 style="color: #0088cc;">上手教材</h5></a></li><li><a href="material.html"><h5 style="color: #0088cc;">主要教材</h5></a></li><li class="active"><a href="#"><h5>課後教材</h5></a></li><li><a href="individual-tracking.html"><h5 style="color: #0088cc;">個人紀錄</h5></a></li><li><a href="teacher.html"><h5 style="color: #0088cc;">教師專區</h5></a></li><li><a href="teacher-tracking.html"><h5 style="color: #0088cc;">教師報表</h5></a></li><li><a href="thanks.html"><h5 style="color: #0088cc;">感謝清單</h5></a></li></ul></div><div class="jumbotron subhead" style="text-align:center;"><div class="container"><h1><img src="https://i.imgur.com/81C5LBk.png" style="height:7em" /></h1><p class="lead">全中文R語言互動式教材</p></div></div><div class="col-md-2 bs-docs-sidebar"><ul id="affix-toc" class="nav nav-list bs-docs-sidenav"><li><a href="#1">1. 簡介</a></li><li><a href="#2">2. 閱讀專區</a></li><li><a href="#3">2.1. Taiwan R User Group 專區</a></li><li><a href="#4">2.2. <a href="https://chingchuan-chen.github.io/">celestialgod</a> 專區</a></li><li><a href="#5">2.3. Wush 專區</a></li></ul></div><div id="main-content" class="container col-md-9"><p><!-- title: <img src="https://i.imgur.com/81C5LBk.png" style="height:7em" /> -->
<!-- subtitle: 全中文R語言互動式教材 -->
<!-- header-title: R語言翻轉教室 -->
<!-- icon: https://i.imgur.com/RkG7X4l.png --></p>
<h2 id="1">1. 簡介</h2>
<p>R 語言翻轉教室除了教R 之外,另外一個理念是想要教同學培養工具的自學能力。</p>
<p>為了協助老師上的教學使用,
我們收集各種R 在各種領域的應用實例的文章,
並且撰寫相關的小測驗,
讓同學在閱讀之後可以做測驗,
並且老師們可以掌握同學的自學狀況。</p>
<h2 id="2">2. 閱讀專區</h2>
<ul>
<li><a href="https://datascienceandr.org/articles/RegularExpression.html">正則表示式:文字處理的大絕招</a></li>
</ul>
<h3 id="3">2.1. Taiwan R User Group 專區</h3>
<p>這裡紀錄許多社群分享的文章</p>
<ul>
<li><a href="https://programmermagazine.github.io/201308/htm/article5.html">如何讓R與Java溝通 - rJava</a></li>
<li><a href="https://programmermagazine.github.io/201312/htm/article6.html">R 講題分享 - 種類數的估計與預測</a></li>
<li><a href="https://programmermagazine.github.io/201311/htm/article6.html">R 講題分享 – SpideR -- 用R自製網路爬蟲收集資料 (作者:Taiwan R User Group)</a></li>
</ul>
<h3 id="4">2.2. <a href="https://chingchuan-chen.github.io/">celestialgod</a> 專區</h3>
<ul>
<li><a href="https://chingchuan-chen.github.io/posts/2016/07/25/use-ROracle-to-manipulate-oracle-database-in-R">在R用ROracle去操作Oracle資料庫</a></li>
<li><a href="https://chingchuan-chen.github.io/posts/2016/07/10/pipe-operators-in-R">Pipe Operators in R</a></li>
<li><a href="https://chingchuan-chen.github.io/posts/2015/07/01/magrittr">introduction to magrittr</a></li>
<li><a href="https://chingchuan-chen.github.io/posts/2015/07/02/data-table">introduction to data.table</a></li>
<li><a href="https://chingchuan-chen.github.io/posts/2015/07/03/dplyr">introduction to dplyr</a></li>
<li><a href="https://chingchuan-chen.github.io/posts/2015/07/04/tidyr">introduction to tidyr</a></li>
<li>[R web service with opencpu](https://chingchuan-chen.github.io/posts/2016/10/21/R-web-service-with-opencpu
)</li>
<li><a href="https://chingchuan-chen.github.io/posts/2016/11/26/R-parallel-pkgs">A comparison for R parallel packages</a></li>
<li>[Differences between RcppEigen and RcppArmadillo](https://chingchuan-chen.github.io/posts/2016/12/31/Differences-between-RcppEigen-and-RcppArmadillo
)</li>
<li><a href="https://chingchuan-chen.github.io/posts/2017/03/14/using-caret-to-tune-model-parameters">Using caret to tune the model parameters</a></li>
<li>[Grid search in data.table](https://chingchuan-chen.github.io/posts/2017/04/10/grid-search-in-data.table
)</li>
<li><a href="https://www.ptt.cc/bbs/R_Language/M.1466658481.A.FAB.html">ptt問答: parsing的中文顯示</a></li>
<li><a href="https://www.ptt.cc/bbs/R_Language/M.1480080483.A.5F6.html">ptt問答:爬蟲爬取聯合財經新聞</a></li>
<li><a href="https://www.ptt.cc/bbs/R_Language/M.1465313901.A.EE1.html">ptt問答:零基礎的網頁Parse?</a></li>
</ul>
<h3 id="5">2.3. Wush 專區</h3>
<p>這裡紀錄了我個人有參與的R 相關著作</p>
<ul>
<li><a href="https://cran.r-project.org/package=supc/vignettes/supc.html">Self-Updating Process Clustering</a></li>
<li><a href="https://cran.r-project.org/package=RcppCNPy/vignettes/RcppCNPy-intro.pdf">RcppCNPy: Reading and writing NumPy binary files</a></li>
<li><a href="https://cran.r-project.org/package=FeatureHashing/vignettes/FeatureHashing.html">FeatureHashing</a></li>
<li><a href="https://cran.r-project.org/package=FeatureHashing/vignettes/SentimentAnalysis.html">Sentiment Analysis via R, FeatureHashing and XGBoost</a></li>
<li><a href="https://gallery.rcpp.org/articles/rcpp-serialization/">Serialize and Deserialize a C++ Object in Rcpp</a></li>
<li><a href="https://gallery.rcpp.org/articles/rcpp-python/">Call Python from R through Rcpp</a></li>
<li><a href="https://wush.ghost.io/r-jsonlines/">利用R處理大量的JSON資料 (Streaming Style)</a></li>
<li><a href="https://wush.ghost.io/itertools-intro/">itertools簡介</a></li>
<li><a href="https://wush.ghost.io/dplyr_group_by/">dplyr::group_by的進階應用</a></li>
<li><a href="https://wush.ghost.io/r-debug/">R的除錯功能</a></li>
<li><a href="slide/DSRToML.html">從R語言翻轉教室到機器學習</a> <iframe width="560" height="315" src="https://www.youtube.com/embed/zax6l3ilg2A" frameborder="0" allowfullscreen></iframe></li>
</ul>
<!-- scripts: [{"src" : "https://sidecar.gitter.im/dist/sidecar.v1.js", "async" : null, "defer" : null}, {"src" : "https://momentjs.com/downloads/moment-with-locales.min.js", "async" : null, "defer" : null}, {"src" : "js/gitter.js"}] --></div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="jquery/jquery-3.2.0.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script src="https://momentjs.com/downloads/moment-with-locales.min.js" async defer></script>
<script src="js/gitter.js"></script>
<script type="text/javascript">
$(window).on('load', function() {
setTimeout(function() {
$('#affix-toc').each(function() {
var $spy = $(this);
var data = $spy.data();
if (!data.offset) data.offset = {};
data.offset.top = $spy.offset().top;
$spy.affix(data);
});
}, 100);
});
</script>
</body>
</html>