View allAll Photos Tagged computergenerated
This is the video compilation from each epoch of the GAN (General Adversarial Network). This is the AI that made the image of the above-titled work. Run on GPU and Google Colab.
I was channeling my inner "shaman" to see what it would do if I gave in prompts like "mushroom forest." This used the VQGAN library and different PyTorch optimizers.
This shows how my favorite picture is constructed.
cav666 has another interesting H-tree picture here:
Lévy carpet (two Lévy C curves together). Made with my home-made L-system program.
"Lévy Carpet" {
angle 8
axiom ++f|f
f=+f--f+
}
Surreal shell image I created in Incendia which I have since played with in Ultra Fractal and previously uploaded the results..
Southern Ice Porcelain
Hand polished exterior, ice blue transparent glaze inside
7cm x 5.5cm by Peter Biddulph www.ceramicdesign.org
Colorful laser light show abstract on black background. Digital futuristic blur of neon lights in yellow, gold, purple, orange and pink in square dimensions.
© Carolyn Marshall 2016 All Rights Reserved. No images are within Public Domain.
A Sierpinski curve generated from a Lindenmayer system with a program I wrote.
The L-system I used is:
Sierpinski {
angle 8
axiom L--F--L--F
L=+R-F-R+
R=-L+F+L-
}