0
$\begingroup$

In exact learning models, algorithms often rely on equivalence queries (EQ) to verify hypotheses. In contrast, PAC learning uses only random labeled examples.

If a concept class is efficiently learnable using EQ queries, under what conditions can we simulate EQ using only random examples, and thus PAC-learn the same class?

  • Are there general results connecting EQ-based learning to PAC learnability?

  • What assumptions are needed on the concept class or hypothesis space?

  • Are there known techniques to transform EQ-based learners into PAC learners?

Any references or examples would be of great help.

$\endgroup$

1 Answer 1

0
$\begingroup$

A concept class that has an efficient algorithm in the exact learning model with membership and equivalence queries also has an efficient algorithm in the PAC+MQ model, since equivalence queries can be efficiently simulated using random examples.

This was shown in a classic paper by Dana Angluin: Queries and Concept Learning. See also the recent survey: The Probably Approximately Correct Learning Model in Computational Learning Theory, Section 3.2.

answered Nov 13 at 23:03
New contributor
Idan Attias is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
$\endgroup$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.