近日复习概率论( "mathematics for computer science" )的时候读到了一个有趣的例子,在这里分享一下。都是一些非常简单好玩的概率知识,学数学的同学请绕道...勿喷。 ;) 这是一个平淡的星期天,你像往常一样在酒吧喝酒,顺便思考一下MMU分页机制的原理。 过了一会儿,一 ...
分类:
其他好文 时间:
2018-08-01 22:26:23
阅读次数:
126
[TOC] 1.The Mathematical Knowledge Needed For Machine Learning The First Column| The Second Column : :|: : algorithems|Mathematics Bias classifier|ran ...
分类:
其他好文 时间:
2018-07-28 00:08:46
阅读次数:
153
下载地址: "网盘下载" This book introduces the mathematics that supports advanced computer Programming and the analysis of algorithms. The primary aim of its w ...
分类:
其他好文 时间:
2018-07-22 21:15:11
阅读次数:
311
这个知识点很重要,但是,我不懂。 第一个问题:为什么要做正则化? In mathematics, statistics, and computer science, particularly in the fields of machine learning and inverse problems ...
分类:
其他好文 时间:
2018-06-01 10:41:48
阅读次数:
178
题意:给定一个表达式,然后让你添加 n 个加号,m 个减号,使得表达式的值最大。 析:首先先要建立一个表达式树,这个应该很好建立,就不说了,dp[u][i][0] 表示 u 这个部分表达式,添加 i 个符号,使值最大,dp[u][i][1] 表示 u 个部分表达式,添加 i 个符号,使用值最小,这里 ...
分类:
其他好文 时间:
2018-05-23 19:03:29
阅读次数:
167
James Munkres "Topology" Chapter 1 Set Theory and Logic Chapter 1 Set Theory and Logic ...
分类:
其他好文 时间:
2018-05-20 10:39:17
阅读次数:
149
In mathematics, a subsequence is a sequence that can be derived from another sequence by deleting some elements without changing the order of the rema ...
分类:
其他好文 时间:
2018-05-19 20:41:12
阅读次数:
167
标签: 最大独立集 最小路径覆盖 题目描述 In this problem, we would like to talk about unreachable sets of a directed acyclic graph G = (V, E). In mathematics a directed ...
分类:
其他好文 时间:
2018-05-10 23:30:54
阅读次数:
246
XiaoMing likes mathematics, and heis just learning how to convert numbers between different bases , but he keeps making errorssince he is only 6 years ...
分类:
其他好文 时间:
2018-05-10 19:59:55
阅读次数:
206
Description: Goldbach's conjecture is one of the oldest and best-known unsolved problems in number theory and all of mathematics. It states: Every eve ...
分类:
数据库 时间:
2018-05-10 19:32:22
阅读次数:
214