D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
ion599
Full window
Github gist
Do robots dream of electric sheep? // source http://jsbin.com/kohojemawa
<!DOCTYPE html> <html> <head> <!--Robots dream of strange animals--> <title>Do robots dream of electric sheep?</title> <style> h1 { color: #ff00ff; } p, img { max-width: 500px } </style> <head> <body> <h1>DeepDream</h1> <img srcr=https://upload.wikimedia.org/wikipedia/en/4/47/Deep_Dream_Toast_Sandwich.jpg" alt="Dreams of Toast"> <p>DeepDream is a computer vision program created by Google which uses a convolutional neural network to find and enhance patterns in images via algorithmic pareidolia, thus creating a dreamlike hallucinogenic appearance in the deliberately over-processed images.</p> <body> </htl>