- Generative Adversarial Networks Projects
- Kailash Ahirwar
- 77字
- 2021-07-02 13:38:49
Introduction to 3D-GANs
3D Generative Adversarial Networks (3D-GANs) is a variant of GANs, just like StackGANs, CycleGANs, and Super-Resolution Generative Adversarial Networks (SRGANs). Similar to a vanilla GAN, it has a generator and a discriminator model. Both of the networks use 3D convolutional layers, instead of using 2D convolutions. If provided with enough data, it can learn to generate 3D shapes with good visual quality.
Let's understand 3D convolutions before looking closer at the 3D-GAN network.
推薦閱讀
- Internet接入·網(wǎng)絡(luò)安全
- 大數(shù)據(jù)導(dǎo)論:思維、技術(shù)與應(yīng)用
- Mastering Matplotlib 2.x
- Circos Data Visualization How-to
- Go Machine Learning Projects
- Dreamweaver 8中文版商業(yè)案例精粹
- 塊數(shù)據(jù)5.0:數(shù)據(jù)社會學(xué)的理論與方法
- 人工智能趣味入門:光環(huán)板程序設(shè)計
- 網(wǎng)中之我:何明升網(wǎng)絡(luò)社會論稿
- 走近大數(shù)據(jù)
- INSTANT Heat Maps in R:How-to
- 工業(yè)自動化技術(shù)實訓(xùn)指導(dǎo)
- Drupal高手建站技術(shù)手冊
- 基于Proteus的PIC單片機C語言程序設(shè)計與仿真
- Keras Reinforcement Learning Projects