https://github.com/kentaroy47/writing-cnn-from-scratch
https://github.com/kentaroy47/writing-cnn-from-scratch
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kentaroy47/writing-cnn-from-scratch
- Owner: kentaroy47
- Created: 2018-05-29T21:57:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T22:07:53.000Z (over 7 years ago)
- Last Synced: 2025-01-20T23:52:38.255Z (9 months ago)
- Language: Python
- Size: 29.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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は動いてる?