For the completion of Deep Learning CS4240 - University of Technology Delft.
Original paper at proceedings.mlr.press
A blog describing the goal of this repository can be found here.
This repository was originally hosted on GitLab. You can find the entire history of this project on our GitLab repository.
The used data are the IHDP-1000 and Jobs datasets. These can be retrieved via https://www.fredjo.com/.
This project has been created by
- A. Wenteler a.wenteler@student.tudelft.nl,
- W.S. Volkers w.s.volkers@student.tudelft.nl,
- C.C.I.A. Chen c.c.i.a.chen@student.tudelft.nl,
- L. Krudde l.krudde@student.tudelft.nl
Install all requirements with
pip install requirements.txt
Training the CFRnet can then be done by running
python cfrnet/main.py
An output folder with the results will be created. This folder and all other configuration parameters can be specified in cfrnet/config.py
.