摘要:
Deep Learning Libraries by LanguageTweetPythonTheanois a python library for defining and evaluating mathematical expressions with numerical arrays. It... 阅读全文
摘要:
传统CNN里的卷积核是一个generalized linear model(GLM)之后经过一个sigmoid(现在通常是ReLu)的非线性激励函数,假设卷积有K个filter,那么这K个filter代表的特征应该是可分的,或者说对属于同一个类别的不同变形具有不变性。但是通过GLM来建模,也就是假设... 阅读全文
摘要:
# Optionally, you could now dump the network weights to a file like this:# np.savez('model.npz', *lasagne.layers.get_all_param_values(network))## And ... 阅读全文