Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vdenberg/noisy-label-neural-network

Re-implementation of Bekker & Goldbergers Noisy Label Neural Network
https://github.com/vdenberg/noisy-label-neural-network

Last synced: 6 days ago
JSON representation

Re-implementation of Bekker & Goldbergers Noisy Label Neural Network

Awesome Lists containing this project

README

        

# Re-implementation of Bekker & Goldbergers Noisy Label Neural Network

Run experiment with:

$ python NNLNonMNIST.py [-pretrain] [-EM] [-plot]

One, two or all of three flags required.

-pretrain trains neural networks on noisy data (noise fractions predetermined)

-EM runs an EM module based on aforementioned models

-plot !!!currently only prints rather than plots results!!!