Skip to content

Commit

Permalink
初期コミット。
Browse files Browse the repository at this point in the history
  • Loading branch information
takishim committed Feb 14, 2017
1 parent 00fb485 commit 8e26f44
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# できること
- データファイルをダウンロードする
- 特徴量データを読み込む
- 正解ラベルデータを読み込む
- 文字の概形をテキストで表示する
- 画像を表示する
- 画像を保存する

# 使い方
## クローン
$ git clone https://github.com/kinmojr/mnist_java.git
$ cd mnist_java.git

## ビルド
$ mvn clean package

## サンプル実行
$ java -cp target/mnist_java-0.1.jar to.kishimo.minist.Main
コンソールに訓練画像とテスト画像のそれぞれ1枚目がテキストで表示される
訓練画像とテスト画像のそれぞれ2枚目がウィンドウに表示される
訓練画像とテスト画像のそれぞれ3枚目が、./dataset/mnist/(train|test)_[インデックス]_[正解ラベル].gifとして保存される

# ライセンス
# できること
- データファイルをダウンロードする
- 特徴量データを読み込む
- 正解ラベルデータを読み込む
- 文字の概形をテキストで表示する
- 画像を表示する
- 画像を保存する

# 使い方
## クローン
$ git clone https://github.com/kinmojr/mnist_java.git
$ cd mnist_java.git

## ビルド
$ mvn clean package

## サンプル実行
$ java -cp target/mnist_java-0.1.jar to.kishimo.minist.Main
コンソールに訓練画像とテスト画像のそれぞれ1枚目がテキストで表示される
訓練画像とテスト画像のそれぞれ2枚目がウィンドウに表示される
訓練画像とテスト画像のそれぞれ3枚目が、./dataset/mnist/(train|test)_[インデックス]_[正解ラベル].gifとして保存される

# ライセンス
MIT

0 comments on commit 8e26f44

Please sign in to comment.