No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Small experiment | ==Neuronal Network experiment== | ||
I am currently experimenting with Neural Networks.<br> | |||
See my code at: https://github.com/lmns/Units | |||
<gallery> | |||
File:unit_net_01.png | |||
File:unit_net_02.png | |||
File:unit_net_03.png | |||
</gallery> | |||
===Glitching video buffer=== | |||
<videoflash type="vimeo">87018623</videoflash> | |||
Without the gl::clear() in the beginning of the cinder draw-function the Videobuffer glitches on resizing. | |||
===Small Processing experiment=== | |||
Exploring 2D neighbouring functions. | |||
<gallery> | |||
File:neighbors_003.png | |||
</gallery> | |||
See Openprocessing for the patch: | See Openprocessing for the patch: | ||
http://www.openprocessing.org/sketch/122491 | |||
===Interesting=== | |||
http://flam3.com/flame.pdf |
Latest revision as of 21:30, 18 February 2014
Neuronal Network experiment
I am currently experimenting with Neural Networks.
See my code at: https://github.com/lmns/Units
Glitching video buffer
<videoflash type="vimeo">87018623</videoflash>
Without the gl::clear() in the beginning of the cinder draw-function the Videobuffer glitches on resizing.
Small Processing experiment
Exploring 2D neighbouring functions.
See Openprocessing for the patch: http://www.openprocessing.org/sketch/122491