View allAll Photos Tagged Computational

the set-up (photo by david a. mellis)

playing with the "Artifical Smile" by Andreas Schmelas & Stefan Stubbe,

 

at the "Return of the Unexpected" Computational Photography exhibition, at Muu Galleria, Helsinki

 

from pixelAche 2011's computational photography thread organised by Miska Knapek and Markku Nousiainen

These result images are from the first homework assignment of my Computational Photography class at Columbia University. For each image I applied a number of face detectors to the images and determined the best rotation give the number of faces. I also classified the image as having being individuals or group shots.

playing with the "Artifical Smile" by Andreas Schmelas & Stefan Stubbe,

 

at the "Return of the Unexpected" Computational Photography exhibition, at Muu Galleria, Helsinki

 

from pixelAche 2011's computational photography thread organised by Miska Knapek and Markku Nousiainen

Address:

Laboratory for Computational Neurophysics

RIKEN Brain Science Institute

2-1 Hirosawa

Wako City, Saitama

351-0198, Japan

   

Affiliate Associate Professor

Division of New Technology Development

Saitama University Brain Science Institute (SUBSI)

Saitama City, Saitama

338-8570, Japan

 

Brain and Neural Systems Team

RIKEN Computational Science Research Program

Wako City, Saitama

351-0198, Japan

 

The cortical neuronal network is among the most complex structures found in nature. The functional role of its dynamics exhibited on many spatio-temporal scales is presently not understood. Furthermore, in contrast to other systems, the structure of the cortex is in fact not static but undergoes a continuous activity dependent reorganization. The Diesmann Research Unit studies the mechanisms and functional consequences of spike synchronization and plasticity in biologically realistic models of the cortical network. However, this bottom-up approach alone may not lead to an understanding of brain function. For this reason we also incorporate top-down approaches in our research. At the interface of top-down and bottom up approaches, our strategy is to implement established formal theories of system function like temporal-difference learning in biologically constrained network models. These investigations depend on large-scale simulations requiring non-standard algorithms and high-performance parallel computing. Therefore, the unit is also concerned with the creation of appropriate simulation technology.

 

See Projects and also the NEST Initiative for detailed descriptions.

"Download : usenet-ebook.fisrtmagazine.biz/?book=B07769VP7Q

 

Python for Tweens and Teens: Learn Computational And Algorithmic Thinking PDF and EPUB Python for Tweens and Teens: Learn Computational And Algorithmic Thinking, Reading PDF Python for Tweens and Teens: Learn Computational And Algorithmic Thinking, Full PDF Python for Tweens and Teens: Learn Computational And Algorithmic Thinking,Full Python for Tweens and Teens: Learn Computational And Algorithmic Thinking by Aristides S. Bouras, Python for Tweens and Teens: Learn Computational And Algorithmic Thinking for kindle by Aristides S. Bouras, Read online Python for Tweens and Teens: Learn Computational And Algorithmic Thinking, [Full] Free,Python for Tweens and Teens: Learn Computational And Algorithmic Thinking the book by Aristides S. Bouras ,Full Epub Python for Tweens and Teens: Learn Computational And Algorithmic Thinking by Aristides S. Bouras,Read PDF Python for Tweens and Teens: Learn Computational And Algorithmic Thinking, read online Python for Tweens and Teens: Learn Computational And Algorithmic Thinking, Full Download Python for Tweens and Teens: Learn Computational And Algorithmic Thinking,Download Python for Tweens and Teens: Learn Computational And Algorithmic Thinking by Aristides S. Bouras, Python for Tweens and Teens: Learn Computational And Algorithmic Thinking for kindle by Aristides S. Bouras, Read online Python for Tweens and Teens: Learn Computational And Algorithmic Thinking, Download [FREE],Python for Tweens and Teens: Learn Computational And Algorithmic Thinking download and read pdf by Aristides S. Bouras ,Best ebook Python for Tweens and Teens: Learn Computational And Algorithmic Thinking by Aristides S. Bouras,read online Python for Tweens and Teens: Learn Computational And Algorithmic Thinking, Read Python for Tweens and Teens: Learn Computational And Algorithmic Thinking,Full Python for Tweens and Teens: Learn Computational And Algorithmic Thinking by Aristides S. Bouras, Python for Tweens and Teens: Learn Computational And Algorithmic Thinking For Mobile by Aristides S. Bouras"

Frederic Gmeiner & Torsten Posselt & Benjamin Maus (DE): "Extracts of Local Distance"

 

