Try Machine Learning in Julia and you will be amazed...
What do you like best?
- I do my R and D in Machinelearning.jl. It is very fast and mathematical.
- It allows for easy prototyping and deployment of machine learning models.
- Parallelization is also quite straightforward to perform.
- Built-in parallelism gives the programmer a diversity of choices to expedite up their code.
- use of the same code to run on GPUs via the ArrayFire package
What do you dislike?
I have gone through the Github repo of machinelearning.jl and it contains a few numbers of algorithms implemented.
Recommendations to others considering the product:
I will highly suggest trying MachineLearning.jl for K means clustering. I got better results for clustering the users from Facebook.
Apart from this, it is fast, efficient and easy to use.
What problems are you solving with the product? What benefits have you realized?
I mostly use mahinelearning.jl to expedite my model time. It also gives parallelization which helps in reducing the amount of time to perform training.