7 ms·
I'm sorry, but what is the 'actually' about?
by BlackLamb 11y ago
I'm sorry, but what is the 'actually' about?
- kylek 11y agoI think this? : http://googleresearch.blogspot.com/2015/06/inceptionism-going-deeper-into-neural.html http://googleresearch.blogspot.com/2015/06/inceptionism-goin...
- nl 11y agoNot very closely. The "inception" in the title of this piece refers to the so called "inception" layers in Google's convoluted neural network architecture. These layers are unique to Google - no one else really uses them. In that blog piece it was more a reference to the recursive nature that produces that "deepdream"-style artwork. The code for that is available here: https://github.com/google/deepdream/ https://github.com/google/deepdream/
- nchase 11y agohere's the paper: http://www.cv-foundation.org/openaccess/content_cvpr_2015/papers/Szegedy_Going_Deeper_With_2015_CVPR_paper.pdf http://www.cv-foundation.org/openaccess/content_cvpr_2015/pa...
- ah- 11y agoSee https://github.com/google/inception/blob/master/inception.ipynb https://github.com/google/inception/blob/master/inception.ip...