Courseware for TTK28 - Modeling with neural networks
- Download and install the
uvpackage manager (https://docs.astral.sh/uv/). - Create a new virtual environment by running:
uv sync. This will create a new virtual environment in the folder.venvwith the packages listed inpyproject.toml. - (Optional) Configure your IDE (Visual Studie Code, PyCharm, etc.) to use the new environment
- First, download the dataset from Blackboard and copy it into the data folder. The file should be located at
data/well_data.csv. - Run Jupyter notebook:
uv run jupyter notebook. The notebooks are located in thesrcfolder.
NOTE: you are not permitted to publish or share the dataset!