cherrychenlee

导航

 

2019年5月8日

摘要: 原文地址:https://www.jianshu.com/p/1ccca30ac3d7 一、HMM建模 HMM参数: 二、HMM的3个假设 (一)马尔科夫假设 (二)观测独立性假设 (三)不变性假设 转移矩阵$A$不随时间变化。 三、HMM的3个问题 (一)概率计算/评估 likelihood 给定 阅读全文
posted @ 2019-05-08 22:57 cherrychenlee 阅读(231) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/7592d4bd70cf 时间限制:1秒 空间限制:32768K 题目描述 Given a binary tree, return the preorder traversal of its nodes' values. For exam 阅读全文
posted @ 2019-05-08 20:09 cherrychenlee 阅读(75) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/68e6562c666d 时间限制:1秒 空间限制:32768K 题目描述 Given a binary tree, return the postorder traversal of its nodes' values. For exa 阅读全文
posted @ 2019-05-08 20:08 cherrychenlee 阅读(95) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/5f7365209b05 一、单成分单变量高斯模型 二、单成分多变量高斯模型 若协方差矩阵为对角矩阵且对角线上值相等,两变量高斯分布的等值线为圆形。 若协方差矩阵为对角矩阵且对角线上值不等,两变量高斯分布的等值线为椭圆形。长轴平行于取较大 阅读全文
posted @ 2019-05-08 14:11 cherrychenlee 阅读(147) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/245a71670d37 时间限制:1秒 空间限制:32768K 题目描述 Sort a linked list using insertion sort. 我的代码 运行时间:57ms 占用内存:968k 阅读全文
posted @ 2019-05-08 14:08 cherrychenlee 阅读(99) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/4f3bf22ea9de 时间限制:1秒 空间限制:32768K 题目描述 Sort a linked list in O ( n log n ) time using constant space complexity. 我的代码 运行 阅读全文
posted @ 2019-05-08 14:07 cherrychenlee 阅读(77) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/126cbb3d49f5 时间限制:1秒 空间限制:32768K 题目描述 Given n points on a 2D plane, find the maximum number of points that lie on the s 阅读全文
posted @ 2019-05-08 14:06 cherrychenlee 阅读(106) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/237145bd53b0 时间限制:1秒 空间限制:32768K 题目描述 Evaluate the value of an arithmetic expression in "Reverse Polish Notation" . Val 阅读全文
posted @ 2019-05-08 14:05 cherrychenlee 阅读(94) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/7b8c36de21fd 时间限制:1秒 空间限制:32768K 题目描述 Given a binary tree, find its minimum depth.The minimum depth is the number of no 阅读全文
posted @ 2019-05-08 14:03 cherrychenlee 阅读(84) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/a02c6bd5d5e9 error来自哪?来自于偏差Bias和方差Variance。 就如打靶时瞄准一个点$\overline{f}$,打出的点$f^ $分布在该点周围。那么,$\overline{f}$与实际靶心$\hat{f}$的距 阅读全文
posted @ 2019-05-08 09:57 cherrychenlee 阅读(228) 评论(0) 推荐(0) 编辑