0
3.6kviews
What is inductive learning?
1 Answer
| written 7.2 years ago by |
It is supervised learning technique because it learns through examples.
It constructs class definitions by various classification methods.
Inductive learning tries to find a hypothesis which approximates a set of samples for defining a target function “T”.
Simplest form: learn a function from examples
f is the target function
An …