How AI can learn to generate pictures of cats

How AI can learn to generate pictures of cats

  • March 22, 2018
Table of Contents

How AI can learn to generate pictures of cats

The generator is a counterfeiter trying to produce seemingly real data. It has no idea of what the real data is, but it learns to adjust from the feedback of the other model. The discriminator is a inspector trying to determine what the fake counterfeit data is (by comparing it with real data), while trying to not raise false positives on the real data.

The output results of this model will serve for the backpropagation of the generator.

Source: freecodecamp.org

Tags :
Share :
comments powered by Disqus

Related Posts

Understanding Deep Learning through Neuron Deletion

Understanding Deep Learning through Neuron Deletion

Deep neural networks are composed of many individual neurons, which combine in complex and counterintuitive ways to solve challenging tasks, ranging from machine translation to Go. This complexity grants neural networks their power but also earns them their reputation as confusing and opaque black boxes. Understanding how deep neural networks function is critical for explaining their decisions and enabling us to build more powerful systems.

Read More
The next step in Facebook’s AI hardware infrastructure

The next step in Facebook’s AI hardware infrastructure

Machine learning drives many aspects of people’s experience on Facebook. We use automatic language translation systems to remove communication barriers and enable people to interact with each other even if they speak different languages. Our image classification systems not only allow people to search for photos of their favorite moments, but also provide an immersive experience for the visually impaired with “talking images” that can be read with your fingertips.

Read More