Pinned Repositories
ACG
PyTorch implementation of Diversified Adversarial Attack based on Conjugate Gradient Method (ICML2022).
ACVAEGAN
AEGAN
This model is for anomaly detection, use an autoencoder to keep the image's overall structure, then use the G of GAN to simulate the detail of the image.
autoencoding_beyond_pixels
Generative image model with learned similarity measures
BigGAN-PyTorch
The author's officially unofficial PyTorch BigGAN implementation.
Colorization_Pix2Pix_CycleGAN
compare_gan
Compare GAN code.
Credit-Scoring-Data-Sets
These common credit score data sets are collected to empirical evaluations, and I will update dynamically.
CTGAN
Conditional GAN for generating synthetic tabular data.
CVAE-GAN_tensorlayer
A CVAE-GAN implementation with tensorlayer
HeJiaxing97's Repositories
HeJiaxing97/ACG
PyTorch implementation of Diversified Adversarial Attack based on Conjugate Gradient Method (ICML2022).
HeJiaxing97/ACVAEGAN
HeJiaxing97/AEGAN
This model is for anomaly detection, use an autoencoder to keep the image's overall structure, then use the G of GAN to simulate the detail of the image.
HeJiaxing97/BigGAN-PyTorch
The author's officially unofficial PyTorch BigGAN implementation.
HeJiaxing97/Colorization_Pix2Pix_CycleGAN
HeJiaxing97/compare_gan
Compare GAN code.
HeJiaxing97/CTGAN
Conditional GAN for generating synthetic tabular data.
HeJiaxing97/data-efficient-gans
Differentiable Augmentation for Data-Efficient GAN Training
HeJiaxing97/gan
Tooling for GANs in TensorFlow
HeJiaxing97/gan-playground
Open repository with GAN architectures for tabular data implemented using Tensorflow 2.0.
HeJiaxing97/GANbasedOversampling
HeJiaxing97/ICRGAN-and-SSGAN
Implementation of ICRGAN and SSGAN
HeJiaxing97/Intrusion_Dection_System
Build Intrusion Detection System via basic machine learning models and compare performance.
HeJiaxing97/Keras-GAN
Keras implementations of Generative Adversarial Networks.
HeJiaxing97/ML-Projects
Basic Machine learning projects and assignments done by me.
HeJiaxing97/NBMiner
NVIDIA & AMD GPU Miner for ETH, RVN, GRIN, BEAM, CFX, AE, SERO
HeJiaxing97/On-the-Generation-and-Evaluation-of-Synthetic-Tabular-Data-using-GANs
Repository for the results of my master thesis, about the generation and evaluation of synthetic data using GANs
HeJiaxing97/peft
🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
HeJiaxing97/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
HeJiaxing97/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
HeJiaxing97/scikit-posthocs
Multiple Pairwise Comparisons (Post Hoc) Tests in Python
HeJiaxing97/SDGym
Benchmarking synthetic data generation methods.
HeJiaxing97/sklearn-doc-zh
:book: [译] scikit-learn(sklearn) 中文文档
HeJiaxing97/table-evaluator
A package to evaluate how close a synthetic data set is to real data.
HeJiaxing97/tensorflow2-generative-models
Implementations of a number of generative models in Tensorflow 2. GAN, VAE, Seq2Seq, VAEGAN, GAIA, Spectrogram Inversion. Everything is self contained in a jupyter notebook for easy export to colab.
HeJiaxing97/TGAN
Generative adversarial training for synthesizing tabular data
HeJiaxing97/torch2trt
An easy to use PyTorch to TensorRT converter
HeJiaxing97/unswnb15-model-1
Tensorflow 2 and UNSW NB-15 testing
HeJiaxing97/VAE-GAN
Pytorch implementation of paper "Autoencoding beyond pixels using a learned similarity metric"
HeJiaxing97/wgan-gp
Implementation of the Wasserstein with Gradient-Penalty Generative Adversarial Network with TensorFlow