上传者: 42131890
|
上传时间: 2021-10-21 16:52:37
|
文件大小: 44KB
|
文件类型: -
支持向量机
具有线性内核的支持向量机(SVM)
随机梯度下降(SGD)
要求
$ pip install matplotlib numpy scikit-learn
$ pip install "torch>=0.4.0"
例子
python main.py --c 0.01 --batchsize 1
硬边际c = 0,批处理大小= 1
软边距c = 0.01,批处理大小= 1