随笔分类 - Machine Learning
摘要:在docker容器下pytorch分布式训练环境搭建 docker镜像的选择 开始我选择的是anaconda的镜像,想根据conda自己构建出pytorch分布式的训练,后来根据pytorch官方指令 conda install pytorch torchvision torchaudio cuda
阅读全文
摘要:perceptron math method perceptron model $f(x)=sign(wx+b)$通过输入的datasets进行二分类的线性模型。 perceptron learning strategy 直观:分类错误的点->数学描述:误分类的点到超平面的距离$-\frac{y_i
阅读全文
摘要:liner model preface 基本形式--\(f(x)=w^Tx+b\) 线性回归--Order序,均方差square loss,最小二乘法了least square method,multivariate liner regression, 广义线性模型->log-liner regre
阅读全文

浙公网安备 33010602011771号