You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: 00-intro.Rmd
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,8 @@ familiarity with scripting in general and R in particular. The
7
7
workshop will offer a hands-on overview of typical machine learning
8
8
applications in R, including unsupervised (clustering, such as
9
9
hierarchical and k-means clustering, and dimensionality reduction,
10
-
such as principal component analysis) and supervised (classification
11
-
and regression, such as K-nearest neighbour and linear regression)
12
-
methods. We will also address questions such as model selection using
10
+
such as principal component analysis) and supervised methods (classification
11
+
and regression, such as k-nearest neighbour and linear regression). We will also address questions such as model selection using
13
12
cross-validation. The material has an important hands-on component and
14
13
readers should have a computer running R 3.4.1 or later.
15
14
@@ -22,7 +21,7 @@ readers should have a computer running R 3.4.1 or later.
22
21
courses focuses on unsupervised and supervised methods.
23
22
24
23
- The course contains numerous exercises to provide numerous
25
-
opportunity to apply the newly acquired material.
24
+
opportunities to apply the newly acquired material.
26
25
27
26
- Participants are expected to be familiar with the R syntax and basic
28
27
plotting functionality.
@@ -36,14 +35,14 @@ readers should have a computer running R 3.4.1 or later.
36
35
R is one of the major languages for data science. It provides
37
36
excellent visualisation features, which is essential to explore the
38
37
data before submitting it to any automated learning, as well as
39
-
assessing the results of the learning algorithm. Many R package
40
-
for [machine learning](https://cran.r-project.org/) are available of
38
+
assessing the results of the learning algorithm. Many R packages
39
+
for [machine learning](https://cran.r-project.org/) are available off
41
40
the shelf and many modern methods in statistical learning are
42
41
implemented in R as part of their development.
43
42
44
43
There are however other viable alternatives that benefit from similar
45
-
advantages. If we consider python for example,
46
-
the [scikit-learn](http://scikit-learn.org/stable/index.html)software
44
+
advantages. If we consider Python for example,
45
+
the [scikit-learn](http://scikit-learn.org/stable/index.html)library
47
46
provides all the tools that we will discuss in this course.
48
47
49
48
## Overview of machine learning (ML)
@@ -110,4 +109,6 @@ through the chapters:
110
109
-`r CRANpkg("rpart")`
111
110
-`r CRANpkg("rpart.plot")`
112
111
113
-
See the full session informtion for more details.
112
+
See the full session information for more details.
113
+
114
+
A more comprehensive list of machine learning libraries in R can be found at the [CRAN Task View for Machine Learning and Statistical Learning](https://cran.r-project.org/web/views/MachineLearning.html).
0 commit comments