上一页 1 ··· 382 383 384 385 386 387 388 389 390 ··· 732 下一页
摘要: Lucidrains 系列项目源码解析(二十) .\lucidrains\imagen-pytorch\imagen_pytorch\imagen_pytorch.py # 导入数学库 import math # 从随机模块中导入随机函数 from random import random # 从 阅读全文
posted @ 2024-06-28 14:01 绝不原创的飞龙 阅读(65) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(二) .\lucidrains\alphafold2\scripts\refinement.py # 导入所需的库和模块 import os import json import warnings # 科学计算库 import numpy as np # 尝试 阅读全文
posted @ 2024-06-28 14:01 绝不原创的飞龙 阅读(76) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(八) .\lucidrains\DALLE-pytorch\setup.py # 导入设置工具和查找包工具 from setuptools import setup, find_packages # 执行版本文件中的代码,将版本信息导入当前环境 exec(op 阅读全文
posted @ 2024-06-28 14:01 绝不原创的飞龙 阅读(170) 评论(0) 推荐(0)
摘要: SymPy 1.13 中文文档(一) 原文:docs.sympy.org/latest/index.html 安装 原文:docs.sympy.org/latest/install.html SymPy CAS 可以安装在几乎任何安装了 Python 的计算机上。SymPy 需要首先安装 mpmat 阅读全文
posted @ 2024-06-27 17:24 绝不原创的飞龙 阅读(846) 评论(0) 推荐(0)
摘要: SymPy 1.13 中文文档(五) 原文:docs.sympy.org/latest/index.html 置换群 原文:docs.sympy.org/latest/modules/combinatorics/perm_groups.html class sympy.combinatorics.p 阅读全文
posted @ 2024-06-27 17:24 绝不原创的飞龙 阅读(94) 评论(0) 推荐(0)
摘要: SymPy 1.13 中文文档(四) 原文:docs.sympy.org/latest/index.html 精炼 原文:docs.sympy.org/latest/modules/assumptions/refine.html sympy.assumptions.refine.refine(exp 阅读全文
posted @ 2024-06-27 17:24 绝不原创的飞龙 阅读(90) 评论(0) 推荐(0)
摘要: SymPy 1.13 中文文档(十一) 原文:docs.sympy.org/latest/index.html 离散 原文链接:docs.sympy.org/latest/modules/discrete.html 在 SymPy 的discrete模块中实现了计算有限序列的离散变换和卷积的方法。 阅读全文
posted @ 2024-06-27 17:23 绝不原创的飞龙 阅读(394) 评论(0) 推荐(0)
摘要: SymPy 1.13 中文文档(十五) 原文:docs.sympy.org/latest/index.html 物理 原文:docs.sympy.org/latest/reference/public/physics/index.html 一个帮助解决物理问题的模块。 目录 氢波函数 矩阵 泡利代数 阅读全文
posted @ 2024-06-27 17:23 绝不原创的飞龙 阅读(248) 评论(0) 推荐(0)
摘要: SymPy 1.13 中文文档(十四) 原文:docs.sympy.org/latest/index.html 矢量积分的应用 原文:docs.sympy.org/latest/modules/vector/vector_integration.html 要在区域上积分一个标量或矢量场,我们必须首先 阅读全文
posted @ 2024-06-27 17:22 绝不原创的飞龙 阅读(256) 评论(0) 推荐(0)
摘要: SymPy 1.13 中文文档(十三) 原文:docs.sympy.org/latest/index.html 矩阵类别 原文链接:docs.sympy.org/latest/modules/matrices/kind.html class sympy.matrices.kind.MatrixKin 阅读全文
posted @ 2024-06-27 17:22 绝不原创的飞龙 阅读(216) 评论(0) 推荐(0)
上一页 1 ··· 382 383 384 385 386 387 388 389 390 ··· 732 下一页