Chong Ruan

Results 6 repositories owned by Chong Ruan

mnist-bn

60
Stars
18
Forks
Watchers

Using slim to perform batch normalization

Chinese-Character-Recognition

195
Stars
79
Forks
Watchers

This project shows how to use CNN to perform Chinese character recognition, a much more complicated task compared to MNIST digit recognition.

Matrix_Derivatives

499
Stars
133
Forks
Watchers

This is a note on matrix derivatives and described my own experience in detail. Hope you'll like it.

QA-System

43
Stars
25
Forks
Watchers

Implemented a QA System. This is the code for the NLPCC-ICCPOL shared task "Open Domain Question Answering."

SVM-python

42
Stars
23
Forks
Watchers

Implemented SVM in Python. In particular, the SMO algorithm is implemented.

tf-tutorial

45
Stars
11
Forks
Watchers

From basic linear regression, to CNN, to RNN, to seq2seq.