l8l技術メモ

機械学習・深層学習・組込みとかのメモ

2019-03-01から1ヶ月間の記事一覧

Tensorflow(Keras)かPytorchか

KerasかPytorchか 簡単に調べた・知っている範囲だと ■ Keras 変なことしないなら少ない行数ですむ(?) Tensorflowバックエンドがついてくる(というかTF2.0でKerasと融合しつつある) TFバックエンドなら、モバイル(TFLite)への移行がスムーズ。EdgeTPUが…

メモ: 

Deep Learning for Image Denoising: A Survey https://arxiv.org/abs/1810.05052 0.5割読んだだけのメモ書きAwgn には有効だが、real image や複数種のノイズに一つのモデルで対応するのは依然課題っぽいUDNet はマルチレベルノイズへの対応を目指してい…

メモ: Simple and Scalable Predictive Uncertainty Estimation using Deep Ensembles

Simple and Scalable Predictive Uncertainty Estimation using Deep EnsemblesLakshminarayanan et. al 2017, https://arxiv.org/abs/1612.01474 要約記事 https://tech.instacart.com/3-nips-papers-we-loved-befb39a75ec2 Uncertaintyの推定は重要。 未知…

メモ: Why ReLU networks yield high-confidence predictions far away from the training data and how to mitigate the problem

Why ReLU networks yield high-confidence predictions far away from the training data and how to mitigate the problemhttps://arxiv.org/abs/1812.05720 信頼性(やしばしば求められる妥当性)という観点から、知らないデータに対しては、「don't-know…