6/7/12

AI Image Experimentations with Deep Dream

Had lots of fun using the Deep Dream generator until I ran out of computer energy.

I took my MassArt student ID photo for the top 2 sets of photos and combined them with some of my repeat patterns.

For the bottom, I took a photo of my 4 yr old self and used one of the thin line filters.

FUN!


Processing and the CODE TRAIN

The CodeTrain tutorials does a great job of explaining all the intricacies of code line by line. In a classroom, I would take a similar approach to teaching the subject but I think some further introductory details may need to be added.

If I were to teach how to write code in a classroom, I think I would start of with some basic HTML. JavaScript takes HTML and makes it more robust. Diving into JavaScript might be intimidating to some students if they don’t know why you need parentheses, brackets, commas, and semicolons. An introduction to the smallest building blocks of syntax before diving into Javascript would help students understand code better and maybe eliminate some fear of coding. Also, I think it would be smart to let students know that code is just a language. All those punctuation marks are already used in math and in their language/writing classes. Code just combines math and language punctuation. This would give students a link to subject and topics that they already have and mastered in those classes.

There’s a lot of information in the Coding Train. I have learned a lot and plan on watching most of the tutorials. Daniel Schiffman combines energy, humor, and knowledge which keeps the viewer engaged. An easy going approach to code is smart because it would help students who are apprehensive when it comes to using coding.