How can computer learn with Logo
The paper presents a simple way of making your computer learn.
Described learning is based on knowledge induction from examples,
where entropy measure is used to guide the generalization process.
The process is illustrated with the simple algorithm
implemented in Logo, to help students to understand it and experiment
by means of computer program. Implemented algorithm is one of the simple,
well known machine learning algorithms from which some powerful algorithms
have been developed and later successfully applied on many real-world
problems, to induce knowledge about some real situation.
One of the widely known real-world application
is in medical diagnosis where machine learning system is used to predict
a patient diagnosis from the symptoms.