Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Generative adversarial networks (GAN) applied to sequential data via recurrent neural networks (RNN).
| Date | Stars |
|---|---|
| 2026-07-31 | 396 |
| 2026-08-05 | 396 |
| 2026-08-06 | 396 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# sequence_gan Tensorflow implementation of generative adversarial networks (GAN) applied to sequential data via recurrent neural networks (RNN). See simple_demo.py for a demonstration of the model on toy data. The basic idea of a generator and discriminator alternatively optimizing their own objectives is maintained. Because of discrete sequential data, a standard backpropogation from discriminator to generator is not possible. Rather, we employ the REINFORCE algorithm, to encourage the generator to choose the correct discrete output at each point in the sequence. The REINFORCE algorithm is prone to issues with credit assignment. To alleviate this, the model provides 'supervised training' (as opposed to the 'unsupervised training' via the discriminator). During supervised training, the generator is trained to predict the correct tokens based on a groundtruth sequence, optimizing cross entropy loss.
Excerpt of 918 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:a9b6c9bd7d4fb9ec, llm:description: "Generative adversarial networks (GAN) applied to sequential data via recurrent neural networks (RNN)." Language: Python
matched fp:a9b6c9bd7d4fb9ec, llm:description: "Generative adversarial networks (GAN) applied to sequential data via recurrent neural networks (RNN)." Language: Python
matched fp:a9b6c9bd7d4fb9ec, llm:description: "Generative adversarial networks (GAN) applied to sequential data via recurrent neural networks (RNN)." Language: Python