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: about 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
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 |
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 | 36 |
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 | 555 |
tristandeleu/pytorch-maml-rl | Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks | 830 |
jiayuzhou/malsar | Provides a comprehensive framework for multi-task learning via structural regularization in MATLAB. | 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. | 559 |
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,996 |
substra/substra | Enables the training and validation of machine learning models on distributed datasets in a secure and scalable manner. | 274 |
google-deepmind/functa | A repository containing code for a meta-learning experiment on image datasets | 150 |
litian96/ditto | A framework for personalized federated learning to balance fairness and robustness in decentralized machine learning systems. | 138 |