Skip to content

Instantly share code, notes, and snippets.

@RiVerSZ
RiVerSZ / ai-for-humans.md
Created February 18, 2019 21:17 — forked from codepo8/ai-for-humans.md
Link collection for the "AI for humans" talk

Slides

Intro and history of ML on the web

  • Autodraw by Google is a tool that allows you to doodle what you want to paint and turns it into a proper icon by detecting the outline and making an ML based assumption what it could be.
  • Quickdraw by Google is a game they created a few years before Autodraw to train the model.
  • ReCaptcha is a CAPTCHA engine that feeds the data back into Google's ML systems. For example, currently being asked to detect street signs or cars is a good indicator that this data will go into the self-driving cars project.
@RiVerSZ
RiVerSZ / 0_reuse_code.js
Created May 16, 2017 12:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console