上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页
摘要: 然而,函数和逻辑表达式嵌套的引入也带来了计算上的巨大挑战。例如,给给定一元谓词P和一元函数f,能组成的文字有P(X),P(f(X)),P(f(f(X)))等无穷多个,这就是使得规则学习过程中可能的候选原子公式有无穷多个。若仍采用命题逻辑规则或FOIL学习那样自顶向下的规则生成过程,则在增加规则长度时 阅读全文
posted @ 2017-11-22 19:02 hozhangel 阅读(4382) 评论(0) 推荐(0) 编辑
摘要: Foil(First Order Inductive Learner), [Quinlan,1990]paper: Learning Logical Definitions from Relations. Foil是著名的一阶规则学习算法,它遵循序贯覆盖框架采用自顶向下的规则归纳策略。 Foil在规 阅读全文
posted @ 2017-11-22 18:33 hozhangel 阅读(4274) 评论(0) 推荐(0) 编辑
摘要: 西瓜数据集2.0 西瓜数据集3.0 西瓜数据集5.0 阅读全文
posted @ 2017-11-22 18:17 hozhangel 阅读(10567) 评论(0) 推荐(1) 编辑
摘要: 受限于命题逻辑表达能力,命题规则学习难以处理对象之间的关系(relation),而关系信息再很多任务中是很重要的,要用一阶逻辑表示,使用一阶规则学习。 描述了样例间关系的数据称为关系数据(relational data),有原样本属性转化而来的原子公式称为背景知识(backgroundknowled 阅读全文
posted @ 2017-11-20 16:16 hozhangel 阅读(963) 评论(0) 推荐(0) 编辑
摘要: 周志华 第15章 看到有人总结很详细:http://blog.csdn.net/fjssharpsword/article/details/72674841 详细介绍就不写了,写一下自己看的时候觉得重要的东西,便于自己回顾。。。。 默认规则: 从训练集学得的规则集合也许不能覆盖所有可能未见示例(属性 阅读全文
posted @ 2017-11-20 15:37 hozhangel 阅读(3879) 评论(0) 推荐(0) 编辑
摘要: xgboost word2vec 层次softmax glove bilstm+CRF:系列一 系列二 机器学习知识体系 PCA 连接2 SVM详细介绍 逻辑回归1 逻辑回归2 机器学习好多算法 HMM KNN 张量 强化学习 K-Means EM算法 2 LDA 朴素贝叶斯 连接2020 随机森林 阅读全文
posted @ 2017-11-20 11:52 hozhangel 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 原题 Given an unsorted integer array, find the first missing positive integer. 原题 Given an unsorted integer array, find the first missing positive integ 阅读全文
posted @ 2017-11-19 20:44 hozhangel 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. Each num 阅读全文
posted @ 2017-11-19 20:30 hozhangel 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Given a set of candidate numbers (C) (without duplicates) and a target number (T), find all unique combinations in C where the candidate numbers sums 阅读全文
posted @ 2017-11-19 20:22 hozhangel 阅读(143) 评论(0) 推荐(0) 编辑
摘要: The count-and-say sequence is the sequence of integers with the first five terms as following: 1. 1 2. 11 3. 21 4. 1211 5. 111221 1 is read off as "on 阅读全文
posted @ 2017-11-19 19:58 hozhangel 阅读(213) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页