An open API service indexing awesome lists of open source software.

https://github.com/kentaroy47/writing-cnn-from-scratch


https://github.com/kentaroy47/writing-cnn-from-scratch

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

Kerasで学習したパラメータをもとにCNNを動かす。

Deep CNN model:
cnn_raw_large.py

動作確認済み。0.6~くらいの制度が得られるt。

cnn_raw.py
FCが二層最後にあるのが原因かうまく動いていない。
他はテスト用ファイル。

次はVGGっぽくして制度の高いモデルを作成するのが課題。
acc=0.8~0.9くらいで見積もりたいかも。
poolingは動いてる?