Courseware for TTK28 - Modeling with neural networks
- Download and install Anaconda (https://www.anaconda.com/).
- Create a new conda environment:
conda env create -f environment.yml
. This will create a new environment called ttk28 with the packages listed inenvironment.yml
. - Activate the new environment:
conda activate ttk28
.
- First, download the dataset from Blackboard and copy it into the data folder. The file should be located at
data/well_data.csv
. - Run the Jupyter notebook
model/flow_model.ipynb
NOTE: you are not permitted to publish or share the dataset!