Welcome to another page
There will be in total three assignments for this course. The format of these assignments are 3 jupyter notebook with blocks of codes that you can run and with several TODOs, but also eventually some tasks that needs to be done and you will need to submit an individual report for each one of these assignments. These assignments needs to be submitted via ANS Delft and we will soon add the links. The deadlines are the following ().
The topic of the assignments are the following:
- Loading datasets and data processing. Running a couple of methods for classification, regression and unsupervised learning
- data processing and analysis
- data visualization
- training classifiers/regressors
- finding interesting patterns in data
- evaluate the performance of your models
- Neural networks and modern AI for representation learning
- data processing and analysis, visualization
- design a Neural network and check all the necessary steps (loss functions, optimization and training)
- evaluation of the model
- Visualization of the results
- Representation learning
- Explainability and bias in data (AI alignment?)
- LIME algorithm
- Code on Bias and textual data
- Maybe some info on AI and alignment
The data that we will use in these assignments are a various of standard datasets like: MNIST, Iris Dataset, Heart Disease and CIFAR10.
The first assignment can be found in here
The second assignment can be found in here