Ask Your Question
2

Does OpenCV have any Online Machine Learning Algorithms?

asked 2012-08-30 04:18:53 -0600

mrgloom gravatar image

updated 2012-08-30 05:31:08 -0600

Adi gravatar image

Is there any online machine learning algorithm availible in OpenCV? By "Online" I mean that I can add samples for classification at any time, but not retrain whole classifer.

edit retag flag offensive close merge delete

Comments

As far as I know no

yes123 gravatar imageyes123 ( 2012-08-30 11:10:17 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2012-08-30 22:00:35 -0600

awknaust gravatar image

You can specify UPDATE_WEIGHTS when training a Neural Network in OpenCV to update them instead of completely recompute them

edit flag offensive delete link more

Comments

Can I merge 2 Neural Network somehow? (for example I train 2 Neural Network with same architecture but on different computers)

mrgloom gravatar imagemrgloom ( 2012-08-31 01:00:05 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2012-08-30 04:18:53 -0600

Seen: 838 times

Last updated: Aug 30 '12