Skip to content

tkubotake/kmd_ai_app_ws

Repository files navigation

kmd_ai_app_ws

動作確認環境

Python 3.6.1 :: Anaconda 4.4.0 (x86_64)

環境設定

$ pip install opencv-python Fashion MNISTのデータをダウンロードする。

ファイルの種類

  • 01_check_data.ipynb : Fashion MNIST でデータセットの雰囲気を掴む
  • 02_run_fashion_mnist.ipynb : Fashion MNIST で画像分類を実施してみる
  • 03_run_dnn_from_folder.ipynb : 自身で用意したデータセットで(ディレクトリ内の画像ファイルを元に)ディープラーニング

Get the Data from Fashion MNIST

You can use direct links to download the dataset. The data is stored in the same format as the original MNIST data.

Name Content Examples Size Link MD5 Checksum
train-images-idx3-ubyte.gz training set images 60,000 26 MBytes Download 8d4fb7e6c68d591d4c3dfef9ec88bf0d
train-labels-idx1-ubyte.gz training set labels 60,000 29 KBytes Download 25c81989df183df01b3e8a0aad5dffbe
t10k-images-idx3-ubyte.gz test set images 10,000 4.3 MBytes Download bef4ecab320f06d8554ea6380940ec79
t10k-labels-idx1-ubyte.gz test set labels 10,000 5.1 KBytes Download bb300cfdad3c16e7a12a480ee83cd310

画像収集系

画像分類のアイデア

About

慶應メディアデザイン研究科講義用

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published