Inductive programming: Difference between revisions

Content deleted Content added
Changed programming paradigm bar to machine learning bar
Undid revision 897368972 by Michael Siebers (talk): while the ML bar *is* more appropriate, it currently doesn't mention symbolic methods like IP anywhere; reverting temporarily to encourage discussion about extending the ML bar
Line 1:
{{Programming paradigms}}
{{Machine learning bar}}
'''Inductive programming''' ('''IP''') is a special area of [[automatic programming]], covering research from [[artificial intelligence]] and [[Computer programming|programming]], which addresses [[machine learning|learning]] of typically [[declarative programming|declarative]] ([[logic programming|logic]] or [[functional programming|functional]]) and often [[recursion|recursive]] programs from incomplete specifications, such as input/output examples or constraints.