bragilee's Stars
d3/d3
Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
vdumoulin/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
PRML/PRMLT
Matlab code of machine learning algorithms in book PRML
ryanjay0/miles-deep
Deep Learning Porn Video Classifier/Editor with Caffe
yjxiong/temporal-segment-networks
Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
torch/nn
mila-iqia/welcome_tutorials
Various tutorials given for welcoming new students at MILA.
jeffreyyihuang/two-stream-action-recognition
Using two stream architecture to implement a classic action recognition method on UCF101 dataset
torch/tutorials
A series of machine learning tutorials for Torch7
sunshineatnoon/Paper-Implementations
Use PyTorch to implement some classic frameworks
bryanyzhu/two-stream-pytorch
PyTorch implementation of two-stream networks for video action recognition
znxlwm/pytorch-MNIST-CelebA-GAN-DCGAN
Pytorch implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Networks (DCGAN) for MNIST and CelebA datasets
ankurhanda/gvnn
gvnn: Geometric Vision with Neural Networks
chihyaoma/Activity-Recognition-with-CNN-and-RNN
Temporal Segments LSTM and Temporal-Inception for Activity Recognition
soumith/imagenet-multiGPU.torch
an imagenet example in torch.
torch/cutorch
A CUDA backend for Torch7
facebookarchive/fbnn
Facebook's extensions to torch/nn.
rohitgirdhar/AttentionalPoolingAction
Code/Model release for NIPS 2017 paper "Attentional Pooling for Action Recognition"
rohitgirdhar/ActionVLAD
ActionVLAD for video action classification (CVPR 2017)
torch/cunn
bryanyzhu/Hidden-Two-Stream
Caffe implementation for "Hidden Two-Stream Convolutional Networks for Action Recognition"
hochthom/kaggle-taxi-ii
Winning solution for the Taxi-Trip Time Prediction Challenge on Kaggle
talhasaruhan/video-action-classification
Video Action Classification Using Spatial Temporal Clues. Original paper: arXiv:1504.01561
niaokedaoren/Coursera_c2cpp
Homework code of C++ For C Programmers on Coursera. The course website is https://class.coursera.org/cplusplus4c-002/class/index
LightR0/New-York-City-Taxi-Trip-Duration
Kaggle比赛New-York-City-Taxi-Trip-Duration方案
Currie32/NYC-Taxi-Trip-Duration
My work for Kaggle's "New York City Taxi Trip Duration" competition
sksq96/dcgan
A PyTorch implementation of "Deep Convolutional Generative Adversarial Networks" with Multiple Discriminator.
jeffreyyihuang/the-art-of-command-line
Master the command line, in one page