码迷,mamicode.com
首页 >  
搜索关键字:machine-learning    ( 1129个结果
Python数据分析(二): Pandas技巧 (2)
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
Notes of Machine Learning (Andrew Ng), Week 1~2, Linear Regression
①假设函数(hypothesis function) 在给定一些样本数据(training set)后,采用某种学习算法(learning algorithm)对样本数据进行训练,得到了一个模型或者说是假设函数。 当需要预测新数据的结果时,将新数据作为假设函数的输入,假设函数计算后得到结果,这个结果 ...
分类:系统相关   时间:2017-11-27 23:31:41    阅读次数:169
Understanding Tensorflow using Go
原文: 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
Machine Learning课堂笔记之Model and Cost Function
...
分类:系统相关   时间:2017-11-19 11:16:41    阅读次数:150
特征提取算法的综合实验(多种角度比较sift/surf/brisk/orb/akze)
一、基本概念:作用:特征点提取在“目标识别、图像拼接、运动跟踪、图像检索、自动定位”等研究中起着重要作用;主要算法:?FAST ,Machine Learning forHigh-speed Corner Detection, 2006?SIFT,Distinctive ImageFeatures ... ...
分类:编程语言   时间:2017-11-14 20:35:43    阅读次数:512
学习笔记TF061:分布式TensorFlow,分布式原理、最佳实践
分布式TensorFlow由高性能gRPC库底层技术支持。Martin Abadi、Ashish Agarwal、Paul Barham论文《TensorFlow:Large-Scale Machine Learning on Heterogeneous Distributed Systems》。 ...
分类:其他好文   时间:2017-11-10 15:10:27    阅读次数:199
机器学习week2 ex1 review
Andrew Ng在coursera上的经典课程Machine Learning第一次编程作业的详细回顾 ...
分类:其他好文   时间:2017-11-01 12:11:24    阅读次数:262
PCA Mini Project
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
Softmax vs. Softmax-Loss: Numerical Stability(转载)
http://freemind.pluskid.org/machine-learning/softmax-vs-softmax-loss-numerical-stability/ ...
分类:其他好文   时间:2017-10-20 16:00:57    阅读次数:165
1129条   上一页 1 ... 32 33 34 35 36 ... 113 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!