项目作者: lucifermorningstar1305

项目描述 :
Generative Adversarial Networks
高级语言: Jupyter Notebook
项目地址: git://github.com/lucifermorningstar1305/magical_networks.git
创建时间: 2020-11-21T16:25:04Z
项目社区:https://github.com/lucifermorningstar1305/magical_networks

开源协议:

下载


Magical Networks 🧙

INFO ℹ️

This repository is for the different GANs model which I will be studying and working on.

The GANs Architecture is composed of two networks:

  • The Generator 🧑‍🎨 🎨
  • The Discriminator 👮‍♂️ 🔍

Present Code 👨‍💻

  • Simple GANs : Simple Neural Networks for Generator and Discriminator.
  • DCGANs : Deep Convolutional Generative Adversarial Networks. (using GPU and TPU)

Research Papers 📔