alison-carrera / onn

Online Deep Learning: Learning Deep Neural Networks on the Fly / Non-linear Contextual Bandit Algorithm (ONN_THS)
Apache License 2.0
178 stars 43 forks source link

Can ONN be used to solve classification problems? Can ONN be used in regression problems? #7

Closed zhp66 closed 3 years ago

alison-carrera commented 4 years ago

Now, ONN only works for classification problems as you can see in the example. ONN can be used as well for regression problems but you will need to change the loss function in the code. For ONN_THS I really don't know if it will converge using regression loss (it could stay very unstable), but you can give a try :D