Getting started with machine learning later in career

15 points by dev12345 ↗ HN
Hi Hackers, Is it good idea to give up on .NET and try to learn "machine learning" along with maths and technologies needed for that?

Is there any places for average programmer in this domain ?

2 comments

[ 0.96 ms ] story [ 7.8 ms ] thread
I'm doing the same.

I'm narrowing it down to NLP because the math requirement is less. So the barrier to entry is much less and there are two courses already on Coursera.

I took stat1 and ml on coursera already.

Start with Python, Google tutorial for python is good, google code jams, numpy, panda, opencv, scikit - even as beginner you will feel power of those frameworks even if you will run just tutorial apps/projects.

When it comes to high-level langauges like Java or .Net NLP and ML is so heavyweight and you don't have many useful libraries available. Scientists use Matlab,C or Python.