近日,加拿大蒙特利尔学习算法研究所(MILA)唐建教授团队开源了一个通用型药物发现和设计的机器学习平台——TorchDrug,涵盖了图机器学习(包括图神经网络、几何深度学习和知识图谱)、深度生成模型以及强化学习等技术。 TorchDrug 是一个建立在开源机器学习库上的深度图表示学习工具箱,整合了分子性质预测、分子从头设计和优化、...
train_set, valid_set, test_set = torch.utils.data.random_split(dataset, lengths) 为分类定义图神经网络 我们定义了一个图神经网络来编码分子图。具体来说,我们使用具有 4 个隐藏层的图同构网络 (GIN) 。 from torchdrug import core, models, tasks model = models.GIN(input_dim=dataset.node_feature_...
近日,加拿大Mila实验室( https://mila.quebec/ )的唐建教授团队做出重大举措,宣布开源一个功能强大且灵活的药物研发平台——TorchDrug。TorchDrug由MilaGraph发起,旨在推进人工智能在药物发现方向的开源共享,加速整个药物研发的进展。 1 平台介绍 TorchDrug是一个专为药物发现设计的机器学习平台,涵盖了从图机器学习(图...
torchdrug.data:基本数据结构和基于张量的图运算,e.g. Graph masking; torchdrug.layers:神经网络层和损失层,e.g. Message Passing Layer; torchdrug.models:表征学习模型,e.g. Message Passing Neural Network; torchdrug.tasks:特定任务的模块和功能,e.g. Molecule property prediction。 研发团队 这一平台的项...
TorchDrug介绍 华人团队开源「通用型」AI药物发现平台,图表示学习的「杀手级」应用在生物医药?丨专访MILA唐建|制药|AI https://www.163.com/dy/article/GHTUH1RU0532PL1J.html C:\makeGoTest>pip3 install torch C:\makeGoTest>python -c "import torch; print(torch.version") ...
torchdrug安装指南 1. 确定Python环境和版本要求 TorchDrug支持Python 3.7和3.8版本。请确保你的Python环境符合这一要求。 2. 安装PyTorch 在安装TorchDrug之前,你需要先安装PyTorch。你可以通过以下命令安装支持CPU的PyTorch: bash pip3 install torch 如果你有GPU,并且希望使用CUDA加速,你需要安装支持CUDA的PyTorch版本...
TorchDrug is designed for humans and focused on graph structured data. It enables easy implementation of graph operations in machine learning models. All the operations in TorchDrug are backed byPyTorchframework, and support GPU acceleration and auto differentiation. ...
TorchDrug是一个专为药物发现设计的机器学习平台,涵盖了从图机器学习(图神经网络、几何深度学习和知识图谱)、深度生成模型到强化学习的技术,它提供了一个全面而灵活的接口来支持PyTorch中药物发现模型的快速原型设计。 TorchDrug具有四项主要功能,包括: 最小化领域知识 ...
近日,加拿大Mila实验室( https://mila.quebec/ )的唐建教授团队做出重大举措,宣布开源一个功能强大且灵活的药物研发平台——TorchDrug。TorchDrug由MilaGraph发起,旨在推进人工智能在药物发现方向的开源共享,加速整个药物研发的进展。 1 平台介绍 TorchDrug是一个专为药物发现设计的机器学习平台,涵盖了从图机器学习(图...
UpdatedApr 27, 2022 Python Add a description, image, and links to thetorchdrugtopic page so that developers can more easily learn about it. To associate your repository with thetorchdrugtopic, visit your repo's landing page and select "manage topics."...