Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AI JavaScript Rocks

AI JavaScript Rocks

Content level: Beginner
Many exciting things are happening with AI, from which, until recently, JavaScript developers were mostly shut out.

However, things are changing. If you can do npm install @tensorflow/tfjs or make an API call, you can now do AI.

In this fast-paced talk, I'll open your mind to what's possible by demoing several AI-powered JavaScript apps and show you how I built them using either TensorFlow.js or easy to use AI-powered APIs.

You don't need a PhD in Maths. You don't need years of experience. You just need imagination and the willingness to try.

Google Developers Group Lviv

October 12, 2018
Tweet

More Decks by Google Developers Group Lviv

Other Decks in Programming

Transcript

  1. Artificial Neural Networks 1 23 8.6 -0.5 2.1 x x

    activation(...) = -11.5 = 18.06 7.01 !-> !-> } @jawache
  2. • TensorFlow.js doesn't have any dependancies • MobileNet is a

    simple way to analyse images • Azure Computer Vision API ❤ @jawache Summary
  3. • GANs learn to generate new images • They take

    a lot of compute to train • But the generator model can be run in the browser @jawache Summary