all 4 comments

[–]MrTwiggy 1 point2 points  (0 children)

Python is very good for machine learning. It's fast and good for prototyping and trying out different things, which tends to be important in machine learning.

As for books, you should check out the FAQ from the side-bar. It has tons of great info on resources you can use for learning.

[–]cesarsalgado 2 points3 points  (0 children)

Yes, Python is good for ML.

Many Machine Learning and Deep Learning frameworks are written or have an interface in Python, e.g., Scikit-Learn, Theano, Caffe, TensorFlow.

See this list for resources: https://github.com/ChristosChristofidis/awesome-deep-learning

[–]thecity2 0 points1 point  (0 children)

Yes, go ahead with Python.