
教育
文章平均质量分 63
否
fgh431
非淡泊无以明志
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
数字和为45的六位数有多少个?
数字和为45的六位数有多少个?x1+x2+x3+x4+x5+x6=45x_1 + x_2 + x_3 + x_4 +x_5 +x_6=45x1+x2+x3+x4+x5+x6=451≤x1≤91\le x_1 \le 91≤x1≤90≤xi≤9,i=2,3,4,5,60\le x_i\le 9,i=2,3,4,5,60≤xi≤9,i=2,3,4,5,6 我觉得可以容斥原理设满足1≤x11\le x_11≤x10≤xi,i=2,3,4,5,60\le x_i,i=2,3,4原创 2021-02-04 19:35:02 · 1602 阅读 · 0 评论 -
高中数学教科书选修系列介绍
canic添加链接描述原创 2021-01-02 12:43:25 · 665 阅读 · 0 评论 -
2021-01-01逻辑回归思考
逻辑回归的本质就是让每个标签出现的概率最大!所以应该是极大化对于第一个样本,他下雨了!模型下雨的概率是多少(1−11+exp(θ0+5θ1))(1-\frac{1}{1+\exp(\theta_0+5\theta_1)})(1−1+exp(θ0+5θ1)1)对于第2个样本,他下雨了!模型下雨的概率是多少(1−11+exp(θ0+6θ1))(1-\frac{1}{1+\exp(\theta_0+6\theta_1)})(1−1+exp(θ0+6θ1)1).原创 2021-01-01 15:19:37 · 144 阅读 · 0 评论 -
线性模型的解析解
模型θTX\theta^T XθTX挖槽:好多样本啊mmm个XXX是mmm行nnn列的矩阵Xθ−YX\theta- YXθ−Y是个列向量损失函数是(Xθ−Y)T(Xθ−Y)(X\theta-Y)^T(X\theta-Y)(Xθ−Y)T(Xθ−Y)找一个θ\thetaθ,使得上面最小啊!...原创 2020-12-29 16:39:15 · 259 阅读 · 0 评论 -
两个数据做线性回归
两个数据做线性回归原创 2020-12-23 21:09:01 · 2260 阅读 · 0 评论 -
Chapter 3 Second Order Linear ODEs
文章目录1. Homogeneous ODEs with Constant CoefficientsSecond Order ODEsExampleGeneral Case: Characteristic Polynomial1. Homogeneous ODEs with Constant CoefficientsSecond Order ODEsThroughout the chapterwe restrict our attention to the ODE of the formExa原创 2020-12-17 11:27:28 · 354 阅读 · 0 评论 -
2 Well-Posedness of ODEs
文章目录1 Existence and Uniqueness of Solutions1 Existence and Uniqueness of Solutionsaddress the elephant in the room: well-posedness.明显存在的东西:适定性原创 2020-12-17 11:34:16 · 272 阅读 · 0 评论 -
更广义的莱布尼兹公式
“Product Rule” for Differential Operators首先上一个传统的莱布尼茨公式!(uv)(n)=∑k=0nCnku(n−k)v(k)(uv)^{(n)}=\sum_{k=0}^n C_n^ku^{(n-k)}v^{(k)}(uv)(n)=k=0∑nCnku(n−k)v(k) to prove the following identity:L be a linear differential operator of order ncharacterist原创 2020-12-26 16:01:21 · 2057 阅读 · 0 评论 -
Chapter 8 General linear transformations
文章目录8.1 General Linear Transformations8.2 Compositions and Inverse Transformations8.3 Isomorphism8.4 Matrices for General Linear Transformations8.5 Similarity8.6 Geometry of Matrix Operators8.1 General Linear Transformations8.2 Compositions and Inverse T原创 2020-12-24 23:18:33 · 170 阅读 · 0 评论