Pinned Repositories
AdversarialNetsPapers
The classical paper list with code about generative adversarial nets
AdvSemiSeg
Pytorch implementation of the paper "Adversarial Learning for Semi-supervised Semantic Segmentation," Wei-Chih Hung, Yi-Hsuan Tsai, Yan-Ting Liou, Yen-Yu Lin, and Ming-Hsuan Yang
albumentations
Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation: https://albumentations.ai/docs/ Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
Algorithms
全面的算法代码仓库
ATen
ATen: A TENsor library for C++11
automl
Google Brain AutoML
awesome-tensor-compilers
A list of awesome compiler projects and papers for tensor computation and deep learning.
CaptchaRecognition
End-to-end variable length Captcha recognition using CNN+RNN+Attention/CTC (pytorch implementation). 端到端的不定长验证码识别
char-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
CodingInterviewChinese2
《剑指Offer》第二版源代码
Hukongtao's Repositories
Hukongtao/AdvSemiSeg
Pytorch implementation of the paper "Adversarial Learning for Semi-supervised Semantic Segmentation," Wei-Chih Hung, Yi-Hsuan Tsai, Yan-Ting Liou, Yen-Yu Lin, and Ming-Hsuan Yang
Hukongtao/Algorithms
全面的算法代码仓库
Hukongtao/char-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
Hukongtao/CRNN_Attention_OCR_Chinese
CRNN with attention to do OCR,add Chinese recognition
Hukongtao/CycleGAN-gluon-mxnet
this repo attemps to reproduce Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks(CycleGAN) use gluon reimplementation
Hukongtao/CycleGAN-TensorFlow
An implementation of CycleGan using TensorFlow
Hukongtao/Deep-Learning-Interview
深度学习面试汇总,基本知识点的查漏补缺
Hukongtao/deep-learning-papers-translation
深度学习论文翻译,包括分类论文,检测论文等
Hukongtao/DOTA_devkit
Hukongtao/Faster-RCNN_TF
Faster-RCNN in Tensorflow
Hukongtao/FastMaskRCNN
Mask RCNN in TensorFlow
Hukongtao/hed-tf
an implementation of holistically nested edge detection using TensorFlow
Hukongtao/kaggle
Kaggle 项目实战(教程) = 文档 + 代码 + 视频
Hukongtao/kaldi-ctc
Connectionist Temporal Classification (CTC) Automatic Speech Recognition
Hukongtao/keras-frcnn
Hukongtao/keras-retinanet
Keras implementation of RetinaNet object detection.
Hukongtao/keras_ocr
用keras实现OCR定位、识别
Hukongtao/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Hukongtao/NowCoder-Solutions
牛客网企业编程真题代码
Hukongtao/paraflow
Interactive analysis system for OLAP
Hukongtao/PSPNet-tensorflow
An implementation of PSPNet in tensorflow, see tutorial at:
Hukongtao/pydensecrf
Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
Hukongtao/rainbow
A data layout optimization framework for wide tables stored on HDFS. See rainbow's webpage
Hukongtao/Satellite-Segmentation
Hukongtao/Semi-Supervised-Semantic-Segmentation-GAN
ADVERSARIAL LEARNING FOR SEMI-SUPERVISED SEMANTIC SEGMENTATION tensorflow
Hukongtao/tensorflow-code
Network source code with tensorflow
Hukongtao/tensorflow-deeplab-resnet
DeepLab-ResNet rebuilt in TensorFlow
Hukongtao/tensorpack
A Neural Net Training Interface on TensorFlow
Hukongtao/tf-faster-rcnn-1
Tensorflow Faster RCNN for Object Detection
Hukongtao/vid2vid
Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.