# RCNN **Repository Path**: peter_small_f/RCNN ## Basic Information - **Project Name**: RCNN - **Description**: implementations of Recurrent Convolutional Neural Network for object recognition - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-24 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Recurrent Convolutional Neural Network(RCNN) This repo is implementations of [Recurrent Convolutional Neural Network for object recognition](http://www.cv-foundation.org/openaccess/content_cvpr_2015/app/2B_004.pdf). **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](http://ufldl.stanford.edu/housenumbers) 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](http://ufldl.stanford.edu/housenumbers/nips2011_housenumbers.pdf))