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: 9 months ago Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of various deep learning architectures and algorithms | 188 |
| An unsupervised federated learning algorithm that uses cross knowledge distillation to learn meaningful data representations from local and global levels. | 69 |
| A collection of papers and repos on deep learning with noisy labels. | 235 |
| This is an implementation of a meta-learning algorithm to address class imbalance issues in deep learning models with noisy labels. | 284 |
| An implementation of a decentralized algorithm for online decision-making in multiple agents | 4 |
| An implementation of an online federated learning algorithm with multiple kernels for personalized machine learning | 0 |
| An implementation of machine learning algorithms from Andrew Ng's Coursera course in MATLAB | 182 |
| An algorithm designed to robustly correct noisy labels in training data by iteratively refining the network's confidence and updating the loss function. | 22 |
| Develops a robust training method for deep neural networks using noisy labels | 494 |
| A Matlab-based framework for building and training deep learning models | 271 |
| A curated collection of papers and resources on learning with noisy labels in machine learning | 696 |
| An implementation of training deep neural networks on noisy labels with bootstrapping using Keras | 22 |
| An implementation of algorithms for decentralized machine learning in heterogeneous federated learning settings. | 243 |
| A JavaScript implementation of machine learning algorithms, including logistic regression and decision tree models. | 65 |
| An implementation of a K-Nearest Neighbor algorithm for supervised learning | 7 |