|
|
|
|
|
by ogrisel
5175 days ago
|
|
Thanks for the reply. I was told by twitter that this is similar to the kernel perceptron which I don't know well either. There is a good introduction with python code snippet here: http://www.mblondel.org/journal/2010/10/31/kernel-perceptron... However it seems that you need to compute the kernel expansion on the full set of samples (or maybe just the accumulated past samples?): this does not sound very online to me... |
|