Co-teaching
Co-training algorithm
This project provides an implementation of Co-teaching, a method for training deep neural networks with extremely noisy labels.
NeurIPS'18: Co-teaching: Robust Training of Deep Neural Networks with Extremely Noisy Labels
492 stars
12 watching
104 forks
Language: Python
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
bhanml/coteaching_plus | This project implements a PyTorch-based co-teaching algorithm to improve generalization against label corruption in machine learning. | 21 |
bhanml/masking | A project implementing a novel approach to noisy supervision in machine learning using masked loss correction and adaptation | 54 |
sahith02/machine-learning-algorithms | A comprehensive resource for machine learning and deep learning algorithms | 292 |
yourtion/learningmasteringalgorithms-c | A comprehensive C programming project covering various algorithms and data structures | 747 |
xingjunm/dimensionality-driven-learning | An implementation of dimensionality-driven learning with noisy labels using deep neural networks and various optimization techniques. | 58 |
dr-darryl-wright/noisy-labels-with-bootstrapping | An implementation of training deep neural networks on noisy labels with bootstrapping using Keras | 22 |
ahmedfgad/cnngenetic | Trains convolutional neural networks using the genetic algorithm | 22 |
cogcomp/lbjava | An open-source software project providing tools and examples for building machine learning models in Java | 13 |
saschagrunert/nn | A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
sjsingh91/ib-cnn | A library implementing a learning algorithm for improving classification accuracy with incremental updates and ensemble methods using neural networks | 2 |
ahmedfgad/neuralgenetic | Tools and techniques for training neural networks using genetic algorithms | 240 |
kuangjuihsu/deepco3 | A deep learning framework for instance co-segmentation and object colocalization | 137 |
supriya-gdptl/stwalk | An implementation of an algorithm for learning trajectory representations in temporal graphs | 18 |
vict0rsch/deep_learning | A collection of tutorials and resources on implementing deep learning models using Python libraries such as Keras and Lasagne. | 426 |
jnhwkim/cbp | An implementation of a pooling technique for multimodal neural networks in Torch7 | 68 |