Skip to content

Commit 0238983

Browse files
committed
chapter7
1 parent 3d16cd5 commit 0238983

File tree

3 files changed

+483
-4
lines changed

3 files changed

+483
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Pythonの内部的な実装はあまり扱わず,Pythonによるコーディ
2121
- [Chapter 3: 数学系モジュール (math, numpy, scipy)](./text/Chapter3.ipynb)
2222
- [Chapter 4: Pythonによる可視化 (matplotlib, pandas)と最適化](./text/Chapter4.ipynb)
2323
- [Chapter 5: Pythonによる機械学習 (scikit-learn)](./text/Chapter5.ipynb)
24-
24+
- [Chapter 6: Pythonによる機械学習 (Pytorch)](./text/Chapter6.ipynb)
2525

2626
## 目標
2727
- Pythonで基本的なコードが書けるようになる
2828
- Pythonのデータ構造を理解し,使えるようになる
29-
- PyDataと呼ばれるPythonによるデータ分析技術の基礎を理解する
29+
- Pythonによるデータ分析技術の基礎を理解する
3030

3131
## 参考資料
3232
- [Python3.5 チュートリアル](https://docs.python.jp/3.5/tutorial/index.html)
@@ -36,4 +36,7 @@ Pythonの内部的な実装はあまり扱わず,Pythonによるコーディ
3636
- [Scipy Lecture Notes(日本語訳)](http://www.turbare.net/transl/scipy-lecture-notes/index.html)
3737
- [Jake VanderPlas "Python Data Science Handbook"](https://jakevdp.github.io/PythonDataScienceHandbook/)
3838
- [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+
3942

text/Chapter6.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
{
489489
"cell_type": "code",
490490
"execution_count": 13,
491-
"id": "3ee1a742",
491+
"id": "9f967058",
492492
"metadata": {},
493493
"outputs": [
494494
{
@@ -618,7 +618,7 @@
618618
{
619619
"cell_type": "code",
620620
"execution_count": null,
621-
"id": "11f4f00d",
621+
"id": "cf094f17",
622622
"metadata": {},
623623
"outputs": [],
624624
"source": []

0 commit comments

Comments
 (0)