Slide 8
Slide 8 text
Lens – Tensorflow.js
— Javascript version of Tensorflow Deep Learning Library
— Core (Linear Algebra low level API)
— Layers (Keras-type high level API)
— Runs both on Client-side (JS, WebAssembly, WebGL) and on
Server-side (Nodejs with C binary for CPU & GPU)
— Can be used for both inference and training
— Custom models optimised for Image, Text, Audio etc.
— Can Import & use models build in Python version
8