Import in Python
Hello, as a Pythonista, sometimes I have been confused about how to use import
correctly and efficiently. This article will cover all things I know about it.
Generative Deep Learning
Generative Deep Learning
Introduction to Generative Adversarial Networks (GANs) (对抗生成网络)
Combined by a forger network and an expert network.
- Generator network
- Input: random vector (a random point at a latent space)
- Output: synthetic image
- Discriminator Network
- Input: image (real or synthetic)
- Output: predict where this image comes from.
Some Useful Functions in SQL
Tips About NULL in SQL
Tips About Join
left
and right
join are outer join.