会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LeeB_o
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
15
下一页
2020年3月14日
PCA理论化解释
摘要:
阅读全文
posted @ 2020-03-14 22:27 Le1B_o
阅读(142)
评论(0)
推荐(0)
2019年12月17日
Pytorch-Dataset & DataLoader & Sampler
摘要: https://www.cnblogs.com/marsggbo/p/11308889.html https://www.cnblogs.com/marsggbo/p/11541054.html
阅读全文
posted @ 2019-12-17 15:37 Le1B_o
阅读(407)
评论(0)
推荐(0)
2019年12月16日
Pytorch-DataLoader()-collate_fn
摘要: https://www.jianshu.com/p/bb90bff9f6e5
阅读全文
posted @ 2019-12-16 15:53 Le1B_o
阅读(350)
评论(0)
推荐(0)
2019年12月13日
yaml + easydict 写 配置文件
摘要: 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
阅读(736)
评论(0)
推荐(0)
2019年12月11日
Python sys.path.append() & sys.path.insert()
摘要:
阅读全文
posted @ 2019-12-11 14:02 Le1B_o
阅读(261)
评论(0)
推荐(0)
2019年11月23日
ML - Cluster - KMeans
摘要: github:kmeans代码实现1、kmeans代码实现2(包含二分k means) 本文算法均使用python3实现 1 聚类算法 对于"监督学习"(supervised learning),其训练样本是带有标记信息的,并且监督学习的目的是:对带有标记的数据集进行模型学习,从而便于对新的样本进行
阅读全文
posted @ 2019-11-23 16:48 Le1B_o
阅读(226)
评论(0)
推荐(0)
numpy.linalg.norm() 求范数
摘要: 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
阅读(370)
评论(0)
推荐(0)
2019年11月22日
Pytorch-损失函数-NLLLoss
摘要: https://blog.csdn.net/weixin_40476348/article/details/94562240 常用于多分类任务,NLLLoss 函数输入 input 之前,需要对 input 进行 log_softmax 处理,即将 input 转换成概率分布的形式,并且取对数,底数
阅读全文
posted @ 2019-11-22 20:34 Le1B_o
阅读(9474)
评论(1)
推荐(1)
linux服务器中screen的用法
摘要: 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
阅读(1390)
评论(0)
推荐(0)
2019年11月20日
Python pickle protocol
摘要:
阅读全文
posted @ 2019-11-20 16:01 Le1B_o
阅读(565)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
15
下一页
公告