top of page
THE EYE PROJECT
HUMAN - AI COLLABORATION
Generating believable fake eyes pictures using a machine learning algorithm (GAN)
MEMORIES OF ROME
HUMAN - AI COLLABORATION
AI-generated images of Rome.
NATURE DOES IT BETTER
HUMAN - AI COLLABORATION
AI-generated images of leafs
In order to generate believable fake images, I've used a branch A.I called Machine Learning, more specifically I've used a GAN.
A generative adversarial network (GAN) is a class of machine learning systems invented by Ian Goodfellow and his colleagues in 2014. Two neural networks contest with each other in a game (in the sense of game theory, often but not always in the form of a zero-sum game). Given a training set, this technique learns to generate new data with the same statistics as the training set. For example, a GAN trained on photographs can generate new photographs that look at least superficially authentic to human observers, having many realistic characteristics. Though originally proposed as a form of generative model for unsupervised learning, GANs have also proven useful for semi-supervised learning,[2] fully supervised learning,[3] and reinforcement learning.[4] In a 2016 seminar, Yann LeCun described GANs as "the coolest idea in machine learning in the last twenty years".
Source : Wikipedia
bottom of page