liuquan2049's Stars
jbhuang0604/awesome-computer-vision
A curated list of awesome computer vision resources
ShiyuLiang/odin-pytorch
Principled Detection of Out-of-Distribution Examples in Neural Networks
cbfinn/rllab
rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.
cbfinn/maml
Code for "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"
SHI-Labs/GFR-DSOD
Improving Object Detection from Scratch via Gated Feature Reuse (BMVC 2019)
pathak22/videoseg
[CVPR 2017] Video motion segmentation and tracking
pathak22/noreward-rl
[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning
aqibsaeed/Genetic-CNN
CNN architecture exploration using Genetic Algorithm
markdtw/awesome-architecture-search
A curated list of awesome architecture search resources
terryum/awesome-deep-learning-papers
The most cited deep learning papers
arunmallya/packnet
Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning
mfigurnov/sact
Spatially Adaptive Computation Time for Residual Networks
yonghenglh6/DepthwiseConvolution
A personal depthwise convolution layer implementation on caffe by liuhao.(only GPU)
shicai/DenseNet-Caffe
DenseNet Caffe Models, converted from https://github.com/liuzhuang13/DenseNet
gaohuang/MSDNet
Multi-Scale Dense Networks for Resource Efficient Image Classification (ICLR 2018 Oral)
gaohuang/Stochastic_Depth
Code for "Deep Networks with Stochastic Depth"
liuzhuang13/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
dgschwend/zynqnet
Master Thesis "ZynqNet: An FPGA-Accelerated Embedded Convolutional Neural Network"
ShichenLiu/CondenseNet
CondenseNet: Light weighted CNN for mobile devices
RedditSota/state-of-the-art-result-for-machine-learning-problems
This repository provides state of the art (SoTA) results for all machine learning problems. We do our best to keep this repository up to date. If you do find a problem's SoTA result is out of date or missing, please raise this as an issue or submit Google form (with this information: research paper name, dataset, metric, source code and year). We will fix it immediately.
forresti/SqueezeNet
SqueezeNet: AlexNet-level accuracy with 50x fewer parameters
LamHoCN/Depth_conv-for-mobileNet
Depth_conv for MobileNet
Zehaos/MobileNet
MobileNet build with Tensorflow
dusty-nv/jetson-inference
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
PaddlePaddle/Paddle
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
databricks/spark-deep-learning
Deep Learning Pipelines for Apache Spark
diaoenmao/FPGA-CNN
FPGA implementation of Cellular Neural Network (CNN)
ztgao/ConvNN_FPGA_Accelerator
Caffe-MPI/Caffe-MPI.github.io
BVLC/caffe
Caffe: a fast open framework for deep learning.