zht022
Math bachelor's degree in USTC; Studying in department of EE&Info-science of USTC from 2017
Hefei, Anhui, China
Pinned Repositories
CS224N
This project contains three assignments of CS224N -- Natural Language Processing with Deep Learning. All codes are done with python 3.5, so there may be a little change from the original start codes.
Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
deep_learning_object_detection
A paper list of object detection using deep learning.
ganhacks
starter from "How to Train a GAN?" at NIPS2016
LightGBM
A fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. It is under the umbrella of the DMTK(http://github.com/microsoft/dmtk) project of Microsoft.
S3BA
simplified-deeplearning
Simplified implementations of deep learning related works
SqueezeNet-and-SH
A squeezenet framework in tensorflow for readability is shown here. Moreover, it's an example of using Successive Halving algorithm to finish hyperparameters optimization.
stanford-tensorflow-tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
stanford_cs231n
This repository contains assignments of Stanford Deep Learning Course cs231n.
zht022's Repositories
zht022/stanford_cs231n
This repository contains assignments of Stanford Deep Learning Course cs231n.
zht022/CS224N
This project contains three assignments of CS224N -- Natural Language Processing with Deep Learning. All codes are done with python 3.5, so there may be a little change from the original start codes.
zht022/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
zht022/deep_learning_object_detection
A paper list of object detection using deep learning.
zht022/S3BA
zht022/SqueezeNet-and-SH
A squeezenet framework in tensorflow for readability is shown here. Moreover, it's an example of using Successive Halving algorithm to finish hyperparameters optimization.
zht022/stanford-tensorflow-tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
zht022/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow
zht022/A-Recsys
A Tensorflow based implicit recommender system
zht022/awesome-rl
Reinforcement learning resources curated
zht022/caffe
Caffe: a fast open framework for deep learning.
zht022/cascade-rcnn_Pytorch
An implementation of Cascade R-CNN: Delving into High Quality Object Detection.
zht022/conference_call_for_paper
2019-2020 International Conferences in Artificial Intelligence, Machine Learning, Computer Vision, Data Mining, Natural Language Processing and Robotics
zht022/Deformable-ConvNets
Deformable Convolutional Networks
zht022/ECO-pytorch
PyTorch implementation for "ECO: Efficient Convolutional Network for Online Video Understanding", ECCV 2018
zht022/face_recognition
The world's simplest facial recognition api for Python and the command line
zht022/FCIS
Fully Convolutional Instance-aware Semantic Segmentation
zht022/gitignore
A collection of useful .gitignore templates
zht022/handong1587.github.io
zht022/incubator-mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
zht022/Interview-Notebook
:calendar: 准备秋招学习笔记
zht022/LeinaoPAI
zht022/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
zht022/mxnet-notebooks
Notebooks for MXNet
zht022/PytorchSSD
pytorch version of SSD and it's enhanced methods such as RFBSSD,FSSD and RefineDet
zht022/reinforcement-learning-an-introduction
Python implementation of Reinforcement Learning: An Introduction
zht022/SNIPER
SNIPER is an efficient multi-scale object detection algorithm
zht022/temporal-segment-networks
Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
zht022/the-gan-zoo
A list of all named GANs!
zht022/tsn-pytorch
Temporal Segment Networks (TSN) in PyTorch