一、Multiple Features 这节课主要引入了一些记号,假设现在有n个特征,那么: 为了便于用矩阵处理,令$x_0=1$: 参数$\theta$是一个 维的向量,任一个训练样本也是 维的向量,故对于每个训练样本:$h_\theta(x)=\theta^Tx$。 二、Gradient Dec ...
分类:
其他好文 时间:
2020-01-01 23:41:13
阅读次数:
59
771 宝石与石头 date : Dec.31st, 2019 platform : windows problem description 给定字符串J?代表石头中宝石的类型,和字符串?S代表你拥有的石头。?S?中每个字符代表了一种你拥有的石头的类型,你想知道你拥有的石头中有多少是宝石。 J?中的 ...
分类:
其他好文 时间:
2019-12-31 23:19:59
阅读次数:
67
1 /*包含以下四种的链接*/ 2 a { 3 text-decoration: none; 4 } 5 /*正常的未被访问过的链接*/ 6 a:link { 7 text-decoration: none; 8 } 9 /*已经访问过的链接*/ 10 a:visited { 11 text-dec... ...
分类:
其他好文 时间:
2019-12-31 12:52:12
阅读次数:
607
5 最长回文子串 date : Dec.30th, 2019 platform : windows problem description 给定一个字符串 s,找到 s 中最长的回文子串。你可以假设 s 的最大长度为 1000。 thinking 中心扩展算法 code ...
分类:
其他好文 时间:
2019-12-31 01:05:33
阅读次数:
121
近期在生产库遇到分布式事务异常,导致涉及的对象被锁住,业务无法正常操作该对象,引发故障 具体日志信息: Sat Dec 28 11:15:27 2019 Error 2050 trapped in 2PC on transaction 191.4.1345608. Cleaning up. Erro ...
分类:
移动开发 时间:
2019-12-30 10:01:11
阅读次数:
103
USACO DEC 2019 参赛总结(2019 12 13~2019 12 16) 2019 12 19 xiaoh 金组Gold "A Milk Pumping" 题意 给定一个n个点,m条边的无向图,每一条边都有一个最大流量f和一个价格c(1=f的边建图,跑Dijkstra即可,时间复杂度O( ...
分类:
其他好文 时间:
2019-12-29 22:00:34
阅读次数:
97
2 两数相加 date : Dec.28th, 2019 platform : windows thinking raw method for problem solving. code ...
分类:
其他好文 时间:
2019-12-28 21:14:04
阅读次数:
59
21 合并两个有序链表 date: Dec.28th, 2019 platform: windows thinking a recursive method is implemented. code ...
分类:
其他好文 时间:
2019-12-28 21:09:53
阅读次数:
70
COMP2396 Object-oriented programming and JavaAssignment 5: A two-player Tic-Tac-Toe GameDue Date: 22th Dec 2019 23:59This assignment tests your unders ...
分类:
其他好文 时间:
2019-12-28 19:24:48
阅读次数:
92
1.创建表空间--创建初始大小为32M的表空间;createtablespacetestdatafile‘/dm7/data/DAMENG/TEST1_01.DBF‘SIZE32;--创建初始大小为50M的表空间,自动扩展,最大扩展到100M;createtablespacetbs1datafile‘/dm7/data/DAMENG/tbs1_02.dbf‘size
分类:
数据库 时间:
2019-12-28 09:20:47
阅读次数:
396