Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Google AI

New Google Project Lets You Collaborate On Doodles With A Neural Network (tensorflow.org) 31

Long-time Slashdot reader Giant Robot writes: Google Brain's latest experiment is a neural network that allows you to collaboratively draw with it inside of your web browser in real-time. The neural network is trained using the drawings collected from an earlier web game called Quick, Draw! released a few months earlier.
"Once you stop doodling, the neural network takes over and attempts to guess the rest of your doodle," explains Google's page about the project, adding "You can take over drawing again and continue where you left off."
This discussion has been archived. No new comments can be posted.

New Google Project Lets You Collaborate On Doodles With A Neural Network

Comments Filter:
  • This project will make many headlines, and some people will try to build a business around the api. Google will then close it in three years because only a few hundred thousand people use it regularly.
  • OK I tried it and I was not exactly whelmed. Forty years ago I was playing with predictive pattern matching models in an attempt to create a Go player. Although the basic idea worked it took too much expensive computer storage (CDC 7600) to actually play a game on a 9x9 board in real time. (The processor was actually fast enough.)

    This exercise is pretty much the same but this software has the benefit of lots of cheap processor cycles and storage space. (I'll spare you the numeric equivalent calculation

    • Once you stop doodling, the neural network takes over and attempts to guess the rest of your doodle," explains Google's page about the project...

      What could possibly go wrong?

    • OK I tried it and I was not exactly whelmed.

      On my cell phone all it saw was a bird, no matter the doodle.

      • OK I tried it and I was not exactly whelmed.

        On my cell phone all it saw was a bird, no matter the doodle.

        DUH, on the PC I see it's selectable.

    • Part of what makes this interesting and challenging is how incredibly open the state-space is. With Chess/Go/Checkers/etc, much of the problem comes down to searching a finite state-space. In this case, the possible state-space is so open it's basically indistinguishable from infinitely open.

  • Several users, whether for privacy or anti-malware reasons, have decided to abstain from running JavaScript at all, including many who replied to this story [slashdot.org]. If blocking all scripts becomes commonplace, how will things such as "Google Brain's latest experiment" be built? Will such experiments instead need to be wrapped in Electron for Windows, Electron for macOS, Electron for X11/Linux, and whatever is used to package web apps on mobile? Or would people who do not tolerate JavaScript instead tolerate a clun

    • by Calydor ( 739835 )

      Why not just deliver it as a kind of small, installable game? That's ... essentially what this is in the first place.

      • by tepples ( 727027 )

        Will such experiments instead need to be wrapped in Electron for Windows, Electron for macOS, Electron for X11/Linux, and whatever is used to package web apps on mobile?

        Why not just deliver it as a kind of small, installable game?

        Because users of who run a different platform from you would miss out. For example, if you deliver "a kind of small, installable game" as a .dmg image containing a macOS app bundle, people who own a computer made by any company other than Apple won't be able* to run it. And even if you do have the resources to make and test a port of your application to all major platforms, there's no guarantee of a timely response from the app review process of Windows Store, iOS App Store, and Mac App Store.

        * Legally. Hac

    • Blocking all javascript will never become commonplace. Does that really need to be explained?
  • ... boring.

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...