0
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?

【Python】ネイピア数eを底とした指数関数の微分

Posted at

ネイピア数eを底とした指数関数は微分しても形が変わらないため、微分した後も「eのx乗」です。

この性質は機械学習でも利用されます。次の式は、ディープラーニングで使われることがあるシグモイド関数です。
image.png

分母にネイピア数の指数関数があります。ネイピア数を底とした指数関数は微分しても形が変わず、計算上の都合が良いため、ディープラーニングの重みを調整する際に利用されることがあります。

0
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
0
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?