Generative Adversarial Network (GAN )
Trade-Off: Fidelity vs Accuracy
ex: generating images and creating an art
# unconditional generator from StyleGAN
np.random.RandomState(100)
batch_size = 4
truncation = 0.95 # condition: increase diversity/ decrease fidelity
# unconditional generator from StyleGAN
np.random.RandomState(100)
batch_size = 4
truncation = 0.05 # condition: decrease diversity/ increase fidelity
Text to image GAN (the simple DALL-E script)
ex: generating images and creating an art
Midjourney AI (Illustrations for Neuromorphic Computing)
I've been working with Modjourney AI to create some illustrations on neuromorphic computing. If you're interested, feel free to download them!