Content deleted Content added
No edit summary |
Adding short description: "Using concrete examples to teach computers behaviors" |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1:
{{Short description|Using concrete examples to teach computers behaviors}}
In [[computer science]], '''programming by example''' ('''PbE'''), also termed '''[[Programming language|programming]] by demonstration''' or more generally as '''demonstrational programming''', is an [[end-user development]] technique for [[machine learning|teaching a computer new behavior]] by demonstrating actions on concrete examples.<ref>[https://www.microsoft.com/en-us/research/publication/machine-learning-framework-programming-example/ A Machine Learning Framework for Programming by Example - Microsoft]</ref> The system records user actions and infers a generalized [[Computer program|program]] that can be used on new examples.
PbE is intended to be easier to do than
Also the [[programming by demonstration]] (PbD) term has been mostly adopted by robotics [[Research|researchers]] for [[teaching]] new behaviors to the [[robot]] through a physical demonstration of the task. The usual distinction in
==See also==
|