<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikimd.com/index.php?action=history&amp;feed=atom&amp;title=Generative_adversarial_network</id>
	<title>Generative adversarial network - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikimd.com/index.php?action=history&amp;feed=atom&amp;title=Generative_adversarial_network"/>
	<link rel="alternate" type="text/html" href="https://wikimd.com/index.php?title=Generative_adversarial_network&amp;action=history"/>
	<updated>2026-04-24T07:13:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wikimd.com/index.php?title=Generative_adversarial_network&amp;diff=5653691&amp;oldid=prev</id>
		<title>Prab: CSV import</title>
		<link rel="alternate" type="text/html" href="https://wikimd.com/index.php?title=Generative_adversarial_network&amp;diff=5653691&amp;oldid=prev"/>
		<updated>2024-04-24T02:18:19Z</updated>

		<summary type="html">&lt;p&gt;CSV import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:Generative_Adversarial_Network_illustration.svg|Generative Adversarial Network illustration|thumb]] &amp;#039;&amp;#039;&amp;#039;Generative Adversarial Networks&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;GANs&amp;#039;&amp;#039;&amp;#039;) are a class of [[artificial intelligence]] algorithms used in [[unsupervised learning]], introduced by Ian Goodfellow and his colleagues in 2014. GANs are composed of two models: a generative model (&amp;#039;&amp;#039;&amp;#039;G&amp;#039;&amp;#039;&amp;#039;) that captures the data distribution, and a discriminative model (&amp;#039;&amp;#039;&amp;#039;D&amp;#039;&amp;#039;&amp;#039;) that estimates the probability that a sample came from the training data rather than G. The training procedure for G is to maximize the probability of D making a mistake. This framework corresponds to a minimax two-player game. In the space of [[artificial neural networks]], GANs are used to generate new data instances that resemble the training data.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The core idea behind GANs is to have two networks contest with each other in a 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]], [[fully supervised learning]], and [[reinforcement learning]].&lt;br /&gt;
&lt;br /&gt;
The generative network generates candidates while the discriminative network evaluates them. The generative network’s training objective is to increase the error rate of the discriminative network (i.e., &amp;quot;fool&amp;quot; the discriminator network by producing novel synthesized instances that appear to have come from the true data distribution).&lt;br /&gt;
&lt;br /&gt;
==Architecture==&lt;br /&gt;
The architecture of a GAN involves two neural networks: the generator (G) and the discriminator (D). The generator creates samples intended to come from the same distribution as the training set. The discriminator examines samples to determine whether they are real or fake. The training involves adjusting the parameters of both networks until the discriminator cannot distinguish real data from fake data, meaning it guesses at random.&lt;br /&gt;
&lt;br /&gt;
===Generator===&lt;br /&gt;
The generator model takes a random noise as input and generates samples as output. The generator&amp;#039;s goal is to produce data that will be recognized by the discriminator as real.&lt;br /&gt;
&lt;br /&gt;
===Discriminator===&lt;br /&gt;
The discriminator model takes samples from both the real data and the generated data and predicts whether these samples are real or fake. The goal of the discriminator is to correctly classify the samples as real or fake.&lt;br /&gt;
&lt;br /&gt;
==Training==&lt;br /&gt;
Training a GAN involves presenting it with samples from the dataset until the generator produces a plausible imitation. Initially, the discriminator easily distinguishes between real and generated samples. However, as training progresses, the generator improves at producing realistic samples, and the discriminator&amp;#039;s accuracy decreases. The process reaches equilibrium when the discriminator guesses at chance level, indicating the generator produces indistinguishable from real data.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
GANs have a wide range of applications, including but not limited to:&lt;br /&gt;
* [[Image generation]]&lt;br /&gt;
* [[Photo realistic image synthesis]]&lt;br /&gt;
* [[Style transfer]]&lt;br /&gt;
* [[Image-to-image translation]]&lt;br /&gt;
* [[Super-resolution]]&lt;br /&gt;
* [[Drug discovery]]&lt;br /&gt;
* [[Data augmentation]]&lt;br /&gt;
* [[Voice generation]]&lt;br /&gt;
* [[Video generation]]&lt;br /&gt;
&lt;br /&gt;
==Challenges==&lt;br /&gt;
Despite their potential, GANs face several challenges:&lt;br /&gt;
* Mode collapse: When the generator starts producing a limited variety of outputs.&lt;br /&gt;
* Training instability: GANs are notoriously difficult to train. This instability is due to the minimax nature of the training process.&lt;br /&gt;
* Evaluation of generated samples: It is challenging to evaluate the quality of the generated samples objectively.&lt;br /&gt;
&lt;br /&gt;
==Future Directions==&lt;br /&gt;
Research in GANs continues to evolve, with efforts focused on making them more stable, efficient, and capable of generating high-quality outputs. Improvements in training methods, architecture designs, and loss functions are among the areas of active research.&lt;br /&gt;
&lt;br /&gt;
[[Category:Artificial intelligence]]&lt;br /&gt;
[[Category:Machine learning]]&lt;br /&gt;
[[Category:Computer vision]]&lt;br /&gt;
[[Category:Generative models]]&lt;br /&gt;
&lt;br /&gt;
{{AI-stub}}&lt;/div&gt;</summary>
		<author><name>Prab</name></author>
	</entry>
</feed>