CSTR-Edinburgh / merlin

This is now the official location of the Merlin project.

Home Page:http://www.cstr.ed.ac.uk/projects/merlin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there batch normalization in Theano DNN model?

fxwderrick opened this issue · comments

Is there batch normalization within DNN hidden layers implemented in Theano? I could not find it.

I think the answer is no. My implementation in C/C++ without batch normalization generate the same output.