Programming by example: Difference between revisions

Content deleted Content added
formatting, case as per MoS
removing merge notice, the talk page on PbD (and my own IMHO) seem to suggest that a merge would be a bad idea
Line 1:
{{Merge|Programming by demonstration|date=November 2007}}
 
'''Programming by example''' (PbE), also known as '''programming by demonstration''' or more generally as '''demonstrational programming''', is a technique for teaching a [[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.