What is Shark?SHARK is a fast, modular, feature-rich open-source C++ machine learning libraryBecause of Installing Shark depending on Boost and CMakeI...
分类:
其他好文 时间:
2014-09-16 23:33:41
阅读次数:
201
背景: 最近关注的InfoQ微信号中冒出来好多关于Docker的信息,无意间打开了几则,觉得Docker这种技术很吸引我,虽然还没有完全理解Docker为何物?也没有搜索到很好的学习资料,在此仅简单的记录一下自己的一知半解,以备不时之需。...
分类:
系统相关 时间:
2014-09-14 22:10:47
阅读次数:
346
The goal of whitening is to make the input less redundant; more formally, our desiderata are that our learning algorithms sees a training input where ...
分类:
其他好文 时间:
2014-09-14 17:53:27
阅读次数:
301
印象笔记同步分享:Machine Learning—分类和聚类,监督学习和非监督学习...
分类:
其他好文 时间:
2014-09-14 01:24:16
阅读次数:
193
印象笔记同步分享:Machine Learning—决策树...
分类:
其他好文 时间:
2014-09-14 01:23:56
阅读次数:
137
印象笔记同步分享:Machine Learning—k-nearest
neighbor classification(k近邻分类)...
分类:
其他好文 时间:
2014-09-14 01:23:36
阅读次数:
168
An autoencoder neural network is an unsupervised learning algorithm that applies backpropagation, setting the target values to be equal to the inputs....
分类:
其他好文 时间:
2014-09-13 15:50:55
阅读次数:
313
前面介绍线性回归,但实际中,用线性回归去拟合整个数据集是不太现实的,现实中的数据往往不是全局线性的 当然前面也介绍了局部加权线性回归,这种方法有些局限 这里介绍另外一种思路,树回归 基本思路,用决策树将数据集划分成若干个子集,然后再子集上再用线性回归进行拟合 决策树是种贪心算法,最简单典型的决策树算...
分类:
其他好文 时间:
2014-09-12 18:41:13
阅读次数:
350
1.Difference between shallow copy and deep copy?浅复制 只拷贝地址 不拷贝地址指向的对象深复制 拷贝地址 并且指向拷贝的新对象2.What is advantage of categories? What is difference between i...
分类:
移动开发 时间:
2014-09-10 12:08:20
阅读次数:
276