Signature
My music on bandcamp : https://ilpleut.bandcamp.com/
-
Il pleut
Deep dream generator from google does it.
Maybe you have seen images generated by "IA". They are everywhere know.
They are in fact not the output of a neural network, but are visualisations of the internal process of a layer of a neural network "analysing" or "sorting" an input image.
This ability to see what's going on inside of a neural network was implemented in google's tensor flow for debbuging purpose, if I remember it correctly.
To make it simple, in a neural network with an input vector shaped as a screen, with each input being a pixel, and the pixels organised in lines one above the other, a code to generate images from, let say, instant output value of each pixels of a layer, or other values coresponding to the differents internal parameters of each neuron of a same layer.
I think a .bitmap format is straitforward to generate.
-
Il pleut
In this post, you can download a pack of 3 patchs.
One of them called object builder dynamicaly generates the function of an expr~. From that you can do it for expr. -
-
Il pleut
I've made an exemple in this topic.
The site is no longer hosted but the code was still valide last year.
-