File tree 4 files changed +7
-1
lines changed
4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ title: ロジスティック回帰の改善
13
13
14
14
このデータセットでは10種類の平仮名に対して、オリジナルのMNISTと同様に60000文字の訓練データと10000文字のテストデータが与えられている。
15
15
16
+ {% include lightbox.html src="/public/images/logistic/kmnist_examples.jpg" %}
17
+
16
18
## 評価方法
17
19
18
20
提出されたプログラムを同環境で実行して、その精度を競う。ただし、プログラムを提出する際には、IPython NotebookではなくPythonの` *.py ` ファイルでプログラムを作成し、
Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ permalink: /
25
25
26
26
### ロジスティック回帰
27
27
28
- ここでは回帰モデルの基本ともいえるロジスティック回帰を用いた、手書き文字の認識を目指す。
28
+ ここでは回帰モデルの基本ともいえるロジスティック回帰を用いた、手書き文字(数字および日本語のくずし字)の認識を目指す。
29
+
30
+ {% include lightbox.html src="/public/images/logistic/kmnist_examples.jpg" %}
29
31
30
32
* [ バイナリデータの読み込み] ({% link _ contents/python/read-binary.md %})
31
33
* [ ロジスティック回帰 -その1-] ({% link _ contents/python/logistic-regression-01.md %})
@@ -101,6 +103,8 @@ permalink: /
101
103
102
104
### Rigid-ICP法による点群データの位置揃え
103
105
106
+ {% include lightbox.html src="/public/images/rigid_icp/point2plane.gif" style="border: 1px solid #efefef;" %}
107
+
104
108
* [ アルゴリズムの概要] ({% link _ contents/cpp/overview-rigid-icp.md %})
105
109
* [ k-d木による最近傍探索] ({% link _ contents/cpp/kdtree.md %})
106
110
* [ Eigenを用いた線形問題の解法] ({% link _ contents/cpp/eigen-solve-linear-system.md %})
You can’t perform that action at this time.
0 commit comments