Python program target to analyze the various benefits of learning on a DataSet with machine learning techniques such as Neuronal Networks, Bayesian Classifier and ID3.
The first and the second algorithm have been implemented without the use of external libraries, instead for the ID3 algorithm has been taken to black box, without implementing it, from the library scikit-learn.