2021年10月15日
摘要: https://blog.csdn.net/vesper305/article/details/44927047 Confusion Matrix 在机器学习领域,混淆矩阵(confusion matrix),又称为可能性表格或是错误矩阵。它是一种特定的矩阵用来呈现算法性能的可视化效果,通常是监督学 阅读全文
posted @ 2021-10-15 22:19 一杯明月 阅读(1128) 评论(0) 推荐(0)
摘要: import smtplib from email.mime.text import MIMEText #设置服务器所需信息 #163邮箱服务器地址 mail_host = 'smtp.163.com' #163用户名 mail_user = '。。。' #密码(部分邮箱为授权码) mail_pas 阅读全文
posted @ 2021-10-15 17:02 一杯明月 阅读(41) 评论(0) 推荐(0)
摘要: import subprocess subprocess.call(['speech-dispatcher']) #start speech dispatcher subprocess.call(['spd-say', '"your process has finished"']) 阅读全文
posted @ 2021-10-15 16:48 一杯明月 阅读(224) 评论(0) 推荐(0)
摘要: 通过 numpy 读写 txt 或 csv 文件 通过 numpy 读写 npy 或 npz 文件 读写 npy 文件 读写 npz 文件 通过 h5py 读写 hdf5 文件 简单读取 通过切片赋值 总结 References 将 numpy 数组存入文件,有多种文件类型可供选择,对应地就有不同的 阅读全文
posted @ 2021-10-15 16:42 一杯明月 阅读(3620) 评论(0) 推荐(0)
摘要: https://www.zhihu.com/zvideo/1431152780250136576 阅读全文
posted @ 2021-10-15 16:08 一杯明月 阅读(37) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/HedWater/article/details/75465110 阅读全文
posted @ 2021-10-15 15:20 一杯明月 阅读(105) 评论(0) 推荐(0)
摘要: 99%sRGB色域覆盖+10bit色深(https://zhuanlan.zhihu.com/p/366831093) 在红蜘蛛的色域检测中,达到了 98% 的 sRGB,76% 的 AdobeRGB,77% 的 P3 色域(https://zhuanlan.zhihu.com/p/36608197 阅读全文
posted @ 2021-10-15 11:30 一杯明月 阅读(162) 评论(0) 推荐(0)