随笔分类 -  机器学习(转载)

摘要:增强学习(Reinforcement Learning and Control)[pdf版本]增强学习.pdf 在之前的讨论中,我们总是给定一个样本x,然后给或者不给label y。之后对样本进行拟合、分类、聚类或者降维等操作。然而对于很多序列决策或者控制问题,很难有这么规则的样本。比如,四足机器人... 阅读全文
posted @ 2015-07-29 14:24 菜鸡一枚 阅读(404) 评论(0) 推荐(0) 编辑
摘要:Unsupervised Learning: Use CasesContentsVisualizationK-Means ClusteringTransfer LearningK-Nearest NeighborsThe features learned by deep neural network... 阅读全文
posted @ 2015-07-27 20:23 菜鸡一枚 阅读(346) 评论(0) 推荐(0) 编辑
摘要:第二章 知识图谱——机器大脑中的知识库作者:刘知远(清华大学);整理:林颖(RPI)版权所有,转载请注明出处知识就是力量。——[英]弗兰西斯·培根1 什么是知识图谱在互联网时代,搜索引擎是人们在线获取信息和知识的重要工具。当用户输入一个查询词,搜索引擎会返回它认为与这个关键词最相关的网页。从诞生之日... 阅读全文
posted @ 2015-07-27 20:04 菜鸡一枚 阅读(1546) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2015-07-26 14:23 菜鸡一枚 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2015-07-26 14:14 菜鸡一枚 阅读(1) 评论(0) 推荐(0) 编辑
摘要:Machine Learning Done WrongStatistical modeling is a lot like engineering.In engineering, there are various ways to build a key-value storage, and eac... 阅读全文
posted @ 2015-07-26 14:13 菜鸡一枚 阅读(176) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2015-07-26 11:44 菜鸡一枚 阅读(2) 评论(0) 推荐(0) 编辑
摘要:盘点机器学习和统计模型的差异出处:微信公众号_Datartisan数据工匠(shujugongjiang)在各种各样的数据科学论坛上这样一个问题经常被问到——机器学习和统计模型的差别是什么?这确实是一个难以回答的问题。考虑到机器学习和统计模型解决问题的相似性,两者的区别似乎仅仅在于数据量和模型建立者... 阅读全文
posted @ 2015-07-25 12:31 菜鸡一枚 阅读(629) 评论(0) 推荐(0) 编辑
摘要:机器学习中的数学(5)-强大的矩阵奇异值分解(SVD)及其应用版权声明: 本文由LeftNotEasy发布于http://leftnoteasy.cnblogs.com, 本文可以被全部的转载或者部分使用,但请注明出处,如果有问题,请联系wheeleast@gmail.com前言: 上一次写了关于P... 阅读全文
posted @ 2015-07-21 20:11 菜鸡一枚 阅读(210) 评论(0) 推荐(0) 编辑
摘要:机器学习中的数学(4)-线性判别分析(LDA), 主成分分析(PCA)版权声明: 本文由LeftNotEasy发布于http://leftnoteasy.cnblogs.com, 本文可以被全部的转载或者部分使用,但请注明出处,如果有问题,请联系wheeleast@gmail.com前言:第二篇的文... 阅读全文
posted @ 2015-07-21 20:10 菜鸡一枚 阅读(299) 评论(0) 推荐(0) 编辑
摘要:机器学习中的数学(3)-模型组合(Model Combining)之Boosting与Gradient Boosting版权声明: 本文由LeftNotEasy发布于http://leftnoteasy.cnblogs.com, 本文可以被全部的转载或者部分使用,但请注明出处,如果有问题,请联系wh... 阅读全文
posted @ 2015-07-21 20:09 菜鸡一枚 阅读(254) 评论(0) 推荐(0) 编辑
摘要:机器学习中的数学(2)-线性回归,偏差、方差权衡版权声明: 本文由LeftNotEasy所有,发布于http://leftnoteasy.cnblogs.com。如果转载,请注明出处,在未经作者同意下将本文用于商业用途,将追究其法律责任。如果有问题,请联系作者 wheeleast@gmail.com... 阅读全文
posted @ 2015-07-21 20:08 菜鸡一枚 阅读(246) 评论(0) 推荐(0) 编辑
摘要:机器学习中的数学(1)-回归(regression)、梯度下降(gradient descent)版权声明: 本文由LeftNotEasy所有,发布于http://leftnoteasy.cnblogs.com。如果转载,请注明出处,在未经作者同意下将本文用于商业用途,将追究其法律责任。前言: 上次... 阅读全文
posted @ 2015-07-21 20:07 菜鸡一枚 阅读(254) 评论(0) 推荐(0) 编辑
摘要:Machine Learning for DevelopersMost developers these days have heard of machine learning, but when trying to find an 'easy' way into this technique, m... 阅读全文
posted @ 2015-07-21 19:28 菜鸡一枚 阅读(596) 评论(0) 推荐(0) 编辑
摘要:What are the advantages of logistic regression over decision trees?FAQThe answer to "Should I ever use learning algorithm (a) over learning algorithm ... 阅读全文
posted @ 2015-07-20 19:07 菜鸡一枚 阅读(658) 评论(0) 推荐(0) 编辑
摘要:Searching for Approximate Nearest NeighboursNearest neighbour search is a common task: given a query object represented as a point in some (often high... 阅读全文
posted @ 2015-07-15 19:07 菜鸡一枚 阅读(416) 评论(0) 推荐(0) 编辑
摘要:Introduction to Gaussian ProcessesGaussian processes (GP) are a cornerstone of modern machine learning. They are often used fornon-parametricregressio... 阅读全文
posted @ 2015-07-14 19:07 菜鸡一枚 阅读(454) 评论(0) 推荐(0) 编辑
摘要:What does it mean for an algorithm to be fairIn 2014 the White House commissioned a 90-day study that culminated in areport(pdf) on the state of “big ... 阅读全文
posted @ 2015-07-14 19:04 菜鸡一枚 阅读(231) 评论(0) 推荐(0) 编辑
摘要:What is machine learning?One area of technology that is helping improve the services that we use on our smartphones, and on the web, is machine learni... 阅读全文
posted @ 2015-07-10 20:07 菜鸡一枚 阅读(382) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2015-07-09 21:40 菜鸡一枚 阅读(1) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示