2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

進捗どうですか Vol.1

Posted at
Page 1 of 7

研究目標

様々なデータセットに対してAutoaugmentをかけて学習精度向上を図る。既出のものも試し、比較する

再現を目標とし、考察する


実装項目

  • 指定した枚数にデータセットを減らす処理
  • Controller RNN
  • 試験学習用モデル

工数見積もり


指定した枚数にデータを減らす処理

1000枚に減らすプログラム所有。for文の回数を減らすだけなので

10/100
優先度は低い


Controller RNN

使用するのは**NAS(Neural Architecture Search)**という手法。サンプルが見当たらず、githubを漁るしかない。かなり時間がかかりそう

70/100
優先度最高。これからとりかかる


試験学習用モデル

論文に合わせてVGG-16を使用するという手もあるが、正直それでよさそう。あまり重いモデルは時間もかかりそう

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?