摘要:
The Manifold Tangent Classifier (MTC) Putting it all together, here is the high level summary of how we build and train a deep network: 1. Train (unsu 阅读全文
摘要:
一.函数 1.numpy 模块中的nonzero函数 nonzero返回的数非零元素的下标。 如果输入是单维度的时候它的返回值只有一个;如果输入是多个维度的话,那么它的返回值也是多个维度的。并且的它的每个维度的值表示的是非零元素在当前维度中的下标。 i.ea = [true, flase, flas 阅读全文