Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to start with neural network implementation with Opencv and C++??

I want to train for face Recognition Problem. I want to test it with Neural Network and want to compare i with the result obtained from PCA+SVM.

Problem is some how like this:- 1. 4 persons . I have to train the NN with 6 sample images for each person. 2. Each person's having 40 images. I have to cross check for recognition. 3. Output should be respective class no or name. But for new person output should be another class/ new person.

As I am new to this NN. Please provide me some link or Sample Code. So that I can start with it..

How to start with neural network implementation with Opencv and C++??

I want to train for face Recognition Problem. I want to test it with Neural Network and want to compare i it with the result obtained from PCA+SVM.

Problem is some how like this:- 1. 4 persons . I have to train the NN with 6 sample images for each person. 2. Each person's having 40 images. I have to cross check for recognition. 3. Output should be respective class no or name. But for new person output should be another class/ new person.

As I am new to this NN. Please provide me some link or Sample Code. So that I can start with it..

How to start with neural network implementation with Opencv and C++??

I want to train for face Recognition Problem. I want to test it with Neural Network and want to compare it with the result obtained from PCA+SVM.

Problem is some how like this:- 1. this:-

  1. 4 persons . I have to train the NN with 6 sample images for each person. 2. person.
  2. Each person's having 40 images. I have to cross check for recognition. 3. recognition.
  3. Output should be respective class no or name. But for new person output should be another class/ new person.

As I am new to this NN. Please provide me some link or Sample Code. So that I can start with it..