Pinned Repositories
coding-practice
CTRmodel
CTR prediction model based on spark(LR, GBDT, DNN)
Data-Science-Notes
数据科学的笔记以及资料搜集
dnn_ctr
The framework to deal with ctr problem。The project contains FNN,PNN,DEEPFM, NFM etc
fairseq-zh-en
NMT for chinese-english using fairseq
gan-compression
[CVPR 2020] GAN Compression: Efficient Architectures for Interactive Conditional GANs
GANimation
GANimation: Anatomically-aware Facial Animation from a Single Image (ECCV'18 Oral) [PyTorch]
md_assets
metrics
IS, FID score Pytorch and TF implementation, TF implementation is a wrapper of the official ones.
pytorch-GAN
Image-to-image translation in PyTorch (e.g., horse2zebra, edges2cats, and more)
huwty's Repositories
huwty/pytorch-GAN
Image-to-image translation in PyTorch (e.g., horse2zebra, edges2cats, and more)
huwty/coding-practice
huwty/CTRmodel
CTR prediction model based on spark(LR, GBDT, DNN)
huwty/Data-Science-Notes
数据科学的笔记以及资料搜集
huwty/dnn_ctr
The framework to deal with ctr problem。The project contains FNN,PNN,DEEPFM, NFM etc
huwty/fairseq-zh-en
NMT for chinese-english using fairseq
huwty/gan-compression
[CVPR 2020] GAN Compression: Efficient Architectures for Interactive Conditional GANs
huwty/GANimation
GANimation: Anatomically-aware Facial Animation from a Single Image (ECCV'18 Oral) [PyTorch]
huwty/md_assets
huwty/metrics
IS, FID score Pytorch and TF implementation, TF implementation is a wrapper of the official ones.
huwty/OpenNMT-py
Open Source Neural Machine Translation in PyTorch
huwty/paper-tips-and-tricks
Best practice and tips & tricks to write scientific papers in LaTeX, with figures generated in Python or Matlab.
huwty/pix2pix-pytorch
PyTorch implementation of "Image-to-Image Translation Using Conditional Adversarial Networks".
huwty/PlotNeuralNet
Latex code for making neural networks diagrams
huwty/pytorch-fid
A Port of Fréchet Inception Distance (FID score) to PyTorch
huwty/PyTorch-GAN-1
PyTorch implementations of Generative Adversarial Networks.
huwty/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
huwty/PyTorch-Tutorial-1
Build your neural network easy and fast
huwty/pytorch_word2vec
pytorch word2vec Four implementations : skip gram / CBOW on hierarchical softmax / negative sampling
huwty/simplified-deeplearning
Simplified implementations of deep learning related works
huwty/SinGAN
Official pytorch implementation of the paper: "SinGAN: Learning a Generative Model from a Single Natural Image"
huwty/sketch_simplification
Models and code related to sketch simplification of rough sketches.
huwty/stargan
StarGAN - Official PyTorch Implementation (CVPR 2018)
huwty/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners with Latest APIs
huwty/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
huwty/word2vec-tensorflow
使用word2vec进行中文词向量的 训练