随笔分类 - 学术向
摘要:
Karger-Klein-Tarjan算法,可以在期望O(m+n)的时间复杂度内求解一个图的最小生成树。
阅读全文
Karger-Klein-Tarjan算法,可以在期望O(m+n)的时间复杂度内求解一个图的最小生成树。
阅读全文
摘要:
如何使用torch, torchvision等库写代码、训练模型。适合对象:初学者,预先学习过基础的理论知识,有阅读代码或LLM辅助写过简单模型代码的经历,想要训练自己模型代码能力
阅读全文
如何使用torch, torchvision等库写代码、训练模型。适合对象:初学者,预先学习过基础的理论知识,有阅读代码或LLM辅助写过简单模型代码的经历,想要训练自己模型代码能力
阅读全文
摘要:
Brooks 定理 对于简单连通图 G,若 G 既不是完全图,也不是奇回路,则 \(\chi(G) \le \delta(G)\);否则有 \(\chi(G) = \delta(G) + 1\) 。其中 \(\chi(G)\) 是 G 的最小点正常着色数,\(\delta(G)\) 是 G 的最大点
阅读全文
Brooks 定理 对于简单连通图 G,若 G 既不是完全图,也不是奇回路,则 \(\chi(G) \le \delta(G)\);否则有 \(\chi(G) = \delta(G) + 1\) 。其中 \(\chi(G)\) 是 G 的最小点正常着色数,\(\delta(G)\) 是 G 的最大点
阅读全文
摘要:
https://zh-v2.d2l.ai/
《动手学深度学习》第二版
能运行、可讨论的深度学习教科书
初学者学习理论的教程
阅读全文
https://zh-v2.d2l.ai/
《动手学深度学习》第二版
能运行、可讨论的深度学习教科书
初学者学习理论的教程
阅读全文
摘要:
拉普拉斯矩阵 以下讨论均针对简单无向图。 前置知识 度矩阵 图的度矩阵 \(\operatorname{D}\) 定义为:一个对角阵,\(D_{ii}\)表示\(i\)号节点的度。 邻接矩阵 图的邻接矩阵 \(\operatorname{A}\) 定义为:若存在\(i\)号节点指向\(j\)号节点的
阅读全文
拉普拉斯矩阵 以下讨论均针对简单无向图。 前置知识 度矩阵 图的度矩阵 \(\operatorname{D}\) 定义为:一个对角阵,\(D_{ii}\)表示\(i\)号节点的度。 邻接矩阵 图的邻接矩阵 \(\operatorname{A}\) 定义为:若存在\(i\)号节点指向\(j\)号节点的
阅读全文
摘要:
stl_deque.h // Deque implementation -*- C++ -*- // Copyright (C) 2001-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ L
阅读全文
stl_deque.h // Deque implementation -*- C++ -*- // Copyright (C) 2001-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ L
阅读全文
摘要:
表达式 双曲函数 \(\operatorname{sh} x = \dfrac{e^{x}-e^{-x}}{2}\) \(\operatorname{ch} x = \dfrac{e^{x}+e^{-x}}{2}\) \(\operatorname{th} x = \dfrac{e^{x}-e^{-
阅读全文
表达式 双曲函数 \(\operatorname{sh} x = \dfrac{e^{x}-e^{-x}}{2}\) \(\operatorname{ch} x = \dfrac{e^{x}+e^{-x}}{2}\) \(\operatorname{th} x = \dfrac{e^{x}-e^{-
阅读全文
摘要:
\(\int x^{\alpha} \; \mathrm{d}x = \dfrac{x^{\alpha+1}}{\alpha+1}+C \space (\alpha \ne -1)\) \(\int \dfrac{1}{x} \; \mathrm{d}x = \ln x+C \space\) $\i
阅读全文
\(\int x^{\alpha} \; \mathrm{d}x = \dfrac{x^{\alpha+1}}{\alpha+1}+C \space (\alpha \ne -1)\) \(\int \dfrac{1}{x} \; \mathrm{d}x = \ln x+C \space\) $\i
阅读全文
摘要:
如何求 \(f(x)=x^x\) 的导数? 整体思路:通过构造对数幂底数改为不含元的 \(e\),同时利用指数上的对数将 \(x\) 次幂落入真数中从而得到易导的式子。 \[f^\prime(x)=(x^x)^\prime={({(e^{\ln x})}^x)}^\prime={(e^{x \ln
阅读全文
如何求 \(f(x)=x^x\) 的导数? 整体思路:通过构造对数幂底数改为不含元的 \(e\),同时利用指数上的对数将 \(x\) 次幂落入真数中从而得到易导的式子。 \[f^\prime(x)=(x^x)^\prime={({(e^{\ln x})}^x)}^\prime={(e^{x \ln
阅读全文
摘要:
平面的方程 点法式方程 给定平面上一点 \(M_0(x_0,y_0,z_0)\) 和该平面一法向量 \(\vec{n}=(a,b,c)\),则平面上任意一点 \(M(x,y,z)\) 均满足 \(\overrightarrow{M_0M} \perp \vec{n}\) 即: \[a(x-x_0)+
阅读全文
平面的方程 点法式方程 给定平面上一点 \(M_0(x_0,y_0,z_0)\) 和该平面一法向量 \(\vec{n}=(a,b,c)\),则平面上任意一点 \(M(x,y,z)\) 均满足 \(\overrightarrow{M_0M} \perp \vec{n}\) 即: \[a(x-x_0)+
阅读全文
摘要:
图像 \(f(x)=\arcsin(x)\) \(f(x)=\arccos(x)\) \(f(x)=\arctan(x)\) \(f(x)=\operatorname{arccot}(x)\) \(f(x)=\operatorname{arcsec}(x)\) \(f(x)=\operatornam
阅读全文
图像 \(f(x)=\arcsin(x)\) \(f(x)=\arccos(x)\) \(f(x)=\arctan(x)\) \(f(x)=\operatorname{arccot}(x)\) \(f(x)=\operatorname{arcsec}(x)\) \(f(x)=\operatornam
阅读全文
摘要:
## 特殊角三角函数值 $\sin{\dfrac{\pi}{12}}=\dfrac{\sqrt{6}-\sqrt{2}}{4} \space\space\space\space\space\space\space\space \cos{\dfrac{\pi}{12}}=\dfrac{\sqrt{6}+\sqrt{2}}{4} \space\space\space\space\space\space\space\space \tan{\dfrac{\pi}{12}}=2-\sqrt{3}$
阅读全文
## 特殊角三角函数值 $\sin{\dfrac{\pi}{12}}=\dfrac{\sqrt{6}-\sqrt{2}}{4} \space\space\space\space\space\space\space\space \cos{\dfrac{\pi}{12}}=\dfrac{\sqrt{6}+\sqrt{2}}{4} \space\space\space\space\space\space\space\space \tan{\dfrac{\pi}{12}}=2-\sqrt{3}$
阅读全文
摘要:
1. **用 $6$ 种不同的颜色对正四棱锥 $P-ABCD$ 的 $8$ 条棱染色,每个顶点出发的棱的颜色各不相同,不同的染色方案共有 ________ 种.**  个球,\(n\) 个箱子。一个箱子恰放入一个球,第 \(i\) 号球不能放到第 \(i\) 号箱子中。求方案数。 以下记 \(D_n\) 表示元素数为 \(n\) 的错排方案数,\(p \nsim q\) 表示 \(p\) 号球与 \(q\) 号箱子存在互斥关系。 易知:\
阅读全文
问题描述:有 \(n\) 个球,\(n\) 个箱子。一个箱子恰放入一个球,第 \(i\) 号球不能放到第 \(i\) 号箱子中。求方案数。 以下记 \(D_n\) 表示元素数为 \(n\) 的错排方案数,\(p \nsim q\) 表示 \(p\) 号球与 \(q\) 号箱子存在互斥关系。 易知:\
阅读全文
摘要:
## Skull 整理 - [导数重要内容梳理](https://www.cnblogs.com/Cybersites/p/17170381.html) - [数列知识总结梳理](https://www.cnblogs.com/Cybersites/p/16966640.html) - [圆锥曲线基
阅读全文
## Skull 整理 - [导数重要内容梳理](https://www.cnblogs.com/Cybersites/p/17170381.html) - [数列知识总结梳理](https://www.cnblogs.com/Cybersites/p/16966640.html) - [圆锥曲线基
阅读全文

ML Beginners Should Read Papers
平移、旋转和镜像变换
数列洛必达
浙公网安备 33010602011771号