mirror of
https://github.com/aladdinpersson/Machine-Learning-Collection.git
synced 2026-02-22 19:57:56 +00:00
4 lines
141 B
Markdown
4 lines
141 B
Markdown
|
|
### Generative Adversarial Network
|
||
|
|
|
||
|
|
DCGAN_mnist.py: main file and training network
|
||
|
|
model_utils.py: Generator and discriminator implementation
|