JimLee4530 / RCNN

implementations of Recurrent Convolutional Neural Network for object recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recurrent Convolutional Neural Network(RCNN)

This repo is implementations of Recurrent Convolutional Neural Network for object recognition.

Note: I have modified a part of architecture.

Keras

Keras-RCNN is a Keras-implementation.

TensorFlow

TensorFlow-RCNN is a TensorFlow-implenmentation.

Data

The data set is SVHN downloaded from stanford University

Yuval Netzer, Tao Wang, Adam Coates, Alessandro Bissacco, Bo Wu, Andrew Y. Ng Reading Digits in Natural Images with Unsupervised Feature Learning NIPS Workshop on Deep Learning and Unsupervised Feature Learning 2011. (PDF)

About

implementations of Recurrent Convolutional Neural Network for object recognition


Languages

Language:Python 100.0%