上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 24 下一页
摘要: [机器学习] 周志华 第6章 支持向量机 链接: [机器学习实战] Peter Harrington 第6章 支持向量机 链接: [机器学习理论、方法及应用] 王雪松 第8章 基于支持向量机的强化学习 链接: 阅读全文
posted @ 2017-12-18 17:33 T丶jl 阅读(95) 评论(0) 推荐(0)
摘要: 本文总结自《机器学习理论、方法及应用》第一章 机器学习概述 [王雪松 程玉虎] [著] 1.机器学习的概念 学习是人类具有的一种重要智能行为。 总之:①学习与经验有关 ②学习可以改善系统性能 ③学习是一个有反馈的信息处理与控制过程 机器学习是一门研究怎样用计算机来模拟或实现人类学习活动的学科, 它是 阅读全文
posted @ 2017-12-18 17:27 T丶jl 阅读(221) 评论(0) 推荐(0)
摘要: Problem Description we define f(A) = 1, f(a) = -1, f(B) = 2, f(b) = -2, ... f(Z) = 26, f(z) = -26;Give you a letter x and a number y , you should outp 阅读全文
posted @ 2017-12-17 12:53 T丶jl 阅读(265) 评论(0) 推荐(0)
摘要: Problem Description Give you two numbers A and B, if A is equal to B, you should print "YES", or print "NO". Input each test case contains two numbers 阅读全文
posted @ 2017-12-17 12:19 T丶jl 阅读(266) 评论(0) 推荐(0)
摘要: 待续... 阅读全文
posted @ 2017-12-16 13:38 T丶jl 阅读(750) 评论(0) 推荐(0)
摘要: 基本解释: extern可以置于变量或者函数前, 以标示变量或者函数的定义在别的文件中,提示编译器遇到此变量和函数时在其他模块中寻找其定义。 此外extern也可用来进行链接指定。 也就是说extern有两个作用, 第一个, 当它与"C"一起连用时,如: extern "C" void fun(in 阅读全文
posted @ 2017-12-16 11:29 T丶jl 阅读(8013) 评论(0) 推荐(1)
摘要: Problem Description There are many lamps in a line. All of them are off at first. A series of operations are carried out on these lamps. On the i-th o 阅读全文
posted @ 2017-12-15 18:03 T丶jl 阅读(133) 评论(0) 推荐(0)
摘要: Problem Description Give you the width and height of the rectangle,darw it. Input Input contains a number of test cases.For each case ,there are two n 阅读全文
posted @ 2017-12-15 17:51 T丶jl 阅读(185) 评论(0) 推荐(0)
摘要: Problem Description Give you a number on base ten,you should output it on base two.(0 < n < 1000) Input For each case there is a postive number n on b 阅读全文
posted @ 2017-12-15 17:40 T丶jl 阅读(224) 评论(0) 推荐(0)
摘要: Problem Description 我们看到过很多直线分割平面的题目,今天的这个题目稍微有些变化,我们要求的是n条折线分割平面的最大数目。比如,一条折线可以将平面分成两部分,两条折线最多可以将平面分成7部分,具体如下所示。 Input 输入数据的第一行是一个整数C,表示测试实例的个数,然后是C 阅读全文
posted @ 2017-12-15 17:31 T丶jl 阅读(188) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 24 下一页