Open danyaljj opened 8 years ago
Would you guys be interested in a PR which uses your network in online fashion? @neuroph
Hi, that would be nice! :) Actually the code above learns in online mode, Internaly it feeds instances one by one and learns network. Let us know if we can help, and we would also be interested to hear about what are you trying to do.
We want to make use of ur library in one of our systems. The issue we came across is that, our architecture assumes that the learners are leaned in online fashion (not batch, i.e. the classifier seems an instances, learns it, moves to the next instance. That said we can still iterate over the data multiple times).
I was checking your examples for multi-layer perceptron, which accepts data as batch:
However I know somewhere (?) internally somewhere you learn the data instance by instance. Anyone can help me find it? Essentially I am looking for something like this: