-
Notifications
You must be signed in to change notification settings - Fork 29
/
index.Rmd
54 lines (39 loc) · 2.75 KB
/
index.Rmd
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
---
title: "An Introduction to Machine Learning"
author: "Sudhakaran Prabakaran, Matt Wayland and Chris Penfold"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: bioinformatics-training/intro-machine-learning-2019
description: "Course materials for An Introduction to Machine Learning"
cover-image: figures/cover_image.png
---
# About the course
## Overview
Machine learning gives computers the ability to learn without being explicitly programmed. It encompasses a broad range of approaches to data analysis with applicability across the biological sciences. Lectures will introduce commonly used algorithms and provide insight into their theoretical underpinnings. In the practicals students will apply these algorithms to real biological data-sets using the R language and environment.
During this course you will learn about:
* Some of the core mathematical concepts underpinning machine learning algorithms: matrices and linear algebra; Bayes' theorem.
* Classification (supervised learning): partitioning data into training and test sets; feature selection; logistic regression; support vector machines; artificial neural networks; decision trees; nearest neighbours, cross-validation.
* Exploratory data analysis (unsupervised learning): dimensionality reduction, anomaly detection, clustering.
After this course you should be able to:
* Understand the concepts of machine learning.
* Understand the strengths and limitations of the various machine learning algorithms presented in this course.
* Select appropriate machine learning methods for your data.
* Perform machine learning in R.
## Registration
[Bioinformatics Training: An Introduction to Machine Learning](https://training.csx.cam.ac.uk/bioinformatics/search?type=events&query=an+introduction+to+machine+learning&x=0&y=0)
## Prerequisites
* Some familiarity with R would be helpful.
* For an introduction to R see [An Introduction to Solving Biological Problems with R course](http://training.csx.cam.ac.uk/bioinformatics/course/bioinfo-rintro/).
## Github
[bioinformatics-training/intro-machine-learning-2019](https://github.com/bioinformatics-training/intro-machine-learning-2019)
## License
[GPL-3](https://www.gnu.org/licenses/gpl-3.0.en.html)
## Contact
If you have any **comments**, **questions** or **suggestions** about the material, please contact the authors: <a href="mailto:[email protected]">Sudhakaran Prabakaran</a>, <a href="mailto:[email protected]">Matt Wayland</a> and <a href="mailto:[email protected]">Chris Penfold</a>.
## Colophon
This book was produced using the **bookdown** package [@R-bookdown], which was built on top of R Markdown and **knitr** [@xie2015].