000 07599nam a2200661 i 4500
001 7748636
003 IEEE
005 20200413152922.0
006 m eo d
007 cr cn |||m|||a
008 161205s2017 cau foab 000 0 eng d
020 _a9781627058773
_qebook
020 _z9781627055017
_qprint
024 7 _a10.2200/S00737ED1V01Y201610AIM033
_2doi
035 _a(CaBNVSL)swl00406949
035 _a(OCoLC)962492936
040 _aCaBNVSL
_beng
_erda
_cCaBNVSL
_dCaBNVSL
050 4 _aQ325.5
_b.C445 2017
082 0 4 _a006.31
_223
100 1 _aChen, Zhiyuan
_c(Computer scientist),
_eauthor.
245 1 0 _aLifelong machine learning /
_cZhiyuan Chen, Bing Liu.
264 1 _a[San Rafael, California] :
_bMorgan & Claypool,
_c2017.
300 _a1 PDF (xvii, 127 pages)
336 _atext
_2rdacontent
337 _aelectronic
_2isbdmedia
338 _aonline resource
_2rdacarrier
490 1 _aSynthesis lectures on artificial intelligence and machine learning,
_x1939-4616 ;
_v# 33
538 _aMode of access: World Wide Web.
538 _aSystem requirements: Adobe Acrobat Reader.
500 _aPart of: Synthesis digital library of engineering and computer science.
504 _aIncludes bibliographical references (pages 111-125).
505 0 _a1. Introduction -- 1.1 A brief history of lifelong learning -- 1.2 Definition of lifelong learning -- 1.3 Lifelong learning system architecture -- 1.4 Evaluation methodology -- 1.5 Role of big data in lifelong learning -- 1.6 Outline of the book --
505 8 _a2. Related learning paradigms -- 2.1 Transfer learning -- 2.1.1 Structural correspondence learning -- 2.1.2 Naïve Bayes transfer classifier -- 2.1.3 Deep learning in transfer learning -- 2.1.4 Difference from lifelong learning -- 2.2 Multi-task learning -- 2.2.1 Task relatedness in multi-task learning -- 2.2.2 GO-MTL: multi-task learning using latent basis -- 2.2.3 Deep learning in multi-task learning -- 2.2.4 Difference from lifelong learning -- 2.3 Online learning -- 2.3.1 Difference from lifelong learning -- 2.4 Reinforcement learning -- 2.4.1 Difference from lifelong learning -- 2.5 Summary --
505 8 _a3. Lifelong supervised learning -- 3.1 Definition and overview -- 3.2 Lifelong memory-based learning -- 3.2.1 Two memory-based learning methods -- 3.2.2 Learning a new representation for lifelong learning -- 3.3 Lifelong neural networks -- 3.3.1 MTL Net -- 3.3.2 Lifelong EBNN -- 3.4 Cumulative learning and self-motivated learning -- 3.4.1 Training a cumulative learning model -- 3.4.2 Testing a cumulative learning model -- 3.4.3 Open world learning for unseen class detection -- 3.5 ELLA: an efficient lifelong learning algorithm -- 3.5.1 Problem setting -- 3.5.2 Objective function -- 3.5.3 Dealing with the first inefficiency -- 3.5.4 Dealing with the second inefficiency -- 3.5.5 Active task selection -- 3.6 LSC: lifelong sentiment classification -- 3.6.1 Naïve Bayesian text classification -- 3.6.2 Basic ideas of LSC -- 3.6.3 LSC technique -- 3.7 Summary and evaluation datasets --
505 8 _a4. Lifelong unsupervised learning -- 4.1 Lifelong topic modeling -- 4.2 LTM: a lifelong topic model -- 4.2.1 LTM model -- 4.2.2 Topic knowledge mining -- 4.2.3 Incorporating past knowledge -- 4.2.4 Conditional distribution of Gibbs sampler -- 4.3 AMC: a lifelong topic model for small data -- 4.3.1 Overall algorithm of AMC -- 4.3.2 Mining must-link knowledge -- 4.3.3 Mining cannot-link knowledge -- 4.3.4 Extended Pólya Urn model -- 4.3.5 Sampling distributions in Gibbs sampler -- 4.4 Lifelong information extraction -- 4.4.1 Lifelong learning through recommendation -- 4.4.2 AER algorithm -- 4.4.3 Knowledge learning -- 4.4.4 Recommendation using past knowledge -- 4.5 Lifelong-RL: lifelong relaxation labeling -- 4.5.1 Relaxation labeling -- 4.5.2 Lifelong relaxation labeling -- 4.6 Summary and evaluation datasets --
505 8 _a5. Lifelong semi-supervised learning for information extraction -- 5.1 NELL: a never ending language learner -- 5.2 NELL architecture -- 5.3 Extractors and learning in NELL -- 5.4 Coupling constraints in NELL -- 5.5 Summary --
505 8 _a6. Lifelong reinforcement learning -- 6.1 Lifelong reinforcement learning through multiple environments -- 6.1.1 Acquiring and incorporating bias -- 6.2 Hierarchical Bayesian lifelong reinforcement learning -- 6.2.1 Motivation -- 6.2.2 Hierarchical Bayesian approach -- 6.2.3 MTRL algorithm -- 6.2.4 Updating hierarchical model parameters -- 6.2.5 Sampling an MDP -- 6.3 PG-ELLA: lifelong policy gradient reinforcement learning -- 6.3.1 Policy gradient reinforcement learning -- 6.3.2 Policy gradient lifelong learning setting -- 6.3.3 Objective function and optimization -- 6.3.4 Safe policy search for lifelong learning -- 6.3.5 Cross-domain lifelong reinforcement learning -- 6.4 Summary and evaluation datasets --
505 8 _a7. Conclusion and future directions -- Bibliography -- Authors' biographies.
506 1 _aAbstract freely available; full-text restricted to subscribers or individual document purchasers.
510 0 _aCompendex
510 0 _aINSPEC
510 0 _aGoogle scholar
510 0 _aGoogle book search
520 3 _aLifelong Machine Learning (or Lifelong Learning) is an advanced machine learning paradigm that learns continuously, accumulates the knowledge learned in previous tasks, and uses it to help future learning. In the process, the learner becomes more and more knowledgeable and effective at learning. This learning ability is one of the hallmarks of human intelligence. However, the current dominant machine learning paradigm learns in isolation: given a training dataset, it runs a machine learning algorithm on the dataset to produce a model. It makes no attempt to retain the learned knowledge and use it in future learning. Although this isolated learning paradigm has been very successful, it requires a large number of training examples, and is only suitable for well-defined and narrow tasks. In comparison, we humans can learn effectively with a few examples because we have accumulated so much knowledge in the past which enables us to learn with little data or effort. Lifelong learning aims to achieve this capability. As statistical machine learning matures, it is time to make a major effort to break the isolated learning tradition and to study lifelong learning to bring machine learning to new heights. Applications such as intelligent assistants, chatbots, and physical robots that interact with humans and systems in real-life environments are also calling for such lifelong learning capabilities. Without the ability to accumulate the learned knowledge and use it to learn more knowledge incrementally, a system will probably never be truly intelligent. This book serves as an introductory text and survey to lifelong learning.
530 _aAlso available in print.
588 _aTitle from PDF title page (viewed on December 5, 2016).
650 0 _aMachine learning.
653 _alifelong machine learning
653 _alifelong learning; learning with memory
653 _acumulative learning
653 _amulti-task learning
653 _atransfer learning
700 1 _aLiu, Bing,
_d1963-,
_eauthor.
776 0 8 _iPrint version:
_z9781627055017
830 0 _aSynthesis digital library of engineering and computer science.
830 0 _aSynthesis lectures on artificial intelligence and machine learning ;
_v# 33.
_x1939-4616
856 4 2 _3Abstract with links to resource
_uhttp://ieeexplore.ieee.org/servlet/opac?bknumber=7748636
999 _c562230
_d562230