Skip to content

gianniliveraro/ML_Strangeness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Strangeness analysis with Machine Learning

This repository aims to store codes for processing/analyses of derived data inside PWGLF.

Installation and usage:

  1. An updated version of O2 software is required

  2. Clone this repository in a local machine:

git clone https://github.com/gianniliveraro/ML_Strangeness.git
  1. Navigate to the top level of the repository and run:
./src/install_mlenv.sh

this creates an environment (called "ML_Env") with miniconda to run python codes for ML analysis.

  1. Log out from your account and log in again.

  2. Activate the ML_Env environment with:

     conda activate ML_Env

Structure/organization:

β”œβ”€β”€ Dataset
β”‚   β”œβ”€β”€ Processed                          <- processed data for ML analysis
β”‚   └── Raw                                <- raw AO2D/DATA files
β”‚
β”œβ”€β”€ Codes                                  <- Basic scripts to perform ML analysis
|
β”œβ”€β”€ src                                    <- Installation info and instructions
β”‚   β”œβ”€β”€ install_mlenv.sh                   <- script to install ML environment with miniconda
β”‚   └── ML_Env.yml                         <- python packages to be installed 
β”‚
β”œβ”€β”€ Results                                <- directory that saves your ML runs + results
β”‚
└── assets                                 <- media files (images, plots, etc)

About

Strangeness Analysis with ALICE using Machine Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors