1. 首页
  2. 数据库
  3. 其它
  4. scikit learn examples:使用Scikit learn探索Logistic回归MLP和SVM 源码

scikit learn examples:使用Scikit learn探索Logistic回归MLP和SVM 源码

上传者: 2021-02-24 17:12:40上传 ZIP文件 292.45KB 热度 21次
Scikit学习示例 使用Scikit-learn探索Logistic回归,MLP和SVM 档案 main.py:主程序 config.py:配置,参数 util.py:与数据预处理有关 model.py:模型 img /:用于保存损失函数图的目录(用于线性回归) 数据集 乳腺癌 糖尿病 数字 虹膜 葡萄酒 运行代码 线性回归 python main.py -model=lr # to show the plot on the fly python main.py -model=lr -show=True 神经网络 python main.py -model=nn 具有线性内核的SVM py
用户评论