at the "Return of the Unexpected" Computational Photography exhibition, at Muu Galleria, Helsinki

 

from pixelAche 2011's computational photography thread organised by Miska Knapek and Markku Nousiainen

This is the best planning notebook I have ever seen. It is huge, sturdy and already has the pages number (think easy to index).

Computational Design-Architecture-Photography-Art-

Work by Rebal Jaber

www.instagram.com/rebalj/

www.instagram.com/rebalj/

rebal1.tumblr.com

www.facebook.com/rebal.jaber

www.linkedin.com/in/rebaljber

I went to a workshop today, and Pouria was there too!

perlin tubes with 7 or 8 iterations, closer in

There is a physical argument that a 128-bit symmetric key is secure against brute force attack. The so-called Von Neumann-Landauer Limit implied by the laws of physics sets a lower limit on the energy required to perform a computation of ln(2)kT per bit erased in a computation, where T is the temperature of the computing device in kelvin, k is the Boltzmann constant, and the natural logarithm of 2 is about 0.693. No irreversible computing device can use less energy than this, even in principle

 

en.wikipedia.org/wiki/Brute_force_attack

This image, an example of epsilon photography, was produced by combining a series of 8 photographs with varying exposure times. The exposure times ranged from a few seconds to 30s. This manual process is similar to what a camera does when it creates a high dynamic range (HDR) photograph. The images were merged using OpenCV and Python.

 

There was a small visitor that appeared in one of the eight images in the exposure sequence. This is the reason for its ghostly appearance.

The SoC is a secret society of familiar people who have built things we love and have even made us dependent on.

the pixelAche Computational Photography wrap-up session

 

from pixelAche 2011's computational photography thread organised by Markku Nousiainen and Miska Knapek

playing with the "Artifical Smile" by Andreas Schmelas & Stefan Stubbe,

 

at the "Return of the Unexpected" Computational Photography exhibition, at Muu Galleria, Helsinki

 

from pixelAche 2011's computational photography thread organised by Miska Knapek and Markku Nousiainen

the back - with signatures and in-jokes

output from the "Artifical Smile" project by Andreas Schmelas & Stefan Stubbe,

 

at the "Return of the Unexpected" Computational Photography exhibition, at Muu Galleria, Helsinki

 

from pixelAche 2011's computational photography thread organised by Miska Knapek and Markku Nousiainen

the set-up (photo by david a. mellis)

another study this time with a change of "ground" colour using the computer language "processing" developed by Casey Reas and Ben Fry @ MIT the code for this "print" was adapted from a sample by them and is as follows

void setup() {

size(500, 500);

background (#8FFCE7);

}

 

void draw() {

float s = dist(mouseX, mouseY, pmouseX, pmouseY) + 1;

noStroke();

fill(0, 102);

ellipse(mouseX, mouseY, s, s);

stroke(255);

point(mouseX, mouseY);

}

this ties into my research as a third order simulacrum - as a print it has never existed physically only within digital space.

DXP #2: the theme is music. I shot through the Holga, he through his Mamiya. See unclescarMT's photostream here.

 

Holga 120CFN/Mamiya 645j

Fuji Velvia 400

drawing on canvas with trear physics tendrils using texones creative computing framework which is based on processing

CSESI 2009: Computational Thinking

Computer Science Education Summer Institute 2009

Haverford College

Haverford, PA

 

June 29 - July 3, 2009

 

This photo is from June 29, 2009 with:

CS Unplugged

by Dr. Tom Cortina, CMU

 

CSTA - Computer Science Teachers Association

 

NECC National Conference

sponsored by the Int'l Society for Technology in Education (ISTE)

(A conference on using technology in K-12 in all types of classes)

output from the "Artifical Smile" project by Andreas Schmelas & Stefan Stubbe,

 

at the "Return of the Unexpected" Computational Photography exhibition, at Muu Galleria, Helsinki

 

from pixelAche 2011's computational photography thread organised by Miska Knapek and Markku Nousiainen

CSESI 2009: Computational Thinking

Computer Science Education Summer Institute 2009

Haverford College

Haverford, PA

 

June 29 - July 3, 2009

 

This photo is from June 29, 2009 with:

CS Unplugged

by Dr. Tom Cortina, CMU

 

CSTA - Computer Science Teachers Association

 

NECC National Conference

sponsored by the Int'l Society for Technology in Education (ISTE)

(A conference on using technology in K-12 in all types of classes)

1 2 ••• 24 25 27 29 30 ••• 79 80