I would like to know resources which you have used (online, I get 100s of things and I feel paralysed by choices) and found useful?
I would like to know some beginners friendly things (beginner level in this field, not in the programming domain), which focuses on concepts and their applications in a balanced way.
And also, do you recommend to use some special programming language for this? I use Java on daily basis and/but open to learn some new languages (pyhton may be?, though I was told, Java as almost equal ML related libraries, if not more).
Thanks in advance.
https://www.coursera.org/learn/machine-learning
There's also this course on Neural Networks by Geoffrey Hinton:
https://www.coursera.org/course/neuralnets
If you do the Andrew Ng course, you'll have to learn/know Octave (or Matlab). Otherwise, Python is very heavily used in ML these days and you could do a lot worse than learning Python. R and Octave are both very useful as well. And, as you note, there is a lot of machine learning software available in the JVM world as well. Scala in particular seems to be gaining some ground in this world.