What is the best language for machine learning?
I started to learn machine learning and deep learning couple of months ago and would like to know what is the best language for machine learning?
Why do we need to choose that language?
I started to learn machine learning and deep learning couple of months ago and would like to know what is the best language for machine learning?
Why do we need to choose that language?
There are couple of options for choosing a programming language for machine learning,
but every language has its advantages, disadvantages and use cases.
Here is the list of them
I would recommend you to use python and here is why
Even if you've got other hardware and it's not easy to run a python script on it, you can convert your models writen in python into another language (C++).
For example tensorflow has tensorflow lite library to run your models on mobile devices.