Difference between revisions of "Online machine learning"
From Suhrid.net Wiki
Jump to navigationJump to search (Created page with "= Stream mining = * Core assumption is that '''training''' examples can be briefly inspected for a single time only. * Arrive in a high speed stream and then must be discarded ...") |
|||
Line 3: | Line 3: | ||
* Core assumption is that '''training''' examples can be briefly inspected for a single time only. | * Core assumption is that '''training''' examples can be briefly inspected for a single time only. | ||
* Arrive in a high speed stream and then must be discarded to make room for subsequent examples. | * Arrive in a high speed stream and then must be discarded to make room for subsequent examples. | ||
+ | * Algorithm must update its model incrementally as each element is inspected. |
Revision as of 13:29, 24 March 2012
Stream mining
- Core assumption is that training examples can be briefly inspected for a single time only.
- Arrive in a high speed stream and then must be discarded to make room for subsequent examples.
- Algorithm must update its model incrementally as each element is inspected.