Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Well there is TensorFlow.js
(previously deeplearn.js)
now lets see the world burn:
* its like java * -
hexc11266y@WIPocket it was my understanding that even with tf.js you had to train the model with python, and that the JS side was just for infrincing with a pre trained model. (Regardless though I also hate JS lol but I guess it's the lesser of two evils when Python is concerned (no instillation and what not))
-
olback109816yTensorflow was made in c++ if I'm not mistaking. The python version is only a binding.
-
I have had pleasant experience with Deeplearning4j. They also have compiled versions for Android. From what I can tell, it looks quite good to use and they have an active community.
-
f0cus106716yPyTorch allows access to ATen. It’s their C++ interface used for their Python libraries.
AFAIK, it’s more efficient than the Python implementation but the API is a bit unstable. Hope that helps.
Related Rants
Anyone know of any GPU accelerated Machine Learning libraries that DON'T need Python, something maybe using C/C++, C# or Java?
rant
machine learning
ai
screw python
deep learning