Has anyone got experience in using other things than python for machine learning? What are the rivals out there?
Differentiable programming for gradient-based machine learning
11–17 of 17 posts
Re: Differentiable programming for gradient-based machine learning
#12Has anyone got experience in using other things than python for machine learning? What are the rivals out there?
In my experience: Julia, Java, C++. Lack of libraries in a pain; OTOH the quality of most libraries (in general) tends to be poor. Examples of library issues: there is C++ support in tensor flow, but not for training.
Re: Differentiable programming for gradient-based machine learning
#13Has anyone got experience in using other things than python for machine learning? What are the rivals out there?
I'm using Julia instead of Python for NLP and it's great. If I need a python library I just use PyCall and so far it has worked flawlessly.
Re: Differentiable programming for gradient-based machine learning
#14Earlier quoted context omitted.
I'm using Julia instead of Python for NLP and it's great. If I need a python library I just use PyCall and so far it has worked flawlessly.
Can you say a bit about the advantages of each? I'm just starting to learn deep learning and planning to use it for NLP. I'm taking the python-based fast.ai course. But I'm tempted by the elegance of Julia.
Re: Differentiable programming for gradient-based machine learning
#15"The principles behind Differentiable Programming - Erik Meijer" https://www.youtube.com/watch?v=lk0PhtSHE38
Re: Differentiable programming for gradient-based machine learning
#16Earlier quoted context omitted.
In my experience: Julia, Java, C++. Lack of libraries in a pain; OTOH the quality of most libraries (in general) tends to be poor. Examples of library issues: there is C++ support in tensor flow, but not for training.
Julia doesn't lack libraries and the quality imo is pretty good. Did you look at PyCall.jl?
Re: Differentiable programming for gradient-based machine learning
#17Has anyone got experience in using other things than python for machine learning? What are the rivals out there?
Books
Machine learning with Go - https://www.amazon.com/Machine-Learning-Classification-Time-...
Go Machine Learning Projects - https://www.amazon.com/Go-Machine-Learning-Projects-Ultimate...
Libraries
A good talk (although from a from years back), explaining why Go for ML could be a good idea: