Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 2.75 KB

index.utf8.md

File metadata and controls

54 lines (39 loc) · 2.75 KB
title author date site output documentclass bibliography biblio-style link-citations github-repo description cover-image
An Introduction to Machine Learning
Sudhakaran Prabakaran, Matt Wayland and Chris Penfold
2019-03-10
bookdown::bookdown_site
bookdown::gitbook
book
book.bib
packages.bib
apalike
true
bioinformatics-training/intro-machine-learning-2018
Course materials for An Introduction to Machine Learning
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

Prerequisites

Github

bioinformatics-training/intro-machine-learning-2018

License

GPL-3

Contact

If you have any comments, questions or suggestions about the material, please contact the authors: Sudhakaran Prabakaran, Matt Wayland and Chris Penfold.

Colophon

This book was produced using the bookdown package [@R-bookdown], which was built on top of R Markdown and knitr [@xie2015].