deepchem

仓库创建 2025年10月20日最近提交 5 小时前SkillHot 收录 20 天前
▸ 精选理由

提供丰富的分子表征与预训练模型,适合快速实验与对比基准。

这个 Skill 做什么

用 DeepChem 进行分子属性预测与药物/材料建模。

把机器学习用到化学问题上,提供丰富的特征化方法和预置数据集,用于分子性质预测(如 ADMET、毒性)和药物/材料建模。适合做快速实验、跑预训练模型或比较多种分子表示与基准(MoleculeNet)。特点是特征化选项多、上手快;如果偏向图神经网络的 PyTorch 流程可能更适合用其它库。

▸ 展开 SKILL.md 英文原文

Molecular ML with diverse featurizers and pre-built datasets. Use for property prediction (ADMET, toxicity) with traditional ML or GNNs when you want extensive featurization options and MoleculeNet benchmarks. Best for quick experiments with pre-trained models, diverse molecular representations. For graph-first PyTorch workflows use torchdrug; for benchmark datasets use pytdc.

研究检索分子机器学习药物发现特征工程通用
3.2w
Stars
3.2k
Forks
40
仓库内 Skill
+1.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K-Dense-AI/scientific-agent-skills/main/skills/deepchem/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K-Dense-AI/scientific-agent-skills/main/skills/deepchem/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# DeepChem

## Overview

DeepChem is a comprehensive Python library for applying machine learning to chemistry, materials science, and biology. Enable molecular property prediction, drug discovery, materials design, and biomolecule analysis through specialized neural networks, molecular featurization methods, and pretrained models.

**Version note:** Examples target **deepchem 2.8.0** (PyPI stable, Apr 2024). Requires **Python 3.7–3.11** (`<3.12` on PyPI). Core utilities (loaders, featurizers, MoleculeNet) work without a DL backend; GNN and transformer models need the matching extra (`torch`, `tensorflow`, or `jax`). Install the backend framework first when using GPU builds.

## When to Use 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有