-
MobileNetSSD_Demo_AndroidNCNN Public
Forked from chentyjpm/MobileNetSSD_Demo_AndroidNCNNC BSD 3-Clause "New" or "Revised" License UpdatedOct 21, 2019 -
pytorch-image-models Public
Forked from huggingface/pytorch-image-modelsPyTorch image models, scripts, pretrained weights -- (SE)ResNet/ResNeXT, DPN, EfficientNet, MixNet, MobileNet-V3/V2/V1, MNASNet, Single-Path NAS, FBNet, and more
Python Apache License 2.0 UpdatedJul 28, 2019 -
DetectionTricks Public
Forked from ataraxialab/DetectionTricksImageNet Detection Tricks
Python UpdatedJul 3, 2017 -
Inertial-Gesture-Recognition Public
Forked from wangpc1994/Inertial-Gesture-RecognitionMATLAB UpdatedJun 13, 2017 -
RPN2T Public
Forked from jimmy-ren/RPN2TRobust Tracking Using Region Proposal Networks
MATLAB MIT License UpdatedJun 10, 2017 -
TensorFlow-Examples Public
Forked from aymericdamien/TensorFlow-ExamplesTensorFlow Tutorial and Examples for beginners
-
caffe Public
Forked from weiliu89/caffeCaffe: a fast open framework for deep learning.
C++ Other UpdatedJan 12, 2017 -
-
models Public
Forked from tensorflow/modelsModels built with TensorFlow
-
caffe-tensorflow Public
Forked from ethereon/caffe-tensorflowCaffe models in TensorFlow
-
awesome-rl Public
Forked from aikorea/awesome-rlReinforcement learning resources curated
UpdatedDec 21, 2016 -
-
-
openpilot Public
Forked from commaai/openpilotopen source driving agent
C MIT License UpdatedDec 15, 2016 -
wide_resnets_keras Public
Forked from asmith26/wide_resnets_kerasKeras implementation + pretrained weights for "Wide Residual Networks"
Python Apache License 2.0 UpdatedDec 13, 2016 -
reinforcement-learning Public
Forked from dennybritz/reinforcement-learningImplementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
Jupyter Notebook MIT License UpdatedDec 7, 2016 -
tensorflow-resnet Public
Forked from ry/tensorflow-resnetResNet model in TensorFlow
Python MIT License UpdatedNov 11, 2016 -
research Public
Forked from commaai/researchcomma.ai for the people to experiment with
-
cs231n.github.io Public
Forked from cs231n/cs231n.github.ioPublic facing notes page
HTML MIT License UpdatedJul 5, 2016 -
deep-reinforcement-learning-papers Public
Forked from muupan/deep-reinforcement-learning-papersA list of papers and resources dedicated to deep reinforcement learning
UpdatedJun 16, 2016 -
JPG-PNG-to-MNIST-NN-Format Public
Forked from gskielian/JPG-PNG-to-MNIST-NN-FormatPython/Bash scripts for creating custom Neural Net Training Data -- this repo is for the MNIST format
Python Apache License 2.0 UpdatedMay 11, 2016 -
awesome-python3-webapp Public
Forked from zhouxinkai/awesome-python3-webappJavaScript Other UpdatedApr 29, 2016 -
py-faster-rcnn Public
Forked from rbgirshick/py-faster-rcnnFaster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
Python Other UpdatedMar 21, 2016 -
AlphaGo Public
Forked from wrongu/RocAlphaGoA replication of DeepMind's 2016 Nature publication, "Mastering the game of Go with deep neural networks and tree search," details of which can be found on their website.
JavaScript MIT License UpdatedMar 16, 2016 -
Qix Public
Forked from ty4z2008/QixNode.Js、Golang、Machine Learning、PostgreSQL、Deep Learning
Other UpdatedFeb 29, 2016 -
-
rcnn Public
Forked from rbgirshick/rcnnR-CNN: Regions with Convolutional Neural Network Features
MATLAB BSD 2-Clause "Simplified" License UpdatedFeb 5, 2016 -
neural-networks-and-deep-learning Public
Forked from mnielsen/neural-networks-and-deep-learningCode samples for my book "Neural Networks and Deep Learning"
Python UpdatedNov 23, 2015 -
NLP-Spelling-Corrector Public
Forked from anchal-goyanka/NLP-Spelling-CorrectorDesigned a Spelling Corrector using Stupid Backoff, interpolated Kneser-Ney, Good-Turing and Laplace N-gram language modelling
Python UpdatedSep 1, 2015 -
Spelling-Correction Public
Implementing Levenstein distance to do spelling correction