Deep Learning using River #841
-
Thank you to the river team for this easy to use intuitive library. I was wondering if and how I could implement Deep Learning using River. There's clear documentation and examples of Decision trees and other commonly used machine learning techniques but I was hoping for some information on online incremental Deep Learning. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello there! There's a vanilla MLP regressor you can find here. There's also a |
Beta Was this translation helpful? Give feedback.
Hello there! There's a vanilla MLP regressor you can find here. There's also a
PyTorch2RiverClassifier
you can find here and aPyTorch2RiverRegressor
you'll find here. But that's it really, we haven't used this stuff a lot.