摘要: 课程笔记 阅读全文
posted @ 2018-01-10 11:57 smartweed 阅读(2170) 评论(0) 推荐(0) 编辑
摘要: 一个智障安装了一天的python和graphlab的血泪史 阅读全文
posted @ 2017-07-20 13:08 smartweed 阅读(5593) 评论(1) 推荐(0) 编辑
摘要: 必做: [*] warmUpExercise.m - Simple example function in Octave/MATLAB[*] plotData.m - Function to display the dataset[*] computeCost.m - Function to com 阅读全文
posted @ 2017-04-29 01:13 smartweed 阅读(2387) 评论(0) 推荐(0) 编辑
摘要: https://www.coursera.org/learn/machine-learning/exam/dbM1J/octave-matlab-tutorial Octave Tutorial 5 试题 1. Suppose I first execute the following Octave 阅读全文
posted @ 2017-04-28 23:48 smartweed 阅读(3500) 评论(0) 推荐(0) 编辑
摘要: https://www.coursera.org/learn/machine-learning/exam/7pytE/linear-regression-with-multiple-variables 1。 Suppose m=4 students have taken some class, an 阅读全文
posted @ 2017-04-28 23:20 smartweed 阅读(5190) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round #392 (Div. 2) F. Geometrical Progression 等比数列 其实是暴力枚举。 阅读全文
posted @ 2017-01-20 16:55 smartweed 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 好方啊马上就要区域赛了连DP都不会QAQ 毛子青《动态规划算法的优化技巧》论文里面提到了一类问题:石子合并。 n堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。 求出将n堆石子合并成一堆的最小得分和最大得分以及相应的合并方案。 阅读全文
posted @ 2016-09-27 22:09 smartweed 阅读(617) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round #373 (Div. 2) E. Sasha and Array 原题地址:http://codeforces.com/contest/719/problem/E 题解: 线段树成段更新,lazy标记。 fibonacci数列可以利用矩阵快速幂求出。 阅读全文
posted @ 2016-09-24 22:48 smartweed 阅读(350) 评论(0) 推荐(0) 编辑
摘要: NTT (long long 版) 阅读全文
posted @ 2016-09-24 19:14 smartweed 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 时间限制:5000ms 单点时限:5000ms 内存限制:256MB 描述 Profess X is an expert in signal processing. He has a device which can send a particular 1 second signal repeate 阅读全文
posted @ 2016-09-24 18:46 smartweed 阅读(1124) 评论(3) 推荐(0) 编辑