2003
DOI: 10.1145/996546.996552
|View full text |Cite
|
Sign up to set email alerts
|

A learning algorithm for the longest common subsequence problem

Abstract: We present an experimental study of a learning algorithm for the longest common subsequence problem, LCS . Given an arbitrary input domain, the algorithm learns an LCS -procedure tailored to that domain. The learning is done with the help of an oracle, which can be any LCS -algorithm. After solving a limited number of training inputs using an oracle, the learning algorithm outputs a new LCS -procedure.Our experiment… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
7
0

Year Published

2007
2007
2011
2011

Publication Types

Select...
3
1
1

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(7 citation statements)
references
References 14 publications
0
7
0
Order By: Relevance
“…Database Size [28,29,42,47,50]. A learning approach for designing faster LCS-algorithms was used in [13]. Similar to learning for backtracking, learning for dynamic programming attempts to discover the "search area" which is essential for finding solutions to instances from the input domain in question.…”
Section: Shortest Superstring Problemmentioning
confidence: 99%
See 4 more Smart Citations
“…Database Size [28,29,42,47,50]. A learning approach for designing faster LCS-algorithms was used in [13]. Similar to learning for backtracking, learning for dynamic programming attempts to discover the "search area" which is essential for finding solutions to instances from the input domain in question.…”
Section: Shortest Superstring Problemmentioning
confidence: 99%
“…Learning, as implemented in [13], consists of three major steps: (a) generating uniformly at random a finite number of instances from a given domain; (b) applying an oracle to each instance, in order to produce a set of solution traces; and (c) refining and scaling the search area. The algorithm which emerges from learning implements the restricted dynamic programming strategy, for which the full search is reduced to the search within the search area learned.…”
Section: Shortest Superstring Problemmentioning
confidence: 99%
See 3 more Smart Citations