Skip to content

Commit

Permalink
Update numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviertintin committed Jul 18, 2024
1 parent e0c21a5 commit 0ca8a5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions episodes/03-ml-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ Before diving into ML in HEP, participants should have a basic understanding of:

### Detailed Concepts and Steps

## 1. Data Acquisition and Understanding
## Data Acquisition and Understanding

### CMS Open Data Overview
- Accessing and understanding the CMS Open Data repository.
- Types of datasets available (e.g., AOD, MiniAOD, NanoAOD) and their differences.
- Introduction to the CMS experiment and its detectors.

## 2. Data Preparation
## Data Preparation

### Cleaning and Preprocessing
- Handling missing data points and outliers.
Expand All @@ -56,7 +56,7 @@ Before diving into ML in HEP, participants should have a basic understanding of:
- Creating new features to enhance model performance.
- Dimensionality reduction techniques (PCA, t-SNE) for visualization and model efficiency.

## 3. Supervised Learning in HEP
## Supervised Learning in HEP

### Basics of Supervised Learning
- Understanding labeled datasets and target variables.
Expand All @@ -73,7 +73,7 @@ Before diving into ML in HEP, participants should have a basic understanding of:
- Confusion matrices and ROC curves for performance visualization.
- Interpreting results and refining models based on feedback.

## 4. Unsupervised Learning in HEP
## Unsupervised Learning in HEP

### Basics of Unsupervised Learning
- Clustering algorithms (K-means, DBSCAN) for grouping similar events.
Expand All @@ -85,7 +85,7 @@ Before diving into ML in HEP, participants should have a basic understanding of:
- Grouping events based on similar characteristics (clustering).
- Simplifying complex datasets for further analysis.

## 5. Advanced Topics and Applications
## Advanced Topics and Applications

### Deep Learning and Neural Networks
- Introduction to deep learning architectures (CNNs, RNNs).
Expand Down

0 comments on commit 0ca8a5b

Please sign in to comment.