「mrcImageNeuralNetParticleLearning」の版間の差分
提供: Eospedia
細 (Kinoshita がページ「MrcImageNeuralNetParticleLearning」を「mrcImageNeuralNetParticleLearning」に移動しました) |
|||
| 行84: | 行84: | ||
</tr> | </tr> | ||
</table> | </table> | ||
| + | |||
| + | ===-ip, -in のフォーマット=== | ||
| + | <pre> | ||
| + | mrcファイル | ||
| + | . | ||
| + | . | ||
| + | |||
| + | </pre> | ||
| + | |||
| + | ===-o のフォーマット=== | ||
| + | <pre> | ||
| + | mrcファイル A B | ||
| + | . | ||
| + | . | ||
| + | |||
| + | </pre> | ||
== 実行例 == | == 実行例 == | ||
2014年1月8日 (水) 08:26時点における最新版
mrcImageNeuralNetParticleLearningとはEosのコマンドである。
オプション一覧
メインオプション
| オプション | 必須項目/選択項目 | 説明 | デフォルト |
|---|---|---|---|
| -ip | 必須 | 入力ファイル: partile image list filename | NULL |
| -in | 必須 | 入力ファイル: background image list filename | NULL |
| -o | 必須 | 出力ファイル: Neural Net Parameters after Learning | NULL |
| -B | 選択 | Bias: The value of the bias of the input layer | 1.0 |
| -max | 選択 | MaxCounter | 10 |
| -EPS | 選択 | Final Error | 0.005 |
| -lambda | 選択 | step for backpropagation | 0.1 |
| -c | 選択 | コンフィグファイル設定 | NULL |
| -m | 選択 | モードを設定 | 0 |
| -h | 選択 | ヘルプを表示 |
モードの詳細
| モード | 説明 |
|---|---|
| 0 |
-ip, -in のフォーマット
mrcファイル . .
-o のフォーマット
mrcファイル A B . .