Skip to content

Commit 798ba16

Browse files
authored
Merge pull request #12 from rafajak/master
update descriptions
2 parents 04882ca + fb13f80 commit 798ba16

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

websites.yaml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- name: "Deep Recurrent Nets character generation demo"
2+
desc: "This demo shows usage of the recurrentjs library train RNN and LSTM networks in JavaScript."
23
url: https://cs.stanford.edu/people/karpathy/recurrentjs/
34
repo: https://github.com/karpathy/recurrentjs
45
license: MIT
@@ -9,6 +10,7 @@
910
img: https://cs.stanford.edu/people/karpathy/recurrentjs/eg.png
1011

1112
- name: "ConvNetJS"
13+
desc: "Various demos of deep learning in JavaScript, using ConvNetJS library."
1214
url: https://cs.stanford.edu/people/karpathy/convnetjs/
1315
repo: https://github.com/karpathy/convnetjs
1416
license: MIT
@@ -19,6 +21,7 @@
1921
img: https://cs.stanford.edu/people/karpathy/convnetjs/cifar10.jpeg
2022

2123
- name: "Support Vector Machine in JavaScript"
24+
desc: "A lightweight implementation of the sequential minimal optimization algorithm to train a binary SVM model in JavaScript."
2225
url: https://cs.stanford.edu/~karpathy/svmjs/demo/
2326
repo: https://github.com/karpathy/svmjs
2427
license: MIT
@@ -29,6 +32,7 @@
2932
img: imgs/svmjs.png
3033

3134
- name: "tSNEJS demo"
35+
desc: "tSNE used for clustering the 500 most-followed accounts on Twitter."
3236
url: https://cs.stanford.edu/people/karpathy/tsnejs/
3337
repo: https://github.com/karpathy/tsnejs
3438
license: MIT
@@ -50,6 +54,7 @@
5054
img: imgs/forestjs.png
5155

5256
- name: "Keras.js"
57+
desc: "Keras.js is a library enabling running Keras models in the browser, with GPU support provided by WebGL 2."
5358
url: https://transcranial.github.io/keras-js/#/
5459
repo: https://github.com/transcranial/keras-js
5560
license: MIT
@@ -60,6 +65,7 @@
6065
img: https://transcranial.github.io/keras-js/demos/assets/resnet50.png
6166

6267
- name: "Interactive visualization of word analogies in GloVe"
68+
desc: "king - man + woman is queen; but why? Explore word vectors interactively."
6369
url: https://lamyiowce.github.io/word2viz/
6470
repo: https://github.com/lamyiowce/word2viz
6571
license: MIT
@@ -70,6 +76,7 @@
7076
img: https://lamyiowce.github.io/word2viz/word2viz_screenshot.png
7177

7278
- name: "A Neural Network Playground"
79+
desc: "Interactive visualization of simple neural networks, written in typescript using d3.js."
7380
url: http://playground.tensorflow.org/
7481
repo: https://github.com/tensorflow/playground
7582
license: Apache
@@ -81,6 +88,7 @@
8188

8289
- name: "A visual introduction to machine learning (Part 1)"
8390
url: http://www.r2d3.us/visual-intro-to-machine-learning-part-1/
91+
desc: "A demo of using a decision tree algorithm to distinguish houses in New York from houses in San Francisco"
8492
repo: ""
8593
license: ""
8694
writeup: ""
@@ -101,6 +109,7 @@
101109
img: http://www.r2d3.us/static/pages/decision-trees-part2-v2/part2-preview-en.png
102110

103111
- name: "D3 Graph Theory"
112+
desc: "Learn graph theory using interactive visualizations made in D3.js."
104113
url: https://mrpandey.github.io/d3graphTheory/index.html
105114
repo: https://github.com/mrpandey/d3graphTheory
106115
license: GPL
@@ -110,7 +119,8 @@
110119
uses: [demo, tutorial]
111120
img: https://i.imgur.com/MAvlQgj.png
112121

113-
- name: "immersive linear algebra"
122+
- name: "Immersive linear algebra"
123+
desc: "The world's first linear algebra book with fully interactive figures."
114124
url: http://immersivemath.com/ila/index.html
115125
repo: ""
116126
license: ""
@@ -164,8 +174,8 @@
164174
uses: [demo, backend-dependent]
165175
img: https://raw.githubusercontent.com/affinelayer/pix2pix-tensorflow/master/docs/examples.jpg
166176

167-
- name: "compromise"
168-
desc: "modest natural-language processing in javascript"
177+
- name: "nlp-compromise"
178+
desc: "modest natural-language processing in JavaScript"
169179
url: http://compromise.cool/
170180
repo: https://github.com/spencermountain/compromise
171181
license: MIT
@@ -176,7 +186,7 @@
176186
img: imgs/compromise.png
177187

178188
- name: "NeuroJS"
179-
desc: "A javascript deep learning and reinforcement learning library"
189+
desc: "A JavaScript deep learning and reinforcement learning library"
180190
url: https://janhuenermann.com/projects/learning-to-drive
181191
repo: https://github.com/janhuenermann/neurojs
182192
license: MIT
@@ -229,7 +239,7 @@
229239
img: imgs/slimevolley.png
230240

231241
- name: "Can a neural network learn to recognize doodling?"
232-
desc: "HTML5-JS Slime Volleyball clone created using ConvNetJS."
242+
desc: ""
233243
url: https://quickdraw.withgoogle.com/
234244
repo: ""
235245
license: ""
@@ -260,7 +270,7 @@
260270
uses: [demo, backend-dependent]
261271

262272
- name: "LSTM Music Maker"
263-
desc: "How evlolved LSTMS improvise on a melody you specify?"
273+
desc: "How evlolved LSTMs improvise on a melody you specify?"
264274
url: https://www.sentient.ai/sentient-labs/ea/lstm-music/
265275
repo: ""
266276
license: ""

0 commit comments

Comments
 (0)