|
|
|
|
|
by pawelduda
1058 days ago
|
|
I use Elixir for a long time and wouldn't recommend it for ML over Python. Yes, maybe Elixir has some advantages and solutions for pain points because of VM architecture and other subjective reasons but doesn't come close to what Python offers in terms of tooling, support, community. Also, if you juggle more complex data in Elixir, it's something that you need to get used to coming from Python, it will be much much different and therefore harder to grok for someone not used to the style. You can always make Elixir app talk to Python ML backend and get the best of both worlds if you desire. |
|