0
Machine learning
What languages are needed for machine learning?
3 odpowiedzi
+ 1
Python, C++, and R is useful for machine learning. Bash is also really useful for speeding up and automating tasks, especially if you chain it with other codes like Python scripts.
+ 1
Python is currently the best language for that right now because of its powerful and countless libraries
0
You need to learn machine learning libraries like tensorflow and pytorch for training the models, matplotlib for the visualization, numpy for converting it into machine learning format, pandas for accessing the datasets like json or csv files, nltk for natural language, opencv for images and videos and many more.