Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

how to do Backpropagation with opencv..

TARGET: I am using opencv 2.4.I am new to neural network and recently learned about backpropagation training algorithm.I want to do the same in opencv.

PROBLEM:

  1. All I saw in opencv was MLP. My question is how can I implement backprop. algorithm over that??

  2. MLP and neural net are same??or opencv don't have any sol. regarding this.

  3. I am also confused about use of neural net trained using backprop. algorithm in computer vision.What stuff I can do with neural net in machine vision as a starter.which is not so complex because I am a starter.Thank you.