Skip to content

f-krause/uio-AIEI-project-2

Repository files navigation

Assignment 2 - IN5460

Federated Learning with RNNs and LSTMs

Felix Krause, Johannes Spies, Sina Henning

Mandatory assignment 2 for Artificial Intelligence for Energy Informatics.

Assignment | Deadline 12.11.2023 kl 23:59

project7

Setup

Environment

Set up virtual environment

python -m venv venv

Activate custom virtual environment

source venv/bin/activate

Install required packages

pip install -r requirements.txt

Add environment to Jupyter Notebook

python -m ipykernel install --user --name=venv

Data

Place Dataset.csv: in a directory called "data"

Attention! There are two links to datasets in the docs. We are using the one which can be found on zenodo.org

Run the preprocessing notebook to create the preprocessed datasets used later.

Run via jupyter notebook

Simply execute the respective notebooks:

Run via shell

Adapt main.py to your needs and execute in project root:

python -m src

Useful tutorials

About

UiO Project 2 for AI for Energy Informatics: Federated Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors