l8l技術メモ

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

ML,DL

TensorFlowで最適化(最小化)

値域つきの変数 0 < x1 < x2 < 1 からなる loss(x1,x2) を最小化したい。 lossが線形の時は線形計画法でよい。pythonのライブラリにpulpライブラリがあるらしい。非線形のとき、tensorflowなどで最適化できる。 変数の制約をつけたいとき 値域をつけたい -> …

メモ: 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の推定は重要。 未知…