I'd like to classify non-image data.

107 views
Skip to first unread message

Satoyama Shogo

unread,
Apr 29, 2016, 1:14:37 AM4/29/16
to Caffe Users
Hi, all.
I'm new to caffe, but I must classify non-image data by using C++.
I searched the methods of classification on the Internet again and again, however I can't classify it.
So, please teach  me most simple C++ code and parameter file.

If possible, input data is from memory data.

I really need your help.

Thanks!!

Shogo

Jan

unread,
Apr 29, 2016, 4:05:17 AM4/29/16
to Caffe Users
The best way is probably to use an HDF5Data layer and put your data in an HDF5 file. HDF5 and caffe don't care if your data are images or not. I have already written some posts about that, find them in this forum.

The other option would be to use the C++ API of caffe, and put your data manually into the input blobs at every iteration.

Jan
Reply all
Reply to author
Forward
0 new messages