d0tfi1e’s blog

趣味と日記

Machine/Deep Learning

LMTの理論をわかりやすく

はじめにリンクを載せておきます。 敵対的摂動入門 元論文 要は、うまくネットワークを学習させることで、ある閾値未満の摂動に対してロバストにできることを理論的に示した、ということです。 この手法はLipschitz Margin Trainingといわれ、略してLMTです…

Simplest Implementation of Neural Net without using Deep Learning Libraries

codes are available here When I was doing my CS assignment of implementing a neural net, I searched some implementations but none of them was cool. So I decided to implement one by myself. Model Only supports a model with fully connected l…