GPN19:Client-side AI in JavaScript using Tensorflow.js

aus dem Wiki des Entropia e.V., CCC Karlsruhe
Version vom 30. Mai 2019, 14:54 Uhr von Fahrplanbot (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Ein Vortrag von Mathias Burger auf der GPN19.

In a practical example I will show you how to build a gesture classifier for a vertical scrolling browser game. Along the way, we will discuss the Tensorflow.js API and a specific model architecture called MobileNet.

In practice, edge computing is becoming evermore important and workloads are moved away from the backend. Tensorflow.js enables you to run AI models completely in the browser, which is also great for data privacy because often there is no more need to transfer sensitive data to backend servers.