A Gentle Introduction to TensorFlow.js – Zaid Alyafeai – Medium
Using that you can create CNNs, RNNs, etc … on the browser and train these modules using the client's GPU processing power. Hence, a server GPU is not needed to train the NN. I created this simple demo with the code in Github. After this quick tutorial you should be able to understand the minimum requirements to create your first deep learning module in the browser. If you are familiar with deep learning platforms like TensorFlow you should be able to recognize that tensors are n dimensional arrays that are consumed by operators.
Apr-5-2018, 09:42:28 GMT