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

201
Stars
77
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

557
Stars
138
Forks
Watchers

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

QA-System

44
Stars
24
Forks
Watchers

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

SVM-python

46
Stars
23
Forks
Watchers

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

tf-tutorial

47
Stars
11
Forks
Watchers

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