Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from unipr-org/LIA

LIA - Laboratorio di Intelligenza Artificiale presso l'Università degli Studi di Parma (6 CFU).

Notifications You must be signed in to change notification settings

merendamattia/LAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIA - Laboratorio di Intelligenza Artificiale

LIA - Laboratorio di Intelligenza Artificiale presso l'Università degli Studi di Parma (6 CFU).

.
├── assets
│   └── # images
├── notebooks
│   ├── lessons
│   │   └── # lessons' notebooks
│   └── personal
│       └── # personal notebooks
└── slides

Development Environment

Create a virtual environment:

conda create --name machine-learning python=3.11
conda activate machine-learning

Install requirements:

pip install -r requirements.txt
pre-commit install
pre-commit install --hook-type commit-msg

Then, you can change the Jupyter kernel setting the Conda environment as the new one.

Contributors

About

LIA - Laboratorio di Intelligenza Artificiale presso l'Università degli Studi di Parma (6 CFU).

Topics

Resources

Stars

Watchers

Forks