Hello, @terrypacker and @Jared-Wiltshire.
@terrypacker said in AI, Machine Learning, Neural Networks, TensorFlow:
The examples you have seen were my attempts to do some modeling directly in Java which does work nicely but is quite time consuming since many features that are built into ML languages have to be hand coded in Java. I've considered adding support for Python and R but we haven't really enough interest yet to drive the development.
Interesting, it's pretty cool that you've tried it. Is it possible that something cloud-based, maybe a combo similar to lambda functions + Amazon API Gateway, could make the ML model more available and reduce the need for Python or R support in the same environment?
I have no idea if this could be done, but if the answer is yes, I think it could be charged as an extra service/module. Still, I would totally understand if the development doesn't start until more people show interest, which I hope happens soon.
@terrypacker said in AI, Machine Learning, Neural Networks, TensorFlow:
However I tried to download and add the minified version as a global script and it didn't work.
I was thinking about trying that, thanks for saving me the test time.
@jared-wiltshire said in AI, Machine Learning, Neural Networks, TensorFlow:
It is highly likely that it wont work in Nashorn (the Java JS engine) as it doesn't support the latest ECMAScript features. Not to mention that there may be memory/script size limits.
Hmmm. I understand. Well, maybe the memory/size limits could also be avoided with the cloud-based approach, right?
Alright, thanks a lot for your time and answers, guys!