|
|
|
|
|
by dnautics
2973 days ago
|
|
I love julia, but it already has a TF library that does a lot of very nice things (like not having to specify a computational graph separately from the execution) and there are other really interesting machine learning libraries (like knet). Swift is a good choice because there are some reasonably good mobile targets, which Julia does not have. If you're deploying a ML model, you should use swift. If you're developing one, you should use julia. |
|
And then once Julia can reliably compile to web assembly (already being worked on), your entire app (front, back and ML ) will work in the browser.