Sibylse/TUEML
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Data Mining and Machine Learning — Data Mining and Machine Learning Jupyter Book</title>
<!-- Loaded before other Sphinx assets -->
<link href="_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
<link href="_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
<link rel="stylesheet"
href="_static/vendor/fontawesome/5.13.0/css/all.min.css">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2">
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" href="_static/styles/sphinx-book-theme.css?digest=62ba249389abaaa9ffc34bf36a076bdc1d65ee18" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/togglebutton.css" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css" />
<link rel="stylesheet" type="text/css" href="_static/mystnb.css" />
<link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css" />
<link rel="stylesheet" type="text/css" href="_static/proof.css" />
<link rel="stylesheet" type="text/css" href="_static/design-style.b7bb847fb20b106c3d81b95245e65545.min.css" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/clipboard.min.js"></script>
<script src="_static/copybutton.js"></script>
<script src="_static/scripts/sphinx-book-theme.js?digest=f31d14ad54b65d19161ba51d4ffff3a77ae00456"></script>
<script>let toggleHintShow = 'Click to show';</script>
<script>let toggleHintHide = 'Click to hide';</script>
<script>let toggleOpenOnPrint = 'true';</script>
<script src="_static/togglebutton.js"></script>
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown, .tag_hide_input div.cell_input, .tag_hide-input div.cell_input, .tag_hide_output div.cell_output, .tag_hide-output div.cell_output, .tag_hide_cell.cell, .tag_hide-cell.cell';</script>
<script src="_static/design-tabs.js"></script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"
const thebe_selector = ".thebe,.cell"
const thebe_selector_input = "pre"
const thebe_selector_output = ".output, .cell_output"
</script>
<script async="async" src="_static/sphinx-thebe.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="None">
<!-- Google Analytics -->
</head>
<body data-spy="scroll" data-target="#bd-toc-nav" data-offset="60">
<!-- Checkboxes to toggle the left sidebar -->
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle navigation sidebar">
<label class="overlay overlay-navbar" for="__navigation">
<div class="visually-hidden">Toggle navigation sidebar</div>
</label>
<!-- Checkboxes to toggle the in-page toc -->
<input type="checkbox" class="sidebar-toggle" name="__page-toc" id="__page-toc" aria-label="Toggle in-page Table of Contents">
<label class="overlay overlay-pagetoc" for="__page-toc">
<div class="visually-hidden">Toggle in-page Table of Contents</div>
</label>
<!-- Headers at the top -->
<div class="announcement header-item noprint"></div>
<div class="header header-item noprint"></div>
<div class="container-fluid" id="banner"></div>
<div class="container-xl">
<div class="row">
<!-- Sidebar -->
<div class="bd-sidebar noprint" id="site-navigation">
<div class="bd-sidebar__content">
<div class="bd-sidebar__top"><div class="navbar-brand-box">
<a class="navbar-brand text-wrap" href="index.html">
<!-- `logo` is deprecated in Sphinx 4.0, so remove this when we stop supporting 3 -->
<img src="_static/logo.png" class="logo" alt="logo">
<h1 class="site-logo" id="site-title">Data Mining and Machine Learning Jupyter Book</h1>
</a>
</div><form class="bd-search d-flex align-items-center" action="search.html" method="get">
<i class="icon fas fa-search"></i>
<input type="search" class="form-control" name="q" id="search-input" placeholder="Search this book..." aria-label="Search this book..." autocomplete="off" >
</form><nav class="bd-links" id="bd-docs-nav" aria-label="Main">
<div class="bd-toc-item active">
<ul class="nav bd-sidenav bd-sidenav__home-link">
<li class="toctree-l1">
<a class="reference internal" href="intro.html">
Welcome to the Data Mining and Machine Learning Book
</a>
</li>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="notation.html">
Notation
</a>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="linalg.html">
Linear Algebra
</a>
<input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/>
<label for="toctree-checkbox-1">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="linalg_spaces.html">
Vector Spaces
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="linalg_normed_vs.html">
Normed Vector Spaces
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="linalg_exercises.html">
Exercises
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="optimization.html">
Optimization
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="optimization_problems.html">
Optimization Problems
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="optimization_convex.html">
Convex Optimization
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="optimization_analytic.html">
Analytic Solutions
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="optimization_numerical.html">
Numerical Optimization
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="optimization_gradients.html">
Matrix Derivatives
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="optimization_exercises.html">
Exercises
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="regression.html">
Regression
</a>
<input class="toctree-checkbox" id="toctree-checkbox-3" name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="regression_objective.html">
Regression Objective
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="regression_functions.html">
Regression Functions
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="regression_optimization.html">
Minimizing the RSS
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="regression_bias_var.html">
The Bias-Variance Tradeoff
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="regression_sparse.html">
The Sparse Regression Task
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="regression_ridge.html">
Ridge Regression
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="regression_lasso.html">
Lasso
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="regression_exercises.html">
Exercises
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="classification.html">
Classification
</a>
<input class="toctree-checkbox" id="toctree-checkbox-4" name="toctree-checkbox-4" type="checkbox"/>
<label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="classification_problem.html">
Classification Objective
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="classification_knn.html">
K-Nearest Neighbor
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="classification_naive_bayes.html">
Naive Bayes
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="classification_decision_trees.html">
Decision Trees
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="classification_random_forests.html">
Random Forests
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="classification_svms.html">
Support Vector Machines
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="classification_kernel_svm.html">
Kernel SVM
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="classification_evaluation.html">
Evaluation
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="classification_exercises.html">
Exercises
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="neuralnets.html">
Neural Networks
</a>
<input class="toctree-checkbox" id="toctree-checkbox-5" name="toctree-checkbox-5" type="checkbox"/>
<label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="neuralnets_intro.html">
From Linear Models to Neural Networks
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="neuralnets_mlps.html">
MLPs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="neuralnets_backprop.html">
Backpropagation
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="neuralnets_sgd.html">
SGD
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="neuralnets_conv.html">
Convolution
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="neuralnets_architecture.html">
Architecture
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="dim_reduction.html">
Dimensionality Reduction Techniques
</a>
<input class="toctree-checkbox" id="toctree-checkbox-6" name="toctree-checkbox-6" type="checkbox"/>
<label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="dim_reduction_mf.html">
Low Rank Matrix Factorization
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="dim_reduction_matrix_completion.html">
Matrix Completion
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="dim_reduction_pca.html">
Principal Component Analysis
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="dim_reduction_exercises.html">
Exercises
</a>
</li>
</ul>
</li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="clustering.html">
Clustering
</a>
<input class="toctree-checkbox" id="toctree-checkbox-7" name="toctree-checkbox-7" type="checkbox"/>
<label for="toctree-checkbox-7">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="clustering_k_means.html">
k-Means
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="clustering_k_means_mf.html">
k-Means is MF
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="clustering_kernel_kmeans.html">
Kernel k-means
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="clustering_spectral.html">
Spectral Clustering
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="clustering_exercises.html">
Exercises
</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<a class="reference internal" href="bibliography.html">
Bibliography
</a>
</li>
</ul>
</div>
</nav></div>
<div class="bd-sidebar__bottom">
<!-- To handle the deprecated key -->
<div class="navbar_extra_footer">
Powered by <a href="https://jupyterbook.org">Jupyter Book</a>
</div>
</div>
</div>
<div id="rtd-footer-container"></div>
</div>
<!-- A tiny helper pixel to detect if we've scrolled -->
<div class="sbt-scroll-pixel-helper"></div>
<!-- Main content -->
<div class="col py-0 content-container">
<div class="header-article row sticky-top noprint">
<div class="col py-1 d-flex header-article-main">
<div class="header-article__left">
<label for="__navigation"
class="headerbtn"
data-toggle="tooltip"
data-placement="right"
title="Toggle navigation"
>
<span class="headerbtn__icon-container">
<i class="fas fa-bars"></i>
</span>
</label>
</div>
<div class="header-article__right">
<button onclick="toggleFullScreen()"
class="headerbtn"
data-toggle="tooltip"
data-placement="bottom"
title="Fullscreen mode"
>
<span class="headerbtn__icon-container">
<i class="fas fa-expand"></i>
</span>
</button>
<div class="menu-dropdown menu-dropdown-repository-buttons">
<button class="headerbtn menu-dropdown__trigger"
aria-label="Source repositories">
<i class="fab fa-github"></i>
</button>
<div class="menu-dropdown__content">
<ul>
<li>
<a href="https://sibylse.github.io/TUEML/intro.html"
class="headerbtn"
data-toggle="tooltip"
data-placement="left"
title="Source repository"
>
<span class="headerbtn__icon-container">
<i class="fab fa-github"></i>
</span>
<span class="headerbtn__text-container">repository</span>
</a>
</li>
<li>
<a href="https://sibylse.github.io/TUEML/intro.html/issues/new?title=Issue%20on%20page%20%2FREADME.html&body=Your%20issue%20content%20here."
class="headerbtn"
data-toggle="tooltip"
data-placement="left"
title="Open an issue"
>
<span class="headerbtn__icon-container">
<i class="fas fa-lightbulb"></i>
</span>
<span class="headerbtn__text-container">open issue</span>
</a>
</li>
<li>
<a href="https://github.com/TUEML/intro.html/edit/master/README.md"
class="headerbtn"
data-toggle="tooltip"
data-placement="left"
title="Edit this page"
>
<span class="headerbtn__icon-container">
<i class="fas fa-pencil-alt"></i>
</span>
<span class="headerbtn__text-container">suggest edit</span>
</a>
</li>
</ul>
</div>
</div>
<div class="menu-dropdown menu-dropdown-download-buttons">
<button class="headerbtn menu-dropdown__trigger"
aria-label="Download this page">
<i class="fas fa-download"></i>
</button>
<div class="menu-dropdown__content">
<ul>
<li>
<a href="_sources/README.md"
class="headerbtn"
data-toggle="tooltip"
data-placement="left"
title="Download source file"
>
<span class="headerbtn__icon-container">
<i class="fas fa-file"></i>
</span>
<span class="headerbtn__text-container">.md</span>
</a>
</li>
<li>
<button onclick="printPdf(this)"
class="headerbtn"
data-toggle="tooltip"
data-placement="left"
title="Print to PDF"
>
<span class="headerbtn__icon-container">
<i class="fas fa-file-pdf"></i>
</span>
<span class="headerbtn__text-container">.pdf</span>
</button>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Table of contents -->
<div class="col-md-3 bd-toc show noprint">
</div>
</div>
<div class="article row">
<div class="col pl-md-3 pl-lg-5 content-container">
<!-- Table of contents that is only displayed when printing the page -->
<div id="jb-print-docs-body" class="onlyprint">
<h1>Data Mining and Machine Learning</h1>
<!-- Table of contents -->
<div id="print-main-content">
<div id="jb-print-toc">
</div>
</div>
</div>
<main id="main-content" role="main">
<div>
<section class="tex2jax_ignore mathjax_ignore" id="data-mining-and-machine-learning">
<h1>Data Mining and Machine Learning<a class="headerlink" href="#data-mining-and-machine-learning" title="Permalink to this headline">#</a></h1>
<p>Introductory Course to Data Mining and Machine Learning</p>
<p><a class="reference external" href="https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.tue.nl%2F20214358%2Fdmml/HEAD"><img alt="Binder" src="https://mybinder.org/badge_logo.svg" /></a></p>
<p><a class="reference external" href="https://20214358.pages.tue.nl/dmml/intro.html"><img alt="Jupyter Book Badge" src="https://jupyterbook.org/badge.svg" /></a></p>
<p><code class="docutils literal notranslate"><span class="pre">jupyter-book</span> <span class="pre">build</span> <span class="pre">--all</span> <span class="pre">dmml</span></code></p>
<p><code class="docutils literal notranslate"><span class="pre">ghp-import</span> <span class="pre">-n</span> <span class="pre">-p</span> <span class="pre">-f</span> <span class="pre">_build/html</span></code></p>
</section>
<script type="text/x-thebe-config">
{
requestKernel: true,
binderOptions: {
repo: "None/None",
ref: "master",
},
codeMirrorConfig: {
theme: "abcdef",
mode: "python"
},
kernelOptions: {
kernelName: "python3",
path: "./."
},
predefinedOutput: true
}
</script>
<script>kernelName = 'python3'</script>
</div>
</main>
<footer class="footer-article noprint">
<!-- Previous / next buttons -->
<div class='prev-next-area'>
</div>
</footer>
</div>
</div>
<div class="footer-content row">
<footer class="col footer"><p>
By Sibylle Hess<br/>
© Copyright 2022. Eindhoven University of Technology.<br/>
</p>
</footer>
</div>
</div>
</div>
</div>
<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf"></script>
</body>
</html>