ユーザ用ツール

サイト用ツール


4_モデルと最適化アルゴリズムの設定

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン両方とも次のリビジョン
4_モデルと最適化アルゴリズムの設定 [2017/11/07] – [1. お約束の3行を入力] adash3334_モデルと最適化アルゴリズムの設定 [2017/11/07] – [L.Classifier()] adash333
行 75: 行 75:
 <iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//rcm-fe.amazon-adsystem.com/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=twosquirrel-22&o=9&p=8&l=as4&m=amazon&f=ifr&ref=as_ss_li_til&asins=4873117585&linkId=603bea27ea1777eb662830c5609200a1"></iframe> <iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//rcm-fe.amazon-adsystem.com/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=twosquirrel-22&o=9&p=8&l=as4&m=amazon&f=ifr&ref=as_ss_li_til&asins=4873117585&linkId=603bea27ea1777eb662830c5609200a1"></iframe>
 </html> </html>
- 
-==== L.Classifier() ==== 
- 
-<code> 
-import chainer.links as L 
- 
-# Network definition  
-class MLP(chainer.Chain): 
-    # MLPモデルを定義 
- 
-model = L.Classifier(MLP(1000, 10)) 
-</code> 
- 
-A simple classifier model. 
- 
-This is an example of chain that wraps another chain. It computes the loss and accuracy based on a given input/label pair. 
-だそう。 
- 
-https://docs.chainer.org/en/stable/reference/generated/chainer.links.Classifier.html 
  
  

4_モデルと最適化アルゴリズムの設定.txt · 最終更新: 2018/10/07 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki