上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: 阅读全文
posted @ 2020-03-14 22:27 Le1B_o 阅读(134) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/marsggbo/p/11308889.html https://www.cnblogs.com/marsggbo/p/11541054.html 阅读全文
posted @ 2019-12-17 15:37 Le1B_o 阅读(404) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/bb90bff9f6e5 阅读全文
posted @ 2019-12-16 15:53 Le1B_o 阅读(346) 评论(0) 推荐(0) 编辑
摘要: yaml test.yaml文件: name: Tom Smith age: 37 spouse: name: Jane Smith age: 25 children: name: Jimmy Smith age: 15 name1: Jenny Smith age1: 12 python文件: i 阅读全文
posted @ 2019-12-13 16:48 Le1B_o 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-12-11 14:02 Le1B_o 阅读(252) 评论(0) 推荐(0) 编辑
摘要: github:kmeans代码实现1、kmeans代码实现2(包含二分k means) 本文算法均使用python3实现 1 聚类算法 对于"监督学习"(supervised learning),其训练样本是带有标记信息的,并且监督学习的目的是:对带有标记的数据集进行模型学习,从而便于对新的样本进行 阅读全文
posted @ 2019-11-23 16:48 Le1B_o 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1、linalg=linear(线性)+algebra(代数),norm则表示范数。 2、函数参数 x_norm=np.linalg.norm(x, ord=None, axis=None, keepdims=False) ①x: 表示矩阵(也可以是一维) ②ord:范数类型 向量的范数: 矩阵的范 阅读全文
posted @ 2019-11-23 15:50 Le1B_o 阅读(339) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_40476348/article/details/94562240 常用于多分类任务,NLLLoss 函数输入 input 之前,需要对 input 进行 log_softmax 处理,即将 input 转换成概率分布的形式,并且取对数,底数 阅读全文
posted @ 2019-11-22 20:34 Le1B_o 阅读(9213) 评论(1) 推荐(1) 编辑
摘要: 1.1 安装 Debian/Ubuntu系统执行:apt get install screen 2.1 创建作业 在服务器终端输入命令,以创建作业 Screen S [Name] 例如: Screen S train_CNN 创建作业后,你可以在Screen上开始训练你的神经网络,跑你的代码等等…… 阅读全文
posted @ 2019-11-22 18:50 Le1B_o 阅读(1326) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-11-20 16:01 Le1B_o 阅读(558) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页