Pinned Repositories
A-Simple-Search-Engine
A Simple Search Engine
adversarial-frcnn
A-Fast-RCNN (CVPR 2017)
age-gender-estimation
Keras implementation of a CNN network for age and gender estimation
bob.db.cuhk_cufs
CUHK Face Sketch Database (CUFS)
caffe-gui-tool
Node based Gui for creating caffe networks
CNN-Detect-Facial-Keypoints
Using Convolutional network for detection of facial keypoints
conv-net-version-3
Deep neural network framework (C++/OpenCV).
cuda-deep-neural-nets
Deep neural network framework (C/C++/CUDA).
facial_expression_recognition
facial_expression_recognition
ml4j
Machine learning for java
deepxkn's Repositories
deepxkn/CNN-Detect-Facial-Keypoints
Using Convolutional network for detection of facial keypoints
deepxkn/ml4j
Machine learning for java
deepxkn/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
deepxkn/batch_normalization
Batch Normalization Layer for Caffe
deepxkn/Batchwise-Dropout
Run fully connected artificial neural networks with dropout applied (mini)batchwise, rather than samplewise. Given two hidden layers each subject to 50% dropout, the corresponding matrix multiplications for forward- and back-propagation is 75% less work as the dropped out units are not calculated.
deepxkn/caffe
Caffe
deepxkn/caffe_wrapper
This is a simple dll/so built on top of BVLC/caffe used to provide a simple interface to use caffe.
deepxkn/CNN-in-C-plus-plus
Deep Learning CNN implements in C++ with the same function of Matlab Deep Learning Toolbox. It only needs to install visual studio. Unlike other C++ code, my code doesn't need any other dependences. It is only for do some test and research work, and is not suitable for building big project
deepxkn/convnet_cifar
Testing theano convolutional networks on the cifar-10 dataset.
deepxkn/CUDA-CNNVS
CUDA-CNN的VS工程
deepxkn/datasciencebowl
deepxkn/decesion-tree-implement
a implement of decision tree with python
deepxkn/Deep-Learning-ToolBox-CNN
An improved version for matlab deep learning toolbox cnn
deepxkn/ExpressionRecognition
deepxkn/face2sketch
This code is the MATLAB implementation of converting face to sketch and vice versa
deepxkn/facial-expression
Machine learning project, facial expression recognition
deepxkn/facial-expression-recognition
The main purpose of the project - recognition of emotions based on facial expressions. Cohn-Kanade data set (http://www.pitt.edu/~emotion/ck-spread.htm) is used for explorations and training
deepxkn/Facial-Expression-Recognition-Matlab-Code
Facial Expression Recognition Matlab Code
deepxkn/fer2013
https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge/data
deepxkn/Joint_Bayesian
According to the paper "Bayesian Face Revisited: A Joint Formulation", the repository realizes the algorithm of Joint Beyesian with Matlab and achieve the same result as the paper
deepxkn/kaggle-ndsb
Winning solution for the National Data Science Bowl competition on Kaggle (plankton classification)
deepxkn/mnist-helper
This repo includes some python functions which comes handy during experimenting with mnist digits dataset
deepxkn/ndsb
Kaggle NDSB competition with deep learning
deepxkn/OpenCV-demo
This project contain some OpenCV demo that we use frequently.
deepxkn/OpenCV3-Intro-Book-Src
《OpenCV3编程入门》书本配套源码||《Introduction to OpenCV3 Programming》Book Source Code
deepxkn/rcnn
R-CNN: Regions with Convolutional Neural Network Features
deepxkn/slack-overflow
A programmer's best friend, now in Slack.
deepxkn/SubKit
Subspace Clustering Library
deepxkn/voc-dpm
Object detection system using deformable part models (DPMs) and latent SVM (voc-release5). You may want to use the latest tarball on my website. The github code may include code changes that have not been tested as thoroughly and will not necessarily reproduce the results on the website.
deepxkn/weibo_spider
graduate project, a weibo spider to find some interesting information such as "In social network , people tend to be happy or sad."