Programming by example: Difference between revisions

Content deleted Content added
Ditre (talk | contribs)
No edit summary
DeadBot (talk | contribs)
m DeadBot adding deadend template
Line 1:
{{deadend|June 2007}}
{{computer-stub}}
''Programming by Example'' (also known as ''Programming by Demonstration'' or more generally as ''Demonstrational Programming'') is a technique for teaching the computer new behavior by demonstrating actions on concrete examples. The system records user actions and infers a generalized program that can be used upon new examples.