|
|
|
|
|
by ForHackernews
4142 days ago
|
|
As it happens, I recently completed a machine learning class, and I used Julia for almost all of the exercises. The core language is outstanding for this use case; IMO, where it suffers is lack of third-party libraries. I wasn't able to find a visualization library I really liked, and for the more advanced work, I wound up using PyCall[0] to call out to Python in order to use Scikit-learn. I'd say give it a shot. Julia is a really impressive language. I find it as easy and expressive as Python, but it's blazingly fast, offering near-native performance. [0] https://github.com/stevengj/PyCall.jl |
|