Skip to content

Commit 1e23d7e

Browse files
committed
NEW
1 parent c91b4e5 commit 1e23d7e

File tree

7 files changed

+104
-4
lines changed

7 files changed

+104
-4
lines changed

.idea/PythonnotJava.github.io.iml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extend/backup/pytorch-learn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
>
99
> 主要学习内容:tensor类型的构建与操作、数学基础、机器学习使用的流程、线性回归模型
1010
11-
## 2.完成了上周的小工具Matply
12-
> 功能介绍:使用C为底层API设计+Dart为核心语言的矩阵操作库,弥补我在使用 _网页/软件_ 制作与汇报时没有趁手工具的遗憾,目前功能对我来说基本够用
11+
## 2.完成了上周的小工具MatPly
12+
> 功能介绍:使用C为底层API设计+Dart为核心语言的矩阵操作库,弥补我在使用 _网页/软件_ 制作与汇报时没有趁手工具的遗憾。MatPly涵盖了我经常使用的数学函数、矩阵代数工具、概率论工具且容易拓展,目前功能对我来说基本够用
1313
>
1414
> 发布地址详见:https://pub.dev/packages/matply
1515
>

extend/html/pytorch-learn.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ <h2 id="1-根据工作要求学习了Pytorch">1.根据工作要求学习了Pytor
55
<p>开发环境:Python 3.9 /Python 3.12 + jupyter + Dataspell</p>
66
<p>主要学习内容:tensor类型的构建与操作、数学基础、机器学习使用的流程、线性回归模型</p>
77
</blockquote>
8-
<h2 id="2-完成了上周的小工具Matply">2.完成了上周的小工具Matply<a id="vditorAnchor-2-完成了上周的小工具Matply" class="vditor-anchor" href="#2-完成了上周的小工具Matply"><svg viewBox="0 0 16 16" version="1.1" width="16" height="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a></h2>
8+
<h2 id="2-完成了上周的小工具MatPly">2.完成了上周的小工具MatPly<a id="vditorAnchor-2-完成了上周的小工具MatPly" class="vditor-anchor" href="#2-完成了上周的小工具MatPly"><svg viewBox="0 0 16 16" version="1.1" width="16" height="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a></h2>
99
<blockquote>
10-
<p>功能介绍:使用C为底层API设计+Dart为核心语言的矩阵操作库,弥补我在使用 <em>网页/软件</em> 制作与汇报时没有趁手工具的遗憾,目前功能对我来说基本够用</p>
10+
<p>功能介绍:使用C为底层API设计+Dart为核心语言的矩阵操作库,弥补我在使用 <em>网页/软件</em> 制作与汇报时没有趁手工具的遗憾。MatPly涵盖了我经常使用的数学函数、矩阵代数工具、概率论工具且容易拓展,目前功能对我来说基本够用</p>
1111
<p>发布地址详见:<a href="https://pub.dev/packages/matply">https://pub.dev/packages/matply</a></p>
1212
<p>文档地址详见:<a href="https://www.robot-shadow.cn/src/pkg/MatPly_Dart/site/">https://www.robot-shadow.cn/src/pkg/MatPly_Dart/site/</a></p>
1313
</blockquote>

0 commit comments

Comments
 (0)