HubertStone's Stars
first20hours/google-10000-english
This repo contains a list of the 10,000 most common English words in order of frequency, as determined by n-gram frequency analysis of the Google's Trillion Word Corpus.
szagoruyko/pytorchviz
A small package to create visualizations of PyTorch execution graphs
gordicaleksa/pytorch-GAT
My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!
baifanxxx/awesome-active-learning
A curated list of awesome Active Learning
cerlymarco/shap-hypetune
A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.
online-ml/awesome-online-machine-learning
:bookmark_tabs: Online machine learning resources
danieltan07/learning-to-reweight-examples
PyTorch Implementation of the paper Learning to Reweight Examples for Robust Deep Learning
lyakaap/VAT-pytorch
Virtual Adversarial Training (VAT) implementation for PyTorch
xjtushujun/meta-weight-net
NeurIPS'19: Meta-Weight-Net: Learning an Explicit Mapping For Sample Weighting (Pytorch implementation for noisy labels).
uber-research/learning-to-reweight-examples
Code for paper "Learning to Reweight Examples for Robust Deep Learning"
gorkemalgan/deep_learning_with_noisy_labels_literature
This repo consists of collection of papers and repos on the topic of deep learning by noisy labels / label noise.
XinzeZhang/HUST-PhD-Thesis-Latex
华中科技大学博士毕业论文Latex模板
LiJunnan1992/MLNT
Meta-Learning based Noise-Tolerant Training
microsoft/MLC
Meta Label Correction for Noisy Label Learning
ATayebi/GridFormingConverters
Implementation of Grid-Forming Control Techniques in IEEE 9-Bus System
NREL/PyPSCAD
Future-Power-Networks/Simplus-Grid-Tool
cgnorthcutt/cleanlab
Official cleanlab repo is at https://github.com/cleanlab/cleanlab
TinfoilHat0/Learning-to-Reweight-Examples-for-Robust-Deep-Learning-with-PyTorch-Higher
An implementation of the paper "Learning to Reweight Examples for Robust Deep Learning" from ICML 2018 with PyTorch and Higher.
bpoolla/Australian10gen-lowinertia
Implementation of Grid-Forming and Grid-Following Virtual Inertia
Future-Power-Networks/Publications
l2ep-epmlab/VSC_Lib
ZhenWang-PhD/Training-Noise-Robust-Deep-Neural-Networks-via-Meta-Learning
Code for CVPR2020 ‘Training Noise Robust Deep Neural Networks via Meta-Learning’
gorkemalgan/MSLG_noisy_label
Official code for the paper "Meta Soft Label Generation for Noisy Labels" accepted at ICPR 2020.
kremerj/relabeling
Code repository for the robust active label correction paper.
maxscheijen/radar
🎯 A simple Python package for creating radar charts.
YifanWu-97/PowerFactory-Grid-Forming
This repository contains the PowerFactory models of the Grid-Forming and Grid-following model, as well as a 4-bus benchmark system.
wxyhhh/tapnet
TapNet: Multivariate Time Series Classification withAttentional Prototypical Network
fllseu/grid_forming
krayush07/learn-by-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