codingecho

日々の体験などを書いてます

GAN

Create a Generative Adversarial Network iOS App with CoreML

I created the app that generates a handwritten image with CoreML on iOS. I'm going to explain the process to release this app from beginning to end. The software versions Xcode 9.2 (9C40b) Docker 17.09.1-ce TensorFlow docker imagesha256:1b…

I implemented GANs

I implemented GANs(Generative Adversarial Networks) because I want to learn about GANs with TensorFlow. I referred to here. And this is my code implemented GANs. This code almost same what I referred. My GANs repeatedly learn with MNIST ha…