On Mon, Mar 5, 2012 at 12:22 AM, xinfan meng <[email protected]> wrote: > LaSVM seems like an on-line SVM training method. How does it compare to > MIRA?
You could use LaSVM in a strict online setting as in MIRA if you really wanted to but that's not the point of LaSVM in my opinion [*]. For me, the main innovation in LaSVM is the method for selecting two training instances for optimization with SMO. Past methods usually used gradient information which is expensive to maintain. Mathieu [*] Actually you would have to buffer the very first instance as SMO updates two alphas at each iteration. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
