Skip to content
Snippets Groups Projects
Commit e1742ee5 authored by Ahmet Kerem Aksoy's avatar Ahmet Kerem Aksoy
Browse files

Update README.md: GIve link to the gitlab rsim repo for noisifier

parent 67a529a7
No related branches found
No related tags found
No related merge requests found
# Label Noise Injection Tools
This repository contains links to two tools, namely [multi-label noise injection](https://gitlab.tubit.tu-berlin.de/tburgert/multi_label_noise) and [noisifier](https://github.com/akakream/noisifier), which both help to inject label noise into image datasets. The resulting noisified dataset can be used in experiments to train machine learning models robust against label noise. Both tools work on [Numpy](https://numpy.org/) arrays and are independent of specific deep learning libraries.
This repository contains links to two tools, namely [multi-label noise injection](https://gitlab.tubit.tu-berlin.de/tburgert/multi_label_noise) and [noisifier](https://gitlab.tubit.tu-berlin.de/rsim/noisifier), which both help to inject label noise into image datasets. The resulting noisified dataset can be used in experiments to train machine learning models robust against label noise. Both tools work on [Numpy](https://numpy.org/) arrays and are independent of specific deep learning libraries.
## 1) multi-label noise injection
[multi-label noise injection](https://gitlab.tubit.tu-berlin.de/tburgert/multi_label_noise) contains a set of helper functions in order to create noisy multi-label matrices. The tool allows to inject additive (extra classes) and subtractive (missing classes) noise separately.
......@@ -7,6 +7,6 @@ This repository contains links to two tools, namely [multi-label noise injection
![](images/multi-label_noise_injection_figure.png)
## 2) noisifier
[noisifier](https://github.com/akakream/noisifier) allows to add noise to the labels of a dataset. The dataset can be single label or multi-label.
[noisifier](https://gitlab.tubit.tu-berlin.de/rsim/noisifier) allows to add noise to the labels of a dataset. The dataset can be single label or multi-label.
![](images/noisifier_figure.jpg)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment