Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udibr/noisy_labels
TRAINING DEEP NEURAL-NETWORKS USING A NOISE ADAPTATION LAYER
https://github.com/udibr/noisy_labels
Last synced: 2 months ago
JSON representation
TRAINING DEEP NEURAL-NETWORKS USING A NOISE ADAPTATION LAYER
- Host: GitHub
- URL: https://github.com/udibr/noisy_labels
- Owner: udibr
- Created: 2016-11-04T15:17:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T21:20:11.000Z (over 7 years ago)
- Last Synced: 2024-08-02T06:19:21.294Z (5 months ago)
- Language: Jupyter Notebook
- Size: 877 KB
- Stars: 119
- Watchers: 6
- Forks: 38
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TRAINING DEEP NEURAL-NETWORKS USING A NOISE ADAPTATION LAYER
[ICLR 2017 conference submission](http://openreview.net/forum?id=H12GRgcxg)Learning MNIST when almost half the labels are permuted in a fixed way. For example, when the task of labeling is split between two people that don’t agree.
Follow [mnist-simple](./mnist-simple.ipynb) notebook for an example of how to implement the Simple noise adaption layer in the paper with a single customized Keras layer.
Follow [161103-run-plot](./161103-run-plot.ipynb), [161202-run-plot-cifar100](./161202-run-plot-cifar100.ipynb) and [161230-run-plot-cifar100-sparse](./161230-run-plot-cifar100-sparse.ipynb) notebooks for how to reproduce the results of the paper.