-
Notifications
You must be signed in to change notification settings - Fork 32
OpenMar 12, 2014
No due date
•Last updated I have prototyped such a template based neural network framework. Based on this, I have implemented a sparse auto-encoder for small size image patches (see data/UFLDL directory for bank of 8x8 patches).
The serial performance is moderate, comparable to a vectorized Matlab implementation. Based on a JVM -Xprof profile, the major cost is calling libBLAS routines.
In current version, the implementation is not fully exposed to breeze. I create one more interface layer for linear algebra (vector and matrix), such that I can possibly change to another numerical library.
100% complete
List view
0 of 0 selected 0 issues of 0 selected
There are no open issues in this milestone
Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.