Skip to content
This repository was archived by the owner on Jun 8, 2020. It is now read-only.

Commit ae79bb3

Browse files
author
Manash Kumar Mandal
authored
fix missing partial sign
1 parent 652324e commit ae79bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

softmax_regression/softmax_regression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ Z = WX \\
689689
$$
690690
পার্শিয়াল ডেরিভেটিভ এর চেইন রুল অনুযায়ী,
691691
$$
692-
\frac{ \partial \mathcal{L} (y, \hat{y}) }{\partial W} = \frac{ \mathcal{L} (y, \hat{y}) }{\partial Z} . \frac{ \partial Z }{ \partial W }
692+
\frac{ \partial \mathcal{L} (y, \hat{y}) }{\partial W} = \frac{ \partial \mathcal{L} (y, \hat{y}) }{\partial Z} . \frac{ \partial Z }{ \partial W }
693693
$$
694694
এখন $$Z$$ এর সাপেক্ষে $$\mathcal{L} (y, \hat{y})$$ এর ডেরিভেটিভ ক্যালকুলেট করলেই হবে,
695695
$$

0 commit comments

Comments
 (0)