Machine learning without Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Machine learning without Python?

I want to learn about machine learning, but I really don't want to do it in Python. Can anyone recommend a lesson that goes into depth without using any Python libraries? I don't mind if it uses Python as long as it can be replicated in literally any other language.

15th Jan 2018, 10:12 PM
Jacob Pembleton
Jacob Pembleton - avatar
2 Answers
15th Jan 2018, 10:15 PM
Dapper Mink
Dapper Mink - avatar
+ 2
Coursera's MLClass with Andrew Ng is pretty famous for making machine learning approachable for the masses. If the new content is for-pay you may be able to find older versions for free. Instruction uses Octave (similar to R) and introduces you to the same concepts Python's trying to get you to do (like massive pattern application with very little coding) using efficient, carefully explained one-concept-at-a-time math.
15th Jan 2018, 10:42 PM
Kirk Schafer
Kirk Schafer - avatar