Pinned Repositories
Reproduction-of-Probabilistic-binary-neural-networks
Reproduction of Probabilistic binary neural networks
blog_comment
repo for saving blog comment
DeepConcolic
Concolic Testing for Deep Neural Networks
Fake_ChineseCharacter
Systhesize some fake Chinese characters .
fast_adversarial
[ICLR 2020] A repository for extremely fast adversarial training using FGSM
GaAN
GAT
Graph Attention Networks (https://arxiv.org/abs/1710.10903)
Generative_Adversarial_Perturbations
Generative Adversarial Perturbations (CVPR 2018)
GUAP
Code for paper 'Generalizing Universal Adversarial Attacks Beyond Additive Perturbations' (ICDM2020)
HNM-PGD
Code for paper 'Fooling Object Detectors: Adversarial Attacks by Half-Neighbor Masks'
YanghaoZYH's Repositories
YanghaoZYH/HNM-PGD
Code for paper 'Fooling Object Detectors: Adversarial Attacks by Half-Neighbor Masks'
YanghaoZYH/blog_comment
repo for saving blog comment
YanghaoZYH/GUAP
Code for paper 'Generalizing Universal Adversarial Attacks Beyond Additive Perturbations' (ICDM2020)
YanghaoZYH/DeepConcolic
Concolic Testing for Deep Neural Networks
YanghaoZYH/Fake_ChineseCharacter
Systhesize some fake Chinese characters .
YanghaoZYH/fast_adversarial
[ICLR 2020] A repository for extremely fast adversarial training using FGSM
YanghaoZYH/GaAN
YanghaoZYH/GAT
Graph Attention Networks (https://arxiv.org/abs/1710.10903)
YanghaoZYH/Generative_Adversarial_Perturbations
Generative Adversarial Perturbations (CVPR 2018)
YanghaoZYH/health
healthsystem
YanghaoZYH/GNNPapers
Must-read papers on graph neural networks (GNN)
YanghaoZYH/guap-demo
YanghaoZYH/HealthSystem
YanghaoZYH/Image-generation-using-GANS-using-PyTorch-and-Cifar-10
YanghaoZYH/Image_Classification_with_5_methods
Compared performance of KNN, SVM, BPNN, CNN, Transfer Learning (retrain on Inception v3) on image classification problem. CNN is implemented with TensorFlow
YanghaoZYH/java-web
高级网页设计(Java Web)实验库
YanghaoZYH/L0-TRE
Global Robustness Evaluation of Deep Neural Networks with Provable Guarantees for L0 Norm
YanghaoZYH/Learning-Notes
YanghaoZYH/Literature-on-DNN-Verification-and-Testing
YanghaoZYH/LQ-Nets
LQ-Nets: Learned Quantization for Highly Accurate and Compact Deep Neural Networks
YanghaoZYH/mlpractical
Machine Learning Practical course repository
YanghaoZYH/pbnn
reproduce paper of pbnn
YanghaoZYH/pyGAT
Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)
YanghaoZYH/relationPrediction
ACL 2019: Learning Attention-based Embeddings for Relation Prediction in Knowledge Graphs
YanghaoZYH/relu-opt-public
Code for optimizing MILP problems with embedded ReLU networks
YanghaoZYH/research
My research and papers.
YanghaoZYH/tensorflow
An Open Source Machine Learning Framework for Everyone
YanghaoZYH/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
YanghaoZYH/UAN
Universal Adversarial Networks
YanghaoZYH/Universal_Adversarial_Perturbation_pytorch
A PyTorch Implementation of the UAP attack