Pinned Repositories
2018-Kaggle-AdTrackingFraud
2018 - Kaggle - TalkingData AdTracking Fraud Detection Challenge: Silver medal (银牌)
2019-tencent-ad-competition-Rank16-solution
3D
3D face
3D-R2N2
Single/multi view image(s) to voxel reconstruction using a recurrent neural network
ConvLSTM-1
Convolutional LSTM for Precipitation Nowcasting
EagerMOT
Official code for "EagerMOT: 3D Multi-Object Tracking via Sensor Fusion" [ICRA 2021]
examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
HelloPaddle
ICME2019-CTR
The Code for ICME2019 Grand Challenge: Short Video Understanding (Single Model Ranks 6th)
PyTorch-Mini-Tutorials
Minimal tutorials for PyTorch
xibinyue's Repositories
xibinyue/3D-R2N2
Single/multi view image(s) to voxel reconstruction using a recurrent neural network
xibinyue/Adversarial_Video_Generation
A TensorFlow Implementation of "Deep Multi-Scale Video Prediction Beyond Mean Square Error" by Mathieu, Couprie & LeCun.
xibinyue/Arcade-Learning-Environment
The Arcade Learning Environment (ALE) -- a platform for AI research.
xibinyue/ConvLSTM
xibinyue/Convolutional-LSTM-in-Tensorflow
An implementation of convolutional lstms in tensorflow. The code is written in the same style as the basiclstmcell function in tensorflow
xibinyue/deep_q_rl
Theano-based implementation of Deep Q-learning
xibinyue/DeepFace
Face analysis mainly based on Caffe. At this time, face analysis tasks like detection, alignment and recognition have been done.
xibinyue/dehaze
xibinyue/face-detection
xibinyue/fcn
Fully Convolutional Networks (Chainer Implementation)
xibinyue/gym
A toolkit for developing and comparing reinforcement learning algorithms.
xibinyue/MTCNN_face_detection_alignment
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
xibinyue/nips2015-action-conditional-video-prediction
Implementation of "Action-Conditional Video Prediction using Deep Networks in Atari Games"
xibinyue/pencil
implementation of http://www.cse.cuhk.edu.hk/~leojia/projects/pencilsketch/npar12_pencil.pdf
xibinyue/py-R-FCN
R-FCN with joint training and python support
xibinyue/RecommandSystem
xibinyue/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
xibinyue/System-de-recommandation-en-Python
Projet dans le cadre du module Data Science à l'ENSIIE en 3A. Le projet consiste à la mise en place d'un système de recommandation qui se base sur les algorithmes Collaborative filtering en python.
xibinyue/tensorflow
Computation using data flow graphs for scalable machine learning
xibinyue/tflearn
Deep learning library featuring a higher-level API for TensorFlow.
xibinyue/VideoPredictionICLR2016