码迷,mamicode.com
首页 >  
搜索关键字:machine-learning    ( 1129个结果
Coursera Machine Learning 学习笔记(十二)
Coursera Machine Learning 学习笔记(十二)...
分类:系统相关   时间:2015-03-19 18:36:02    阅读次数:132
Coursera Machine Learning 学习笔记(十一)
Coursera Machine Learning 学习笔记(十一)...
分类:系统相关   时间:2015-03-19 13:16:16    阅读次数:193
<Machine Learning in Action >之二 朴素贝叶斯 C#实现
待续...
分类:Windows程序   时间:2015-03-17 12:25:23    阅读次数:352
Coursera Machine Learning 学习笔记(十)
Coursera Machine Learning 学习笔记(十)...
分类:系统相关   时间:2015-03-16 12:54:55    阅读次数:167
Machine Learning - X. Advice for Applying Machine Learning (Week 6)
http://blog.csdn.net/pipisorry/article/details/44119187 机器学习Machine Learning - Andrew NG courses学习笔记 Advice for Applying Machine Learning对应用机器学习的建议 Deciding What to Try Next决定接下来尝试什么 Eva...
分类:移动开发   时间:2015-03-13 20:44:37    阅读次数:166
Machine Learning - XI. Machine Learning System Design
http://blog.csdn.net/pipisorry/article/details/44119187 机器学习Machine Learning - Andrew NG courses学习笔记 Machine Learning System Design机器学习系统设计 Prioritizing What to Work On优先考虑做什么 Error Anal...
分类:系统相关   时间:2015-03-13 20:44:08    阅读次数:168
交叉熵代价函数
本文是《Neural networks and deep learning》概览 中第三章的一部分,讲machine learning算法中用得很多的交叉熵代价函数。1.从方差代价函数说起代价函数经常用方差代价函数(即采用均方误差MSE),比如对于一个神经元(单输入单输出,sigmoid函数),定义其代价函数为: 其中y是我们期望的输出,a为神经元的实际输出【 a=σ(z), where z=wx+...
分类:其他好文   时间:2015-03-13 14:27:18    阅读次数:293
python字符串编码
文本,他们通常指显示在屏幕上的字符或者其他的记号;但是计算机不能直接处理这些字符和标记;它们只认识位(bit)和字节(byte)。实际上,从屏幕上的每一块文本都是以某种字符编码(character encoding)的方式保存的。粗略地说就是,字符编码提供一种映射,使屏幕上显示的内容和内存、磁盘内存储的内容对应起来。有许多种不同的字符编码,有一些是为特定的语言,比如俄语、中文或者英语,设计、优化的...
分类:编程语言   时间:2015-03-08 21:38:43    阅读次数:229
Machine Learning - IX. Neural Networks Learning (Week 5)
机器学习Machine Learning - Andrew NG courses学习笔记 Cost Function代价函数 Backpropagation Algorithm BP反向传播算法 Backpropagation Intuition反向传播直觉知识 Implementation Note_ Unrolling Parameters执行节点展开参...
分类:Web程序   时间:2015-03-07 21:22:47    阅读次数:376
机器学习方法(一):线性回归Linear regression
开一个机器学习方法科普系列,也做基础回顾之用。学而时习之。 content: linear regression, Ridge, Lasso Logistic Regression, Softmax Kmeans, GMM, EM, Spectral Clustering ......
分类:其他好文   时间:2015-03-07 01:04:29    阅读次数:231
1129条   上一页 1 ... 91 92 93 94 95 ... 113 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!