iNCML / HOPE-CNN

Using HOPE model to train CNNs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOPE-CNN

Using HOPE model to train CNNs Without data augmentation: 7.44% error rate on the cifar-10 validation set and 29.80% error rate on the cifar-100 validation set (Single-HOPE-Block)

With data augmentation (rotation+translation+scale+cololr casting): 6.05% error rate on the cifar-10 validation set and 27.13% error rate on the cifar-100 validation set (Single-HOPE-Block).

If you hope to use this code, please cite:

@article{pan2016learning,

title={Learning Convolutional Neural Networks using Hybrid Orthogonal Projection and Estimation},

author={Pan, Hengyue and Jiang, Hui},

journal={arXiv preprint arXiv:1606.05929},

year={2016}

}

Based on MatConvNet

MatConvNet is a MATLAB toolbox implementing Convolutional Neural Networks (CNNs) for computer vision applications. It is simple, efficient, and can run and learn state-of-the-art CNNs. Several example CNNs are included to classify and encode images. Please visit the homepage to know more.

About

Using HOPE model to train CNNs

License:Other


Languages

Language:Cuda 35.8%Language:C++ 28.9%Language:MATLAB 19.1%Language:Protocol Buffer 5.7%Language:C 3.4%Language:Python 2.9%Language:Shell 2.9%Language:Makefile 1.3%