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

GitHub

58 stars
4 watching
15 forks
Language: Python
last commit: over 2 years ago

Related projects:

RepositoryDescriptionStars
kyunghyuncho/deepmatAn implementation of various deep learning architectures and algorithms188
sungwon-han/fedxAn 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_literatureA collection of papers and repos on deep learning with noisy labels.235
xjtushujun/meta-weight-netThis is an implementation of a meta-learning algorithm to address class imbalance issues in deep learning models with noisy labels.284
daizhongxiang/federated-neural-banditsAn implementation of a decentralized algorithm for online decision-making in multiple agents4
pouyamghari/pof-mklAn implementation of an online federated learning algorithm with multiple kernels for personalized machine learning0
shimengjie/machine-learning-andrew-ngAn implementation of machine learning algorithms from Andrew Ng's Coursera course in MATLAB182
pingqingsheng/lrtAn 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-teachingDevelops a robust training method for deep neural networks using noisy labels494
yechengxi/lightnetA Matlab-based framework for building and training deep learning models271
weijiaheng/advances-in-label-noise-learningA curated collection of papers and resources on learning with noisy labels in machine learning696
dr-darryl-wright/noisy-labels-with-bootstrappingAn implementation of training deep neural networks on noisy labels with bootstrapping using Keras22
zhuangdizhu/fedgenAn implementation of algorithms for decentralized machine learning in heterogeneous federated learning settings.243
yandongliu/learningjsA JavaScript implementation of machine learning algorithms, including logistic regression and decision tree models.65
felipexw/knn-java-libraryAn implementation of a K-Nearest Neighbor algorithm for supervised learning7