Skip to content
/ PCANet Public
forked from Ldpe2G/PCANet

convert the matlab code of PCANet to C++ & Scala

Notifications You must be signed in to change notification settings

GRSEB9S/PCANet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCANet

rewrite the matlab code of pcanet into:

1, c++ and using openmp to reduce the run time;

2, scala.

PCANet: A Simple Deep Learning Baseline for Image Classification?

paper pdf download: http://arxiv.org/pdf/1404.3606v1.pdf

examples:

use 7 persons of YaleB.

for each person, use 40 images for training, the rest for testing.

About

convert the matlab code of PCANet to C++ & Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 50.7%
  • C++ 46.3%
  • Makefile 1.9%
  • Shell 1.1%