Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 682 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 682 Bytes

TTK28-Courseware

Courseware for TTK28 - Modeling with neural networks

Installation (to run locally)

  1. Download and install Anaconda (https://www.anaconda.com/).
  2. Create a new conda environment: conda env create -f environment.yml. This will create a new environment called ttk28 with the packages listed in environment.yml.
  3. Activate the new environment: conda activate ttk28.

To run the Jupyter notebook

  1. First, download the dataset from Blackboard and copy it into the data folder. The file should be located at data/well_data.csv.
  2. Run the Jupyter notebook model/flow_model.ipynb

NOTE: you are not permitted to publish or share the dataset!