TensorFlow on Mobile Devices (Android, iOS, Windows Phone) -


i looking on different deep learning frameworks out there, train , deploy convolutional neural networks. requirements are, can trained on normal pc gpu, trained model has deployed on 3 main mobile operating systems, namely android, ios, , windows phone.

tensorflow caught eye, because of simplicity , great python interface. there example application android (https://jalammar.github.io/supercharging-android-apps-using-tensorflow/), not sure if can deployed on ios , windows phone? if not, can recommend alternative framework, meet these requirements? ideally simple scripting interface fast prototyping?

thank answers!

edit: i'm testing microsoft's cntk. building on windows , linux source works perfectly, can extended in "lego blocks" fashion, , proprietary ndl (network description language) easy read , learn, , provides enough freedom build lot of different neural network architectures. execution engine small part of framework, , can read in nn model defined ndl, trained parameters. keep post updated, on how porting process arm processors goes.

tensorflow doesn't support ios or windows. here open github issues tracking them :


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -