Pinned Repositories
ADBench
Official Implement of "ADBench: Anomaly Detection Benchmark", NeurIPS 2023.
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
awesome-dotnet
A collection of awesome .NET libraries, tools, frameworks and software
conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
ganhacks
starter from "How to Train a GAN?" at NIPS2016
geogan
Conditioning of three-dimensional geological and pore scale generative adversarial networks
pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
pytorch-vae
A Variational Autoencoder (VAE) implemented in PyTorch
PyTorch_Tutorial
《Pytorch模型训练实用教程》中配套代码
XHUFDD's Repositories
XHUFDD/geogan
Conditioning of three-dimensional geological and pore scale generative adversarial networks
XHUFDD/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
XHUFDD/ganhacks
starter from "How to Train a GAN?" at NIPS2016
XHUFDD/pytorch-vae
A Variational Autoencoder (VAE) implemented in PyTorch
XHUFDD/SN-GAN
pyTorch implementation of Spectral Normalization for Generative Adversarial Networks
XHUFDD/wgan-gp
A pytorch implementation of Paper "Improved Training of Wasserstein GANs"
XHUFDD/autoencoding_beyond_pixels
Generative image model with learned similarity measures
XHUFDD/cplusplus-_Implementation_Of_Introduction_to_Algorithms
《算法导论》第三版中算法的C++实现
XHUFDD/deep-learning-models
Implementations of popular deep learning models in Theano+Lasagne
XHUFDD/DisPat
MATLAB codes for DisPat
XHUFDD/drnet
XHUFDD/drp-benchmarks
Supplements to "Digital Rock Physics Benchmarks"
XHUFDD/gettorbrowser
This is a repository to provide links for downloading Tor Browser from Github.
XHUFDD/Hello-World
XHUFDD/ImageSequenceGenerator
Image Sequence Generator: from a jpg or png, use OpenCV to generate a sequence of images
XHUFDD/mnist-svhn-transfer
PyTorch Implementation of CycleGAN and SSGAN for Domain Transfer (Minimal)
XHUFDD/MS_CCSIM
Multi-Scale CCSIM
XHUFDD/OpenOpticalFlow
OpenOpticalFlow is an open source optical flow program in Matlab for extraction of high-resolution velocity fields from various flow visualization images.
XHUFDD/PorousMediaGan
Reconstruction of three-dimensional porous media using generative adversarial neural networks
XHUFDD/python-reference
Python Quick Reference
XHUFDD/pytorch-spectral-normalization-gan
Paper by Miyato et al. https://openreview.net/forum?id=B1QRgziT-
XHUFDD/pytorch-wgan
Pytorch implementation of DCGAN, WGAN-CP, WGAN-GP
XHUFDD/ResNet50-Pytorch-Face-Recognition
Using Pytorch to implement a ResNet50 for Cross-Age Face Recognition
XHUFDD/SNcGAN
Spectral Norm + Conditional GAN
XHUFDD/snesim-standalone
Standalone Fortran 90 version of snesim written by Sebastien Strebelle
XHUFDD/StackGAN-Pytorch
XHUFDD/VAEGAN-PYTORCH
VAEGAN from "Autoencoding beyond pixels using a learned similarity metric" implemented in Pytorch. Clean, clear and with comments.