Pandas的第一部分: http://www.cnblogs.com/cgzl/p/7681974.html github地址: https://github.com/solenovex/My-Machine-Learning-Notebook 很抱歉, 因为工作繁忙, 更新的比较慢. 数据的选取 ...
分类:
编程语言 时间:
2017-11-28 11:46:45
阅读次数:
115
①假设函数(hypothesis function) 在给定一些样本数据(training set)后,采用某种学习算法(learning algorithm)对样本数据进行训练,得到了一个模型或者说是假设函数。 当需要预测新数据的结果时,将新数据作为假设函数的输入,假设函数计算后得到结果,这个结果 ...
分类:
系统相关 时间:
2017-11-27 23:31:41
阅读次数:
169
原文: https://pgaleone.eu/tensorflow/go/2017/05/29/understanding-tensorflow-using-go/ Tensorflow is not a Machine Learning specific library, instead, is ...
分类:
其他好文 时间:
2017-11-25 18:26:51
阅读次数:
169
这一篇文章主要是介绍机器学习的概念 机器学习(Machine Learning, ML)是一门多领域交叉学科,涉及概率论、统计学、逼近论等理论等多门学科。专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技能,重新组织已有的知识结构使之不断改善自身的性能。 到目前为止机器学习已经有了十分广 ...
分类:
其他好文 时间:
2017-11-24 22:47:27
阅读次数:
102
一、基本概念:作用:特征点提取在“目标识别、图像拼接、运动跟踪、图像检索、自动定位”等研究中起着重要作用;主要算法:?FAST ,Machine Learning forHigh-speed Corner Detection, 2006?SIFT,Distinctive ImageFeatures ... ...
分类:
编程语言 时间:
2017-11-14 20:35:43
阅读次数:
512
分布式TensorFlow由高性能gRPC库底层技术支持。Martin Abadi、Ashish Agarwal、Paul Barham论文《TensorFlow:Large-Scale Machine Learning on Heterogeneous Distributed Systems》。 ...
分类:
其他好文 时间:
2017-11-10 15:10:27
阅读次数:
199
Andrew Ng在coursera上的经典课程Machine Learning第一次编程作业的详细回顾 ...
分类:
其他好文 时间:
2017-11-01 12:11:24
阅读次数:
262
About This project is part of the Udacity Machine Learning Engineer Nanodegree (https://www.udacity.com/course/machine-learning-engineer-nanodegree-by ...
分类:
其他好文 时间:
2017-10-24 13:16:48
阅读次数:
156
http://freemind.pluskid.org/machine-learning/softmax-vs-softmax-loss-numerical-stability/ ...
分类:
其他好文 时间:
2017-10-20 16:00:57
阅读次数:
165