Skip to content

Commit c44cd3e

Browse files
authored
Add CNN Explainer
1 parent 0511a18 commit c44cd3e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

websites.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
- name: "CNN Explainer"
2+
desc: "An interactive visualization system designed to help non-experts learn about Convolutional Neural Networks (CNNs)"
3+
url: https://poloclub.github.io/cnn-explainer/
4+
repo: https://github.com/poloclub/cnn-explainer
5+
license: MIT
6+
writeup: https://arxiv.org/abs/2004.15004
7+
authors: [Zijie Jay Wang, Robert Turko, Omar Shaikh, Haekyu Park, Nilaksh Das, Fred Hohman, Minsuk Kahng, Duen Horng (Polo) Chau]
8+
tags: [cnn, convnet]
9+
uses: [demo, tutorial]
10+
img: https://i.imgur.com/7FGSR7S.png
11+
112
- name: "Deep Recurrent Nets character generation demo"
213
desc: "This demo shows usage of the recurrentjs library train RNN and LSTM networks in JavaScript."
314
url: https://cs.stanford.edu/people/karpathy/recurrentjs/

0 commit comments

Comments
 (0)