Hello everyone!
I would like to learn how to handle different projects intelligence artificile (possibly with python).
Googling seems that the libraries are the most common Scikit learn and Pybrain.
These two libraries use very different approaches, the first and most statistical, the second with neural networks.
1) in addition to the statistical method and neural there are other methods?
2) what method it will ensure better results for supervised learning (classification, regression) and unsupervised?
In general my question is that I do not know where to start, there are several algorithms to do the same thing (for example, facial recognition or voice you can do both with statistical methods, both with neural networks) and do not know where to start studying.
thanks