摘要: 参考吴恩达<机器学习>, 进行 Octave, Python(Numpy), C++(Eigen) 的原理实现, 同时用 scikit-learn, TensorFlow, dlib 进行生产环境实现. 1. 原理 cost function gradient descent 2. 原理实现 oct 阅读全文
posted @ 2017-10-10 23:19 Herbert_Kwok 阅读(599) 评论(0) 推荐(0) 编辑
摘要: 4. Block operations 1) Using block operations Block of size(p, q), starting at (i, j) dynamic-size block expression: matrix.block(i, j, p, q); fixed-s 阅读全文
posted @ 2017-10-10 17:07 Herbert_Kwok 阅读(568) 评论(0) 推荐(0) 编辑