Skip to content

Commit 7cec686

Browse files
committed
added reference and fixed typo
1 parent c2816dd commit 7cec686

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Some examples may require web-gl enabled browsers and viewers may experience lag
8080
<td><a href="https://dsgiitr.github.io/neural-style-transfer-tfjs">🔗</a></td>
8181
<td>Image Data</td>
8282
<td>Visualising Style Transfer using MobileNet</td>
83-
<td>Style Transder</td>
83+
<td>Style Transfer</td>
8484
<td>Browser</td>
8585
<td>Browser</td>
8686
</tr>
@@ -89,7 +89,7 @@ Some examples may require web-gl enabled browsers and viewers may experience lag
8989
<td><a href="https://dsgiitr.github.io/vanishing-gradients-demo">🔗</a></td>
9090
<td>Iris Dataset</td>
9191
<td>Developing Intuition how Relu Fixes Vanishing Gradients</td>
92-
<td>Neural Networds</td>
92+
<td>Neural Networks</td>
9393
<td>Browser</td>
9494
<td>Browser</td>
9595
</tr>

vanishing_gradients/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@ The package contains two scripts:
3636

3737
### Contributors
3838

39-
* [Sahil Goyal](https://github.com/sahilg06)
39+
* [Sahil Goyal](https://github.com/sahilg06)
40+
41+
### References
42+
43+
* [Activation functions](https://github.com/Polarisation/tfjs-activation-functions)

0 commit comments

Comments
 (0)