mihaelacr / pydeeplearn

Deep learning API with emotion recognition application
BSD 3-Clause "New" or "Revised" License
151 stars 68 forks source link

Make possible to use models in pydeeplearn to be online #15

Closed snurkabill closed 9 years ago

snurkabill commented 9 years ago

It would be nice if neural network could be used for online training (ok ptretraining should be offline or none pretraining at all (as there is another issue)). This could aim for temporal difference learning techniques, when neural network needs to be online (there is no offline version of it)

snurkabill commented 9 years ago

possible solution would be adding onlineTrain method which will cal ffineTune method wtih 1 epoch.

mihaelacr commented 9 years ago

I currently have no plans to implement online learning for pydeeplearn, but feel free to send a PR if you want to implement it and I will have a look.

snurkabill commented 9 years ago

well... :) I've started learning theano for this purpose. I am going to use your library in my comming thesis, I really need to get into python and theano, but there is no time.