博客
关于我
Softmax函数详解与推导
阅读量:109 次
发布时间:2019-02-26

本文共 933 字,大约阅读时间需要 3 分钟。

Softmax????????

??Softmax??

Softmax????????????????????????0,1???????????????????V???V_i???i????Softmax?????????????

[a_i = \frac{e^{z_i}}{\sum_{j} e^{z_j}}]

???( z_i ) ?????????Softmax???????1????????????????????????????????????

?????????????10?????????????????????Softmax???????????????????????????

??Softmax????

?????????????????????????????????( y_j = 1 )???????

[\text{Loss} = -\ln a_j]

???( a_j ) ?Softmax????j?????????

[\frac{\partial \text{Loss}}{\partial w_{ij}} = a_i (1 - a_j) \cdot o_j]

???( o_j ) ???????( w_{ij} ) ??????????????????????

[\frac{\partial \text{Loss}}{\partial w_{ij}} = a_i a_j \cdot o_j]

?????????????????????????

??????

?????????????????[2, 3, 4]?Softmax?????????

[\begin{align*}a_1 &= \frac{e^2}{e^2 + e^3 + e^4} \a_2 &= \frac{e^3}{e^2 + e^3 + e^4} \a_3 &= \frac{e^4}{e^2 + e^3 + e^4}\end{align*}]

????????????????

[[0.0903, 0.2447 - 1, 0.665] = [0.0903, -0.7553, 0.665]]

?????????????????????????????

转载地址:http://xaxz.baihongyu.com/

你可能感兴趣的文章
office中的所有content type
查看>>
office之Excel 你会用 Ctrl + E 吗?
查看>>
Office办公软件里的“开发工具”选项卡-ChatGPT4o作答
查看>>
Office开发工具选项卡中的控件-ChatGPT4o作答
查看>>
Offline Installation the .NET Framework 3.5 on Windows 8
查看>>
OGC服务标准(地图资料篇.3)
查看>>
OGG初始化之使用数据库实用程序加载数据
查看>>
ogg参数解析
查看>>
ognl详解
查看>>
Ogre 插件系统
查看>>
Oil Deposits
查看>>
oj2894(贝尔曼福特模板)
查看>>
OJ4TH|Let's play a game
查看>>
OJ中处理超大数据的方法
查看>>
OJ中常见的一种presentation error解决方法
查看>>
OK335xS UART device registe hacking
查看>>
ok6410内存初始化
查看>>
OkDeepLink 使用教程
查看>>
OKHTTP
查看>>
Okhttp3中设置超时的方法
查看>>