码迷,mamicode.com
首页 >  
搜索关键字:machine-learning    ( 1129个结果
从认识论的角度谈机器学习与深度学习
机器学习(Machine Learning, ML)是一门多领域交叉学科,涉及概率论、统计学、逼近论、凸分析、算法复杂度理论等多门学科。专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技能,重新组织已有的知识结构使之不断改善自身的性能。它是人工智能的核心,是使计算机具有智能的根本途径,其 ...
分类:其他好文   时间:2017-06-18 14:19:37    阅读次数:142
[kaggle入门] Titanic Machine Learning from Disaster
Titanic Data Science Solutions¶ https://www.kaggle.com/startupsci/titanic-data-science-solutions 数据挖掘竞赛七个步骤:¶ Question or problem definition. Acquire ...
分类:系统相关   时间:2017-06-12 23:52:50    阅读次数:598
Underfit,Overfit and Regularization
在设计Machine Learning系统时,我们很难从系统运行之前就得知系统的“复杂程度”。在线性回归中,我们可以将此问题等同为:使用几维参数,是否需要涉及更复杂的多项式,以及本文的一个新概念—Regularization Parameter。本文,将讨论Underfit,Overfit基本理论, ...
分类:其他好文   时间:2017-06-12 11:55:46    阅读次数:193
使用 Python 开始你的机器学习之旅【转】
转自:https://linux.cn/article-8582-1.html 编译自:https://opensource.com/article/17/5/python-machine-learning-introduction 作者: Michael J. Garbade 原创:LCTT ht ...
分类:编程语言   时间:2017-06-09 17:27:14    阅读次数:269
Coursera - Machine Learning, Stanford: Week 10
Overview Gradient Descent with Large Datasets Learning With Large Datasets Stochastic Gradient Descent Stochastic Gradient Descent Stochastic Gradient ...
分类:系统相关   时间:2017-06-09 10:12:44    阅读次数:203
机器学习入门 - 1. 介绍与决策树(decision tree)
机器学习(MachineLearning)介绍与决策树(DecisionTree)机器学习入门系列是个人学习过程中的一些记录与心得。其主要以要点形式呈现,简洁明了。1.什么是机器学习?一个比较概括的理解是:根据现有的数据,预测未来2.核心思想:Generalization可以理解为,归纳、概括。就像是人的..
分类:其他好文   时间:2017-06-05 14:21:00    阅读次数:283
<Machine Learning in Action >之二 朴素贝叶斯 C#实现文章分类
def trainNB0(trainMatrix,trainCategory): numTrainDocs = len(trainMatrix) numWords = len(trainMatrix[0]) pAbusive = sum(trainCategory)/float(numTrainDo ...
分类:Windows程序   时间:2017-06-03 21:48:07    阅读次数:307
【机器学习计/算机视觉数据集】UCI Machine Learning Repository
http://blog.csdn.net/zhangyingchengqi/article/details/50969064 一、机器学习 1. 包括近400个不同大小和类型的数据集,可用于分类、回归、聚类和推荐系统任务。数据集列表位于: http://archive.ics.uci.edu/ml/ ...
分类:系统相关   时间:2017-06-03 20:09:44    阅读次数:234
Notes : <Hands-on ML with Sklearn & TF> Chapter 3
Chapter 3-Classification MNIST¶ MNIST is a dataset which has 70,000 small images "Hello World" of Machine Learning In [1]: # fetch MNIST, from sklearn ...
分类:其他好文   时间:2017-05-29 18:24:44    阅读次数:466
Machine_learning--score
辛苦了2个半月,终须学完了machine-learning 证书地址 辛苦了2个半月,终须学完了machine-learning 证书地址 ...
分类:系统相关   时间:2017-05-28 09:58:31    阅读次数:191
1129条   上一页 1 ... 40 41 42 43 44 ... 113 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!