machine learning - Gradients in deepdream -


i'm trying implement deepdream in theano. far understood need choose layer in pre-trained neural network objective , need set activation functions of layer equal gradients, backpropagate input image , apply changes. i'm new theano , can't think of how implement it, how can set layer's values equal gradients , backpropagate image? possible in couple of lines in theano? if understanding wrong, please correct me.


Comments

Popular posts from this blog

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

python 2.7 - Lines in my code being skipped and I am not sure why -

python - multiprocessing pool with map -