-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7695680
commit bc7fee4
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# codas-hep-intro-ml-2023 | ||
# CoDaS-HEP 2023 Introduction to Machine Learning | ||
|
||
The repository contains material and exercises for the "Introduction to Machine Larning" material developed for [CODAS-HEP](https://codas-hep.org/) 2023. It is split into four parts that include background, theory and hands on exercises (that are HEP focused when possible): | ||
- Part 1: **Introduction to Machine Learning**: Motivations and basics of machine learning, linear regression, logistic regression, optimization and regularization. | ||
- Part 2: **Supervised Deep Learning**: basics of deep learning, backpropagation, optimization i.e. Multi Layer Perceptrons (MLPs). | ||
- Part 3: **Convolutional Neural Networks and Autoencoders**: working with images, Convolutional Neural Networks (CNNs), motivation for unsupervised learning, PCA, autoencoders. | ||
- Part 4: **Permutation Invarience**: deep sets, background on graphs as data representation, theory of graph neural networks, transformers. |