|
|
|
|
|
by aut_dan
3776 days ago
|
|
You will have to reach a little deeper for machine learning methods not supported by Julia. XGBoost has a Julia interface and you can google Julia SVM for myriad of alternatives. Packages like Mocha and MXNet are a few deep learning alternatives. PyCall is also an easy solution for interfacing with Python for things such as pyspark. It also has some of the most convenient to use parallel / distributed computing tools for numerical computing. Point being that even if Julia is not there to replace Python, there is still a strong case for using it as a way to augment Python workflow. |
|