-
Notifications
You must be signed in to change notification settings - Fork 0
Linksammlung
Astrid Bunge edited this page Apr 22, 2018
·
17 revisions
Code vom Paper "Measuring discrimination in algorithmic decision making - Indre Zliobaite":
https://github.com/zliobaite/paper-fairml-survey
Link zum Overleaf Dokument für unser Protokoll https://www.overleaf.com/15714771kbpvxcyqnqzt
Code und Scikit vom LVQ:
https://techfak.uni-bielefeld.de/~bpaassen/glvq.zip
https://github.com/MrNuggelz/sklearn-glvq
Liste aus der Mail
- https://arxiv.org/abs/1104.3913 (Matthias)
- https://arxiv.org/abs/1709.02012 (Astrid)
- https://papers.nips.cc/paper/1113-generalized-learning-vector-quantization.pdf (Astrid)
- https://doi.org/10.1162/089976603321891819
- https://techfak.uni-bielefeld.de/~bpaassen/glvq.zip
- https://github.com/MrNuggelz/sklearn-glvq
- http://scikit-learn.org/stable/modules/linear_model.html#logistic-regression (Astrid)
- http://www.cs.columbia.edu/~kathy/cs4701/documents/jason_svm_tutorial.pdf (Caro)
- https://en.wikipedia.org/wiki/Platt_scaling (Caro)
- http://scikit-learn.org/stable/modules/svm.html (Caro)
- http://proceedings.mlr.press/v81/ (komplette Konferenz, mega viel)
- http://www.cs.rug.nl/~biehl/Preprints/gmlvq.pdf (Astrid)
- https://doi.org/10.1162/neco.2009.10-08-892
Weiterer Link https://www.csie.ntu.edu.tw/~cjlin/libsvm/
https://www.cs.waikato.ac.nz/~mhall/thesis.pdf
Addresses the problem of feature selection for machine learning through a correlation based approach. Maybe interesting as preprocessing method.