tabearoeber / trustworthy_ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

course material

This repo contains datasets, jupyter notebooks and other course material relevant for computer labs of the course Trustworthy AI for Business and Society taught as part of the masters Data Science and Business Analytics at the University of Amsterdam. In case of questions, please send me an email to t.e.rober@uva.nl.

set up of your machine

In week 1 we'll solely focus on setting up your machine. Head to 01_intro for a step by step instruction of setting up your machine and the virtual environment.

structure

For each week, starting week 02, there will be a notebook file with exercises to be done and discussed during the tutorial sessions. The solutions will be made available here after the tutorial. There is also a graded assignment about the material of each week. Again, solutions will be published after the submission deadline.

 .
├── datasets/     # datasets used for tutorials and assignments will be made available here
|   └── ...
|  
├── 01_intro/     # instructions on setting up environment & code for data pre-processing                    
|   └── ...
|  
├── 02_glassbox/                         
|   └── ...
|   
├── 03_unboxing/
|   └── ...
|   
├── 04_other_approaches/
|   └── ...
|   
├── 05_federated_learning/
|   └── ...
|   
├── 06_differential_privacy/
|   └── ...
|
└── README.md

About


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%