摘要: 1. 爬虫代码 # -*- coding: utf-8 -*- """ Created on Sat Jun 13 20:15:03 2020 @author: Administrator """ import requests import json import chardet import r 阅读全文
posted @ 2020-06-13 23:13 douzujun 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/red_stone1/article/details/78600255https://blog.csdn.net/red_stone1/article/details/78600255 1. error analysis 举个例子,猫类识别问题,已经 阅读全文
posted @ 2020-06-13 22:42 douzujun 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 换源: 清华:https://pypi.tuna.tsinghua.edu.cn/simple/ 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:htt 阅读全文
posted @ 2020-06-13 21:17 douzujun 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/red_stone1/article/details/78519599 1. 正交化(Orthogonalization) 机器学习中有许多参数、超参数需要调试。 通过每次只调试一个参数,保持其它参数不变而得到的模型某一性能改变是一种最常用的调参策略 阅读全文
posted @ 2020-06-13 15:54 douzujun 阅读(589) 评论(0) 推荐(0) 编辑