Junliang Li

Results 18 repositories owned by Junliang Li

LSTM-Load-Forecasting

238
Stars
47
Forks
Watchers

Implementation of Electric Load Forecasting Based on LSTM(BiLSTM). Including Univariate-SingleStep forecasting, Multivariate-SingleStep forecasting and Multivariate-MultiStep forecasting.

cnn-dogs-vs-cats

81
Stars
23
Forks
Watchers

Implementation of cats-vs-dogs based on CNN.

FedAvg-numpy-pytorch-tff

42
Stars
7
Forks
Watchers

Three implementations of FedAvg: numpy, pytorch and tensorflow federated.

FedPer

74
Stars
5
Forks
Watchers

PyTorch implementation of FedPer (Federated Learning with Personalization Layers).

FedProx-PyTorch

107
Stars
19
Forks
Watchers

PyTorch implementation of FedProx (Federated Optimization for Heterogeneous Networks, MLSys 2020).

GNNs-for-Node-Classification

135
Stars
24
Forks
Watchers

Some GNNs are implemented using PyG for node classification tasks, including: GCN, GraphSAGE, SGC, GAT, R-GCN and HAN (Heterogeneous Graph Attention Network), which will continue to be updated in the...

LSTM-MultiStep-Forecasting

95
Stars
17
Forks
Watchers

Implementation of Electric Load Forecasting Based on LSTM (BiLSTM). Including direct-multi-output forecasting, single-step-scrolling forecasting, multi-model-single-step forecasting, multi-model-scrol...

node2vec

29
Stars
1
Forks
Watchers

Implement the node2vec algorithm using Python

Per-FedAvg

65
Stars
8
Forks
Watchers

PyTorch implementation of Per-FedAvg (Personalized Federated Learning: A Meta-Learning Approach).

PyG-GCN

66
Stars
10
Forks
Watchers

PyG implementation of GCN (Semi-Supervised Classification with Graph Convolutional Networks, ICLR 2017).Datasets: CiteSeer, Cora, PubMed, NELL.