0
I code in java,does it matters what language we use for machine learning and data science
1 Answer
+ 7
Nope, machine learning algorithms are in their cores mathematical transformations. You can do them in any programming language you know.
In practice, scripting languages like Python and R are used to prototype those algorithms and fine-tune them to reach optimal predictive performance.
And then, they are rewritten in Java or C++ for optimal execution performance :)