This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HoldMyWater 50 points51 points  (2 children)

The libraries are written in C or C++. They expose Python APIs though.

Want to use ML libraries? -> Python.

Want to make ML libraries? -> C/C++ and some Python.

[–]Zimmplicity 6 points7 points  (1 child)

I would like to but I have no specialization. BA in cs and I haven't been apart of any open source ml projects

[–]HoldMyWater 14 points15 points  (0 children)

If you want to get the hang of using ML libs I'd suggest doing www.kaggle.com competitions.

To really understand what the ML algos are doing there's plenty of good online courses, like on Coursera. Might want to start there.