DQN-PyTorch 实现PyTorch 目录: 项目结构: ├── agents | └── dqn.py # the main training agent for the dqn ├── graphs | └── models | | └── dqn.py | └── losses | | └── huber_loss.py # contains huber loss definition ├── datasets # contains all dataloaders for the project ├── utils # utilities folder containing input extraction, replay memory, config parsing, etc | └── assets | └── replay_memory.py |
1
韩松—TinyML and Efficient Deep Learning,介绍ppt
2022-09-11 17:04:52 68.95MB
1
Neural Networks and Deep Learning神经网络与深度学习 中文版.pdf 个人收集电子书,仅用学习使用,不可用于商业用途,如有版权问题,请联系删除!
2022-09-06 15:15:54 3.06MB 深度学习 中文版
1
Neural Networks and Deep Learning - 神经网络与深度学习 中英两个版本文件- 完美排版
2022-09-06 15:08:34 15.98MB 神经网络 深度学习
1
Deep learning Book by Ian Goodfellow and Yoshua Bengio
2022-09-06 10:28:56 26.5MB 深度学习 pdf Goodfellow Bengio
1
77 深度学习大牛的《深度学习》笔记,Deep Learning速成教程.docx
2022-09-05 14:03:51 767KB
multimodel information retrieval materials including: 1. ppt of the course 2.reference of the course 3.test and solution of the course
2022-09-05 12:06:06 94.42MB deep learning cds521 test
1
MMS骨架 介绍 MMSkeleton是一个开源工具箱,用于基于骨骼的人类理解。 这是负责的项目的一部分。 MMSkeleton是根据我们的研究项目。 更新 [2020-01-21] MMSkeleton v0.7发布。 [2019-10-09] MMSkeleton v0.6发布。 [2019-10-08]支持示范动物园。 [2019-10-02]支持自定义数据集。 [2019-09-23]添加基于视频的姿势估计演示。 [2019-08-29] MMSkeleton v0.5发布。 产品特点 高扩展性 MMSkeleton提供了灵活的框架来系统地组织代码和项目,并具有扩展到各种任务
1
Packt.Python.Deep.Learning.Cookbook.2017Packt.Python.Deep.Learning.Cookbook.2017
2022-09-01 15:35:46 3.89MB Python 深度学习
1
Alphafold2-Pytorch(WIP) 要最终成为一个非官方的工作Pytorch实施 ,令人叹为观止的注意网络解决CASP14。 随着体系结构的更多细节发布,将逐步实施。 复制完成后,我打算将所有可用的氨基酸序列在计算机上折叠起来,并作为学术洪流发布,以供进一步科学使用。 如果您对复制工作感兴趣,请在此#alphafold 安装 $ pip install alphafold2-pytorch 用法 像Alphafold-1一样预测分布图,但要注意 import torch from alphafold2_pytorch import Alphafold2 from alphafold2_pytorch . utils import MDScaling , center_distogram_torch model = Alphafold2 ( dim = 256 ,
1