Skip to content

Commit

Permalink
Upload Image
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviertintin committed Jul 18, 2024
1 parent 0ca8a5b commit b23ea66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions episodes/03-ml-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,13 @@ Before diving into ML in HEP, participants should have a basic understanding of:
## Data Preparation

### Cleaning and Preprocessing
- Handling missing data points and outliers.
- Normalizing data to ensure consistency across features.
- Exploratory data analysis (EDA) to understand distributions and correlations.

### Feature Engineering
- Selecting relevant features for ML models.
- Creating new features to enhance model performance.
- Dimensionality reduction techniques (PCA, t-SNE) for visualization and model efficiency.
- [Handling missing data points and outliers.](https://levelup.gitconnected.com/handling-missing-data-and-outliers-in-machine-learning-challenges-and-solutions-c02b1be2ca36)
- [Normalizing data to ensure consistency across features.](https://www.markovml.com/blog/normalization-in-machine-learning#)
- [Exploratory data analysis (EDA) to understand distributions and correlations.](https://medium.com/@avicsebooks/ml-part-7-introduction-to-exploratory-data-analysis-eda-8b781adfce51)

As you dive into the hackathon, keep in mind that feature engineering—like selecting relevant features, creating new ones to enhance model performance, and using dimensionality reduction techniques play a crucial role in both supervised and unsupervised learning. Mastering these techniques will significantly impact your models' ability to learn from and make sense of your data, so be sure to leverage them effectively in your projects!

![supervised vs unsupervised learning](../fig/s-vs-us.png)

## Supervised Learning in HEP

Expand Down
Binary file added episodes/fig/s-vs-us.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b23ea66

Please sign in to comment.