- 博客(8)
- 收藏
- 关注
原创 python控制Excl过程中用到的
print(f"× res={res},http={http} --不匹配,返回现有的http值{existing['http']}")for i in range(0,len(list1),2) #range(0,len(list1),2)从0开始,每次读取2个。print(f"√ res={res},http={http} --匹配成功,打印:{i}")print(*foods, sep=", ") # 输出:苹果, 香蕉, 橘子。foods = ["苹果", "香蕉", "橘子"]
2026-03-16 16:39:27
335
原创 将本地程序上传至github
Git 是一个分布式版本控制系统(就像文档的版本保存),git hub是云端存储程序,它相当于Git的插件。Windows版本去下载git,下载完成后检查版本判断是否安装成功。
2025-09-26 11:30:54
470
原创 用于flask开发过程中以excl为数据库进行开发过程中出现的问题记录(不间断更新)
使用f'{x1}',比如:tab.ele(f'{x1}')
2025-09-01 17:16:20
1109
原创 python实现神经网络
plt.plot(soft_re, lw=1, c='yellow', marker='^', ms=4, label="多分类交叉熵")# plt.plot(ce_re, lw=1, c='green', marker='o', ms=4, label="二分类交叉熵")# plt.plot(mse_re, lw=1, c='red', marker='s', ms=4, label="均方误差")# 记录第一次反向传播,权重更新后,加上正则项后,所有样本的mse、ce、使用soft和交叉熵的误差。
2024-11-13 11:04:03
1193
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