-
Notifications
You must be signed in to change notification settings - Fork 2
/
_toc.yml
48 lines (46 loc) · 1.71 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Table of contents
format: jb-book
root: index
parts:
- caption: プログラムの実行方法
chapters:
- file: notebooks/Python_chapter0_HowToUse.ipynb
- caption: 練習帳
chapters:
- file: notebooks/Python_practice.ipynb
- caption: Pythonの基本文法
numbered: true
chapters:
- file: notebooks/Python_chapter1_Introduction
- file: notebooks/Python_chapter2_ListLoop
- file: notebooks/Python_chapter3_Function
- caption: ライブラリと可視化
numbered: true
chapters:
- file: notebooks/Python_chapter4_Matplotlib
- caption: データ分析の基礎
numbered: true
chapters:
- file: notebooks/Python_chapter5_Probability.ipynb
- file: notebooks/Python_chapter6_Regression.ipynb
- file: notebooks/Python_chapter7_Optimization.ipynb
- file: notebooks/Python_chapter8_handling_files.ipynb
- caption: Tips&環境構築
chapters:
- file: notebooks/Python_misc_Error.ipynb
- file: notebooks/Python_misc_python_environment.ipynb
- file: notebooks/Python_misc_python_env_forWin11.ipynb
- file: notebooks/Python_misc_VScode.ipynb
- caption: おまけ
chapters:
- file: notebooks/Python_misc_Pandas.ipynb
- file: notebooks/Python_misc_numpy.ipynb
- file: notebooks/Python_chapter_ArtificialNeuralNetwork.ipynb
- file: notebooks/Python_chapter_BayesianOptimization.ipynb
- file: notebooks/Python_chapter_Bayesian_linear_regression.ipynb
- file: notebooks/Python_misc_StyleGAN3.ipynb
- file: notebooks/Python_chapter_WebScraping.ipynb
- file: notebooks/Python_misc_ODE.ipynb
- file: notebooks/Python_misc_PCA.ipynb
- file: notebooks/Python_misc_SingularValueDecomposition.ipynb
- file: notebooks/Python_misc_NewtonsMethod.ipynb