- Generative Adversarial Networks Projects
- Kailash Ahirwar
- 111字
- 2021-07-02 13:38:50
The architecture of a 3D-GAN
Both of the networks in a 3D-GAN are deep convolutional neural networks. The generator network is, as usual, an upsampling network. It upsamples a noise vector (a vector from probabilistic latent space) to generate a 3D image with a shape that is similar to the input image in terms of its length, breadth, height, and channels. The discriminator network is a downsampling network. Using a series of 3D convolution operations and a dense layer, it identifies whether the input data provided to it is real or fake.
In the next two sections, we will go through the architecture of the generator and the discriminator network.
推薦閱讀
- 大學計算機信息技術(shù)導論
- 極簡AI入門:一本書讀懂人工智能思維與應(yīng)用
- Expert AWS Development
- 21天學通ASP.NET
- JSF2和RichFaces4使用指南
- 21天學通Visual C++
- ESP8266 Home Automation Projects
- 人工智能趣味入門:光環(huán)板程序設(shè)計
- Prometheus監(jiān)控實戰(zhàn)
- Storm應(yīng)用實踐:實時事務(wù)處理之策略
- 網(wǎng)絡(luò)服務(wù)器搭建與管理
- 與人共融機器人的關(guān)節(jié)力矩測量技術(shù)
- 深度學習原理與 TensorFlow實踐
- 項目實踐精解:C#核心技術(shù)應(yīng)用開發(fā)
- AVR單片機C語言程序設(shè)計實例精粹