-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytorch-learn.html
More file actions
14 lines (14 loc) · 4.99 KB
/
Copy pathpytorch-learn.html
File metadata and controls
14 lines (14 loc) · 4.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html><head><meta charset="utf-8" /><link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/shuzijun/[email protected]/src/main/resources/vditor/dist/index.css"/><script src="https://cdn.jsdelivr.net/gh/shuzijun/[email protected]/src/main/resources/vditor/dist/js/i18n/zh_CN.js"></script><script src="https://cdn.jsdelivr.net/gh/shuzijun/[email protected]/src/main/resources/vditor/dist/method.min.js"></script></head><body style="width: 1075px;"><div class="vditor-reset" id="preview"><h1 id="本周汇报">本周汇报<a id="vditorAnchor-本周汇报" class="vditor-anchor" href="#本周汇报"><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></h1>
<h2 id="1-根据工作要求学习了Pytorch">1.根据工作要求学习了Pytorch<a id="vditorAnchor-1-根据工作要求学习了Pytorch" class="vditor-anchor" href="#1-根据工作要求学习了Pytorch"><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>
<blockquote>
<p>学习笔记请见:<a href="https://gitee.com/PythonnotJava/NoteBooks/tree/master/Pytorch-notebooks">https://gitee.com/PythonnotJava/NoteBooks/tree/master/Pytorch-notebooks</a></p>
<p>开发环境:Python 3.9 /Python 3.12 + jupyter + Dataspell</p>
<p>主要学习内容:tensor类型的构建与操作、数学基础、机器学习使用的流程、线性回归模型、softmax回归模型(实质上是分类)</p>
</blockquote>
<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>
<blockquote>
<p>功能介绍:使用C为底层API设计+Dart为核心语言的矩阵操作库,弥补我在使用 <em>网页/软件</em> 制作与汇报时没有趁手工具的遗憾。MatPly涵盖了我经常使用的数学函数、矩阵代数工具、概率论工具且容易拓展,目前功能对我来说基本够用</p>
<p>发布地址详见:<a href="https://pub.dev/packages/matply">https://pub.dev/packages/matply</a></p>
<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>
</blockquote>
</div><script> const previewElement = document.getElementById('preview'); Vditor.setContentTheme('idea-light', 'https://cdn.jsdelivr.net/gh/shuzijun/[email protected]/src/main/resources/vditor/dist/css/content-theme'); Vditor.codeRender(previewElement); Vditor.highlightRender({"enable":true,"lineNumber":false,"style":"dracula"}, previewElement, 'https://cdn.jsdelivr.net/gh/shuzijun/[email protected]/src/main/resources/vditor'); Vditor.mathRender(previewElement, { cdn: 'https://cdn.jsdelivr.net/gh/shuzijun/[email protected]/src/main/resources/vditor',math: {"engine":"KaTeX","inlineDigit":true,"macros":{}}}); Vditor.mermaidRender(previewElement, 'https://cdn.jsdelivr.net/gh/shuzijun/[email protected]/src/main/resources/vditor', 'light'); Vditor.flowchartRender(previewElement, 'https://cdn.jsdelivr.net/gh/shuzijun/[email protected]/src/main/resources/vditor'); Vditor.graphvizRender(previewElement, 'https://cdn.jsdelivr.net/gh/shuzijun/[email protected]/src/main/resources/vditor'); Vditor.chartRender(previewElement, 'https://cdn.jsdelivr.net/gh/shuzijun/[email protected]/src/main/resources/vditor', 'light'); Vditor.mindmapRender(previewElement, 'https://cdn.jsdelivr.net/gh/shuzijun/[email protected]/src/main/resources/vditor', 'light'); Vditor.abcRender(previewElement, 'https://cdn.jsdelivr.net/gh/shuzijun/[email protected]/src/main/resources/vditor'); Vditor.mediaRender(previewElement); Vditor.speechRender(previewElement); </script> <script src="https://cdn.jsdelivr.net/gh/shuzijun/[email protected]/src/main/resources/vditor/dist/js/icons/ant.js"></script></body></html>