上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页
摘要: 阅读全文
posted @ 2019-03-04 21:14 hzhang_NJU 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 1. 什么是流形 1. 两个例子: 现在我们想表示一个圆, 在平面直角坐标系中,这个圆可以被一个二维点集{(x,y)| x^2 + y^2 流形学习的观点是认为,我们所能观察到的数据实际上是由一个低维流形映射到高维空间上的。由于数据内部特征的限制,一些高维中的数据会产生维度上的冗余,实际上只需要比较 阅读全文
posted @ 2019-02-14 21:28 hzhang_NJU 阅读(2543) 评论(0) 推荐(0) 编辑
摘要: 1. Q1 1. 统计文件中的字符串及其出现次数,按指定格式输出 2. 核心难点讲解:TODO 2. 代码:https://github.com/NjuHaoZhang/MLFall2017_HungYILee/tree/master/hw0 2. Q2 1. 图像亮度调低:把所有点的(r,b,b) 阅读全文
posted @ 2019-02-14 21:24 hzhang_NJU 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 1. 来源一: hw0. https://blog.csdn.net/lala_623625/article/details/78842007 hw1. https://samaelchen.github.io/2017/10/11/machine_learning_hw01/ hw2: https 阅读全文
posted @ 2019-02-14 21:22 hzhang_NJU 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1. 理解卷积 参考: [1]. https://www.zhihu.com/question/22298352/answer/228543288 [2]. https://www.zhihu.com/question/22298352/answer/34267457 [3]. https://ww 阅读全文
posted @ 2019-02-14 21:18 hzhang_NJU 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 1 . Why Deep? 李宏毅的解释:Modularization 【模块化的益处】 https://zhuanlan.zhihu.com/p/22888385 【另一个知乎大佬】 阅读全文
posted @ 2019-02-14 21:17 hzhang_NJU 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 0. Introduction ML的RoadMap Regression问题中的Errot :Where does the error come from? 一种解释:Errot = bias + variance 【偏差+方差】 所以,如果能做出:Bias and Variance of Est 阅读全文
posted @ 2019-02-14 21:12 hzhang_NJU 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 1. Some tips of Architecture 1. in order to ensure the spatial size satisfy that : input volume == output volume e.g. 5x5 in, 5x5 out. there is a simp 阅读全文
posted @ 2019-02-14 21:09 hzhang_NJU 阅读(771) 评论(0) 推荐(1) 编辑
摘要: 0. curse of high dimension 1. the historty of object detection 2. iccv2009 multiclass 1. Sharing invariances object recognition is invariant to rotati 阅读全文
posted @ 2019-02-14 21:07 hzhang_NJU 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1. keras.utils下面的api CustomObjectScope 提供一个无法转义的 范围。 语句中的代码将能够通过名称访问自定义对象。 对全局自定义对象的更改会在封闭的 语句中持续存在。 在 语句结束时, 全局自定义对象将恢复到 语句开始时的状态。 HDF5Matrix 使用 HDF5 阅读全文
posted @ 2019-02-14 20:58 hzhang_NJU 阅读(462) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页