Toggle navigation sidebar
Toggle in-page Table of Contents
AI4SC from Zero
Welcome to AI 4 SC from Zero
教程
Python 入门
Python 基础
Python 示例
Python和Matlab的差异
Pytorch 入门
如何安装PyTorch
基于PyTorch的基本操作
使用PyTorch求解RTE(和Matlab代码对比)
使用PyTorch训练神经网络
PyTorch库的结构
PyTorch的函数变换
扩展PyTorch
Neural Operator
Fourier neural operator
Neural Solution
PINN for burgers equation
补充
大模型分布式训练
补充资料
repository
open issue
.md
.pdf
Pytorch 入门
Pytorch 入门
#
PyTorch最早是作为神经网络库开发的,但是随着逐渐发展,目前已经不仅限应用于神经网络方面,而是逐渐成为一个支持GPU加速与符号微分的张量计算库,可以作为Numpy的上位替代。
如何安装PyTorch
基于PyTorch的基本操作
使用PyTorch求解RTE(和Matlab代码对比)
使用PyTorch训练神经网络
PyTorch库的结构
PyTorch的函数变换
扩展PyTorch