This repository contains the code for the Advanced Acoustics (34860) Machine Learning in Acoustics.
The repo hosts the notebook for the module Machine_learning_AA_2023.ipynb
.
If you are using this repository for the first time and you want to run the code locally instead of on Google Colab, please follow the instructions below to set up your environment.
Using Google Colab is recommended, as it is easier to set up and run.
1. It is recommended to use a virtual environment (e.g. conda) to install the
required packages.
-
pip install -r requirements.txt
-
conda env create --file environment.yml