dimensionality-driven-learning
Learning algorithm
An implementation of dimensionality-driven learning with noisy labels using deep neural networks and various optimization techniques.
Code for paper "Dimensionality-Driven Learning with Noisy Labels" - ICML 2018
58 stars
4 watching
15 forks
Language: Python
last commit: 7 months ago Related projects:
Repository | Description | Stars |
---|---|---|
kyunghyuncho/deepmat | An implementation of various deep learning architectures and algorithms | 188 |
sungwon-han/fedx | An unsupervised federated learning algorithm that uses cross knowledge distillation to learn meaningful data representations from local and global levels. | 69 |
gorkemalgan/deep_learning_with_noisy_labels_literature | A collection of papers and repos on deep learning with noisy labels. | 235 |
xjtushujun/meta-weight-net | This is an implementation of a meta-learning algorithm to address class imbalance issues in deep learning models with noisy labels. | 284 |
daizhongxiang/federated-neural-bandits | An implementation of a decentralized algorithm for online decision-making in multiple agents | 4 |
pouyamghari/pof-mkl | An implementation of an online federated learning algorithm with multiple kernels for personalized machine learning | 0 |
shimengjie/machine-learning-andrew-ng | An implementation of machine learning algorithms from Andrew Ng's Coursera course in MATLAB | 182 |
pingqingsheng/lrt | An algorithm designed to robustly correct noisy labels in training data by iteratively refining the network's confidence and updating the loss function. | 22 |
bhanml/co-teaching | Develops a robust training method for deep neural networks using noisy labels | 494 |
yechengxi/lightnet | A Matlab-based framework for building and training deep learning models | 271 |
weijiaheng/advances-in-label-noise-learning | A curated collection of papers and resources on learning with noisy labels in machine learning | 696 |
dr-darryl-wright/noisy-labels-with-bootstrapping | An implementation of training deep neural networks on noisy labels with bootstrapping using Keras | 22 |
zhuangdizhu/fedgen | An implementation of algorithms for decentralized machine learning in heterogeneous federated learning settings. | 243 |
yandongliu/learningjs | A JavaScript implementation of machine learning algorithms, including logistic regression and decision tree models. | 65 |
felipexw/knn-java-library | An implementation of a K-Nearest Neighbor algorithm for supervised learning | 7 |