上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 341 下一页
摘要: 正则化 https://www.sohu.com/a/285178444_654419 过拟合肯定不是我们想要的结果,因此需要使用一些方法来尽量避免过拟合的发生。比如常见的过拟合处理方法有: 增加数据量 简化模型 交叉验证 正则化 如果我们的模型过度地学习并拟合了数据,那么就会连一些噪音数据也一起学 阅读全文
posted @ 2023-10-07 11:18 emanlee 阅读(247) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/64952700/multiplying-two-3d-pytorch-tensors-iteratively https://blog.csdn.net/Mluoo/article/details/129873458 nump 阅读全文
posted @ 2023-10-07 11:18 emanlee 阅读(96) 评论(0) 推荐(0)
摘要: Transformer的代码 代码: https://pytorch.org/hub/huggingface_pytorch-transformers/ https://zhuanlan.zhihu.com/p/107586681 代码讲解: https://www.bilibili.com/vid 阅读全文
posted @ 2023-10-07 11:18 emanlee 阅读(32) 评论(0) 推荐(0)
摘要: 资料链接:https://pan.baidu.com/s/15KaeBncd5nOMbSadXqKbng 提取码:1234 1.元件简介当电压作用于压电陶瓷时,就会随电压和频率的变化产生机械变形。另一方面,当振动压电陶瓷时,则会产生一个电荷。利用这一原理,当给由两片压电陶瓷或一片压电陶瓷和一个金属片 阅读全文
posted @ 2023-10-07 11:18 emanlee 阅读(248) 评论(0) 推荐(0)
摘要: 生成对抗模仿学习(GAIL) 生成对抗模仿学习(Generative Adversarial Imitation Learning,GAIL)、序列生成对抗网络(Sequence Generative Adversarial Networks,SeqGAN)都是强化学习与GAN的结合,传统强化学习方 阅读全文
posted @ 2023-10-07 11:17 emanlee 阅读(602) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-10-07 11:17 emanlee 阅读(25) 评论(0) 推荐(0)
摘要: 线性回归为什么加正则项 https://blog.csdn.net/nkufang/article/details/129648037 https://zhuanlan.zhihu.com/p/410358244 1 正则项的含义 在线性回归中,正则项是一种用于控制模型复杂度的技术,它通过将系数的大 阅读全文
posted @ 2023-10-07 11:16 emanlee 阅读(105) 评论(0) 推荐(0)
摘要: 李政轩老师系列视频 https://www.bilibili.com/video/BV1nx41157xz/?spm_id_from=333.337.search-card.all.click&vd_source=6292df769fba3b00eb2ff1859b99d79e 低纬度空间线性不可分 阅读全文
posted @ 2023-10-07 11:05 emanlee 阅读(57) 评论(0) 推荐(0)
摘要: UCSC Genome Browser 使用 登陆系统 然后 管理 custom tracks 修改: 保存session 阅读全文
posted @ 2023-10-07 11:05 emanlee 阅读(57) 评论(0) 推荐(0)
摘要: NotImplementedError: head() not supported for non file-based BedTools 阅读全文
posted @ 2023-10-07 11:04 emanlee 阅读(10) 评论(0) 推荐(0)
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 341 下一页