Jump to content

User:Spanini/sandbox

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Marimilan (talk | contribs) at 18:42, 5 October 2023 (Conference edits). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Research

L* Algorithm

Angluin has written highly cited papers on computational learning theory, particularly in the context of learning regular language sets from membership and equivalence queries using the L* algorithm[1]. In essence, this algorithm is a way for programs to learn complex systems through the process of trial and error of educated guesses, to determine the behavior the system. THROUGH THE RESPONSES.... RELOCATE This algorithm addresses the problem of identifying an unknown set through the use of a minimally adequate Teacher (MAT). The MAT provides yes or no answers to membership queries, SAYING whether an input is a member of the unknown set, and equivalence queries, saying whether a description of the set is accurate or not. The Learner uses responses from the Teacher to refine its understanding of the set S in polynomial time[2]. Though Angluin's paper was published in 1987, a 2017 article by computer science Professor Frits Vaandrager says "the most efficient learning algorithms that are being used today all follow Angluin's approach of a minimally adequate teacher"[2].

Learning from Noisy Examples

Angluin's work on learning from noisy examples[3] has also been very influential to the field of machine learning. Her work addresses the problem of adapting learning algorithms to cope with incorrect training examples (noisy data). Angluin's study shows that algorithms exist for learning in the presence of noisy data in non-trivial domains and propose how the ideas might be used in more general settings.

Other Works

In distributed computing, she co-invented the population protocol model and studied the problem of consensus. In probabilistic algorithms, she has studied randomized algorithms for Hamiltonian circuits and matchings.

  1. ^ Grinchtein, Olga; Jonsson, Bengt; Leucker, Martin (2010-10). "Learning of event-recording automata". Theoretical Computer Science. 411 (47): 4029–4054. doi:10.1016/j.tcs.2010.07.008. {{cite journal}}: Check date values in: |date= (help)
  2. ^ a b Vaandrager, Frits (2017-01-23). "Model learning". Communications of the ACM. 60 (2): 86–95. doi:10.1145/2967606. ISSN 0001-0782.
  3. ^ Angluin, Dana; Laird, Philip (1988-04). "Learning from noisy examples". Machine Learning. 2 (4): 343–370. doi:10.1007/BF00116829. ISSN 0885-6125. {{cite journal}}: Check date values in: |date= (help)