incremental learning
{{Short description|Method of machine learning}}
{{Machine learning bar}}
{{Artificial intelligence|Major goals}}
In computer science, incremental learning is a method of machine learning in which input data is continuously used to extend the existing model's knowledge i.e. to further train the model. It represents a dynamic technique of supervised learning and unsupervised learning that can be applied when training data becomes available gradually over time or its size is out of system memory limits. Algorithms that can facilitate incremental learning are known as incremental machine learning algorithms.
Many traditional machine learning algorithms inherently support incremental learning.
Other algorithms can be adapted to facilitate incremental learning.
Examples of incremental algorithms include
ID5RUtgoff, P. E., [http://people.cs.umass.edu/~utgoff/papers/mlj-id5r.pdf Incremental induction of decision trees]. Machine Learning, 4(2): 161-186, 1989 and [https://github.com/greenfish77/gaenari gaenari]),
decision rules,Ferrer-Troyano, Francisco, Jesus S. Aguilar-Ruiz, and Jose C. Riquelme. [https://idus.us.es/xmlui/bitstream/handle/11441/39713/Incremental%20rule.pdf?sequence=4&isAllowed=y Incremental rule learning based on example nearness from numerical data streams]. Proceedings of the 2005 ACM symposium on Applied computing. ACM, 2005
(RBF networks,Bruzzone, Lorenzo, and D. Fernàndez Prieto. [https://rslab.disi.unitn.it/papers/R12-PRL-1999-11-13.pdf An incremental-learning neural network for the classification of remote-sensing images]. Pattern Recognition Letters: 1241-1248, 1999
Learn++,R. Polikar, L. Udpa, S. Udpa, V. Honavar. [https://www.researchgate.net/profile/Vasant_Honavar/publication/2489080_Learn_An_Incremental_Learning_Algorithm_for_Supervised_Neural_Networks/links/0912f50d151e7d22df000000.pdf Learn++: An incremental learning algorithm for supervised neural networks]. IEEE Transactions on Systems, Man, and Cybernetics. Rowan University USA, 2001.
the incremental SVM.Diehl, Christopher P., and Gert Cauwenberghs. [http://www.isn.ucsd.edu/pubs/ijcnn03_inc.pdf SVM incremental learning, adaptation and optimization] {{Webarchive|url=https://web.archive.org/web/20171215192844/http://www.isn.ucsd.edu/pubs/ijcnn03_inc.pdf |date=2017-12-15 }}. Neural Networks, 2003. Proceedings of the International Joint Conference on. Vol. 4. IEEE, 2003.
The aim of incremental learning is for the learning model to adapt to new data without forgetting its existing knowledge. Some incremental learners have built-in some parameter or assumption that controls the relevancy of old data, while others, called stable incremental machine learning algorithms, learn representations of the training data that are not even partially forgotten over time. Fuzzy ARTCarpenter, G.A., Grossberg, S., & Rosen, D.B., [http://dcommon.bu.edu/bitstream/handle/2144/2070/91.015.pdf?sequence=1&isAllowed=y Fuzzy ART: Fast stable learning and categorization of analog patterns by an adaptive resonance system], Neural Networks, 4(6): 759-771, 1991 and TopoART are two examples for this second approach.
Incremental algorithms are frequently applied to data streams or big data, addressing issues in data availability and resource scarcity respectively. Stock trend prediction and user profiling are some examples of data streams where new data becomes continuously available. Applying incremental learning to big data aims to produce faster classification or forecasting times.
See also
References
{{Reflist}}
External links
- {{cite web|title=Brief Introduction to Streaming data and Incremental Algorithms|url=https://blog.bigml.com/2013/03/12/machine-learning-from-streaming-data-two-problems-two-solutions-two-concerns-and-two-lessons/|author=charleslparker|date=March 12, 2013|website=BigML Blog}}
- {{cite conference|title=Incremental learning algorithms and applications|url=https://www.esann.org/sites/default/files/proceedings/legacy/es2016-19.pdf|first1=Alexander|last1=Gepperth|first2=Barbara|last2=Hammer|year=2016|conference=ESANN|pages=357–368}}
- [https://www.LibTopoART.eu LibTopoART: A software library for incremental learning tasks]
- {{cite web|url=https://creme-ml.github.io |title=Creme: Library for incremental learning |archive-url=https://web.archive.org/web/20190803170741/https://creme-ml.github.io/ |archive-date=2019-08-03 }}
- gaenari: [https://github.com/greenfish77/gaenari C++ incremental decision tree algorithm]
- YouTube search results [https://www.youtube.com/results?search_query=incremental+learning Incremental Learning]