learn-by-weak-supervision
Meta-learning framework
An implementation of meta-learning from unlabeled data to improve task accuracy using a technique called 'weak supervision'
A meta-learning setup to utitlize the unlabeled data for target task. An implementation of "Learning to learn from weak supervision by full supervision". https://arxiv.org/abs/1711.11383
4 stars
4 watching
1 forks
Language: Python
last commit: almost 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
xjtushujun/meta-weight-net | An implementation of a meta-learning algorithm to improve sample weighting in classification tasks with noisy labels. | 281 |
diaoenmao/semifl-semi-supervised-federated-learning-for-unlabeled-clients-with-alternate-training | An implementation of semi-supervised federated learning for improving the performance of a server using distributed clients with unlabeled data | 34 |
tmadl/semisup-learn | A framework for training semi-supervised machine learning models using various techniques | 502 |
ikostrikov/pytorch-meta-optimizer | A PyTorch implementation of meta-learning using gradient descent to adapt to new tasks. | 312 |
kengz/slm-lab | A comprehensive framework for deep reinforcement learning using PyTorch. | 1,256 |
katerakelly/pytorch-maml | An implementation of Model-Agnostic Meta-Learning (MAML) using PyTorch | 553 |
tristandeleu/pytorch-maml-rl | Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks | 827 |
jiayuzhou/malsar | A collection of multi-task learning algorithms using structural regularization techniques to improve performance on multiple related tasks. | 133 |
microsoft/0xdeca10b | A framework for hosting and training machine learning models on a blockchain, enabling secure sharing and prediction without requiring users to pay for data or model updates. | 556 |
harshakokel/kigb | An open-source software framework that integrates human advice into gradient boosting decision trees for improved performance in machine learning tasks. | 8 |
jiayunz/fedalign | Develops an alignment framework for federated learning with non-identical client class sets | 4 |
tristandeleu/pytorch-meta | Provides tools and datasets for meta-learning and few-shot learning in deep learning | 1,987 |
substra/substra | Enables the training and validation of machine learning models on distributed datasets in a secure and scalable manner. | 271 |
google-deepmind/functa | A repository containing code for a meta-learning experiment on image datasets | 149 |
litian96/ditto | A framework for personalized federated learning to balance fairness and robustness in decentralized machine learning systems. | 137 |