File tree Expand file tree Collapse file tree 3 files changed +483
-4
lines changed Expand file tree Collapse file tree 3 files changed +483
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ Pythonの内部的な実装はあまり扱わず,Pythonによるコーディ
21
21
- [ Chapter 3: 数学系モジュール (math, numpy, scipy)] ( ./text/Chapter3.ipynb )
22
22
- [ Chapter 4: Pythonによる可視化 (matplotlib, pandas)と最適化] ( ./text/Chapter4.ipynb )
23
23
- [ Chapter 5: Pythonによる機械学習 (scikit-learn)] ( ./text/Chapter5.ipynb )
24
-
24
+ - [ Chapter 6: Pythonによる機械学習 (Pytorch) ] ( ./text/Chapter6.ipynb )
25
25
26
26
## 目標
27
27
- Pythonで基本的なコードが書けるようになる
28
28
- Pythonのデータ構造を理解し,使えるようになる
29
- - PyDataと呼ばれるPythonによるデータ分析技術の基礎を理解する
29
+ - Pythonによるデータ分析技術の基礎を理解する
30
30
31
31
## 参考資料
32
32
- [ Python3.5 チュートリアル] ( https://docs.python.jp/3.5/tutorial/index.html )
@@ -36,4 +36,7 @@ Pythonの内部的な実装はあまり扱わず,Pythonによるコーディ
36
36
- [ Scipy Lecture Notes(日本語訳)] ( http://www.turbare.net/transl/scipy-lecture-notes/index.html )
37
37
- [ Jake VanderPlas "Python Data Science Handbook"] ( https://jakevdp.github.io/PythonDataScienceHandbook/ )
38
38
- [ Problem Solving with Algorithms and Data Structures using Python] ( https://interactivepython.org/runestone/static/pythonds/index.html )
39
+ - [ Pytorchでのモデルパラメータの確認] ( https://tzmi.hatenablog.com/entry/2021/04/30/105227 )
40
+ - [ PyTorchで線形回帰+L1/L2正則化] ( https://qiita.com/tabintone/items/790729a89ed84bb21b74 )
41
+
39
42
Original file line number Diff line number Diff line change 488
488
{
489
489
"cell_type" : " code" ,
490
490
"execution_count" : 13 ,
491
- "id" : " 3ee1a742 " ,
491
+ "id" : " 9f967058 " ,
492
492
"metadata" : {},
493
493
"outputs" : [
494
494
{
618
618
{
619
619
"cell_type" : " code" ,
620
620
"execution_count" : null ,
621
- "id" : " 11f4f00d " ,
621
+ "id" : " cf094f17 " ,
622
622
"metadata" : {},
623
623
"outputs" : [],
624
624
"source" : []
You can’t perform that action at this time.
0 commit comments