| Literature DB >> 27195004 |
Muhammad Taimoor Khan1, Mehr Durrani2, Shehzad Khalid3, Furqan Aziz4.
Abstract
Lifelong machine learning (LML) models learn with experience maintaining a knowledge-base, without user intervention. Unlike traditional single-domain models they can easily scale up to explore big data. The existing LML models have high data dependency, consume more resources, and do not support streaming data. This paper proposes online LML model (OAMC) to support streaming data with reduced data dependency. With engineering the knowledge-base and introducing new knowledge features the learning pattern of the model is improved for data arriving in pieces. OAMC improves accuracy as topic coherence by 7% for streaming data while reducing the processing cost to half.Entities:
Mesh:
Year: 2016 PMID: 27195004 PMCID: PMC4853929 DOI: 10.1155/2016/6081804
Source DB: PubMed Journal: Comput Intell Neurosci
Figure 1Proposed model (OAMC) using online knowledge extraction and transfer mechanism.
Algorithm 1OAMC model.
Figure 2Representation of a knowledge rule as word pair in knowledge-base. Utility, freshness, and background are the newly introduced knowledge features to monitor their quality.
Algorithm 2Mine rules.
Algorithm 3Refine rules.
OAMC positive and negative knowledge rules with high utility.
| Type | Knowledge |
|---|---|
| +ive | (tech, support), (cable, usb), (pro, con), (customer, support), (batter, charge), (video, card), (high, long), (connection, vga), (operating, system), (monitor, macbook), (mac, support), (cd, dvd), (windows, xp), (money, worth), (inch, picture), (input, output), (friend, mine), (big, deal) |
|
| |
| −ive | (sound, money), (feature, battery), (battery, price), (feature, battery), (price, device), (screen, sound), (review, screen), (worse, digital), (price, easy), (gas, screen), (signal, easy), (home, gps), (hotel, traffic), (driver, cooler), (monitor, processor), (monitor, speed) |
Figure 3The proposed model (OAMC) produces highest accuracy (as topic coherence) among lifelong learning models for streaming big data.
Figure 4The proposed model (OAMC) has the highest performance efficiency among LML topic models.
Figure 5The proposed model (OAMC) in comparison to the state-of-the-art LML model (a) produces better accuracy as topic coherence for individual domains while (b) using fewer knowledge rules.