摘要: 一、一般的多项式回归模型: $y=\beta_{0}+\beta_{1} x+\beta_{2} x^{2}+\beta_{3} x^{3}+\cdots+\beta_{n} x^{n}+\varepsilon$ $\left[\begin{array}{c}y_{1} \\ y_{2} \\ y_ 阅读全文
posted @ 2021-08-23 19:42 肥猫不吃鱼 阅读(413) 评论(0) 推荐(0)
摘要: import torch from torch import nn from torch.utils.data import DataLoader from torchvision import datasets #这里指定当前数据集为torchvision from torchvision.tra 阅读全文
posted @ 2021-07-29 21:24 肥猫不吃鱼 阅读(1002) 评论(0) 推荐(1)
摘要: Reference list: https://pytorch.org/get-started/locally/ 阅读全文
posted @ 2021-07-28 21:03 肥猫不吃鱼 阅读(28) 评论(0) 推荐(0)
摘要: 1. Information Information is defined by Shannon as one thing to eliminate random uncertainty. Or we can say, information is uncertainty. For example, 阅读全文
posted @ 2021-07-28 21:00 肥猫不吃鱼 阅读(88) 评论(0) 推荐(0)
摘要: 1. Minkowski distance $D(x, y)=\left(\sum_{u=1}^{n}\left|x_{u}-y_{u}\right|^{p}\right)^{\frac{1}{p}}$ (1) Manhattan distance $d(x, y)=\sum_{i=1}^{n}\l 阅读全文
posted @ 2021-07-27 22:52 肥猫不吃鱼 阅读(232) 评论(0) 推荐(0)
摘要: 1. Softmax is a non-linear activation function generally used as the last layer of a classification model the defination and formula of softmax is: $S 阅读全文
posted @ 2021-07-27 20:55 肥猫不吃鱼 阅读(196) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-07-24 15:52 肥猫不吃鱼 阅读(20) 评论(0) 推荐(0)
摘要: 1. OCR识别转LaTex: https://mathpix.com/ocr 阅读全文
posted @ 2021-07-24 15:21 肥猫不吃鱼 阅读(40) 评论(0) 推荐(0)