上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 50 下一页
摘要: study from : https://www.luogu.org/blog/top-oier/qian-tan-you-shang-xia-jie-di-wang-lao-liu 网络流 每次都要对dep数组进行初始化。 dfs函数的优化:如果TLE,尝试使用一下。 loj https://lo 阅读全文
posted @ 2019-04-11 21:08 congmingyige 阅读(187) 评论(0) 推荐(0) 编辑
摘要: study from : https://www.cnblogs.com/RabbitHu/p/BIT.html loj 130 https://loj.ac/problem/130 131 132 133 看数组就好。公式推导无法理解。 135 阅读全文
posted @ 2019-04-11 19:14 congmingyige 阅读(166) 评论(0) 推荐(0) 编辑
摘要: study from : https://khong-biet.blog.luogu.org/Introduction-of-zkwSegmentTree 阅读全文
posted @ 2019-04-11 11:33 congmingyige 阅读(103) 评论(0) 推荐(0) 编辑
摘要: bat文件 一个exe用于不断生成数据 (build) 另外两个exe输出结果并比较 (test1,test2) 一个文件夹存放结果(addr) 阅读全文
posted @ 2019-03-26 20:01 congmingyige 阅读(355) 评论(0) 推荐(0) 编辑
摘要: x+=xxx 先执行xxx,再x=x+xxx 一个与之的问题 C(n,n/2) for (i=n;i>n/2;i--) v*=i/(n+1-i);每次先执行i/(n+1-i),然后v再乘之,于是出现问题。 阅读全文
posted @ 2019-03-25 22:17 congmingyige 阅读(156) 评论(0) 推荐(0) 编辑
摘要: study from : https://jingyan.baidu.com/article/f3e34a12a25bc8f5ea65354a.html 阅读全文
posted @ 2019-03-24 21:34 congmingyige 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 逻辑回归 神经网络反向传播 阅读全文
posted @ 2019-03-13 21:57 congmingyige 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 水平有限,可能有错。 partly study from 吴恩达 机器学习 线性回归 最大似然估计 https://blog.csdn.net/matrix_space/article/details/44516765 逻辑回归 min的目的是得到一个存在最小值的函数 神经网络: from baid 阅读全文
posted @ 2019-03-13 20:48 congmingyige 阅读(534) 评论(0) 推荐(0) 编辑
摘要: study from: 公式 https://en.wikipedia.org/wiki/Matrix_calculus#Scalar-by-vector_identities 理解 https://www.zhihu.com/question/39523290 阅读全文
posted @ 2019-03-13 17:09 congmingyige 阅读(134) 评论(0) 推荐(0) 编辑
摘要: maybe其它程序正在运行 Ctrl+C end the running code 阅读全文
posted @ 2019-03-08 09:54 congmingyige 阅读(603) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 50 下一页