Skip to content

Commit 812b27d

Browse files
chore: Move examples, fix typescript output
1 parent ddfa691 commit 812b27d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+11
-1699
lines changed

README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -189,17 +189,9 @@ However, there is no reason to use a neural network to figure out XOR. (-: So, h
189189

190190
## More Examples
191191

192-
You can check out this fantastic screencast, which explains how to train a simple neural network using a real world dataset: [How to create a neural network in the browser using Brain.js](https://scrimba.com/c/c36zkcb).
192+
[Brain.js Examples Repo](https://github.com/BrainJS/brain.js-examples))
193193

194-
- [writing a children's book using a recurrent neural network](./examples/javascript/childrens-book.js) and [typescript version](./examples/typescript/childrens-book.ts)
195-
- [using cross validation with a feed forward net](./examples/javascript/cross-validate.js) and [typescript version](./examples/typescript/cross-validate.ts)
196-
- experimental (NeuralNetwork only, but more to come!) [using the gpu in a browser](./examples/javascript/gpu.html) or [using node gpu fallback to cpu](./examples/gpu-fallback.js) and [typescript version](./examples/typescript/gpu-fallback.ts)
197-
- [learning math using a recurrent neural network](./examples/javascript/learn-math.js) and [typescript version](./examples/typescript/learn-math.ts)
198-
- [predict next number, and forecast numbers](./examples/javascript/predict-numbers.js) and [typescript version](./examples/typescript/predict-numbers.ts)
199-
- [simple letter detection](./examples/javascript/which-letter-simple.js) and [typescript version](./examples/typescript/which-letter-simple.ts)
200-
- [Cryotherapy Success Rate Prediction](https://cryotherapy.surge.sh)
201-
- [Rock Paper Scissors](https://github.com/arifikhsan/batu-gunting-kertas-nuxt)
202-
- [Detect the Color of an Image](https://github.com/ChocolateLoverRaj/detect-image-color)
194+
You can check out this fantastic screencast, which explains how to train a simple neural network using a real world dataset: [How to create a neural network in the browser using Brain.js](https://scrimba.com/c/c36zkcb).
203195

204196
## Training
205197

examples/.eslintrc.json

-22
This file was deleted.

examples/javascript/childrens-book.js

-26
This file was deleted.

examples/javascript/cross-validate.js

-38
This file was deleted.

examples/javascript/gpu-fallback.js

-16
This file was deleted.

examples/javascript/gpu.html

-23
This file was deleted.

examples/javascript/learn-math.js

-131
This file was deleted.

examples/javascript/predict-numbers.js

-40
This file was deleted.

examples/javascript/predict-tense.js

-53
This file was deleted.

0 commit comments

Comments
 (0)