Skip to content

A notebook for ML in acoustics in the course Advanced Acoustics (34860)

License

Notifications You must be signed in to change notification settings

dtu-act/Adv_Acoustics_ML_module

Repository files navigation

Repository for the Advanced Acoustics (34860) Machine Learning in Acoustics module

Open In Colab

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.

Setting up your environment

1. It is recommended to use a virtual environment (e.g. conda) to install the

required packages.

Install the required packages

  • Install the required packages using pip:

    pip install -r requirements.txt

  • Install the required packages using conda:

    conda env create --file environment.yml

About

A notebook for ML in acoustics in the course Advanced Acoustics (34860)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published