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

AI Psychosis

AI Psychosis

Unknown is if they will remain uniquely human. Research in artificial intelligence is making spectacular progress; for manyresearchers, this progress is along the path to developing human-like general AI. This leads to a troubling thought: will a human-like AI inherit human-like disorders of thought?

Read More
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