@@ -155,37 +155,31 @@ export default new Vuex.Store({
155
155
title : 'Using node streams' ,
156
156
description : 'Train neural network using streams' ,
157
157
link :
158
- '//github.com/BrainJS/brain.js/blob/master/examples/javascript/stream-example.js' ,
159
- } ,
160
- {
161
- title : 'Using node streams' ,
162
- description : 'Train neural network using streams' ,
163
- link :
164
- '//github.com/BrainJS/brain.js/blob/master/examples/javascript/stream-example.js' ,
158
+ '//github.com/BrainJS/brain.js-examples/blob/main/src/stream-example.ts' ,
165
159
} ,
166
160
{
167
161
title : 'Forecasting' ,
168
162
description : 'Predict next number, and forecast numbers' ,
169
163
link :
170
- '//github.com/BrainJS/brain.js/blob/master/examples/javascript/ predict-numbers.js ' ,
164
+ 'https: //github.com/BrainJS/brain.js-examples /blob/main/src/ predict-numbers.ts ' ,
171
165
} ,
172
166
{
173
167
title : 'Maths' ,
174
168
description : 'Learning math using a recurrent neural network' ,
175
169
link :
176
- '//github.com/BrainJS/brain.js/blob/master/examples/javascript/ learn-math.js ' ,
170
+ 'https: //github.com/BrainJS/brain.js-examples /blob/main/src/ learn-math.ts ' ,
177
171
} ,
178
172
{
179
173
title : 'Cross Validate' ,
180
174
description : 'Using cross validation with a feed forward net ' ,
181
175
link :
182
- '//github.com/BrainJS/brain.js/blob/master/examples/javascript/cross-validate.js ' ,
176
+ 'https: //github.com/BrainJS/brain.js-examples /blob/main/src/learn-math.ts ' ,
183
177
} ,
184
178
{
185
179
title : 'GPU powered AI' ,
186
180
description : 'using the gpu in a browser' ,
187
181
link :
188
- 'https://github.com/BrainJS/brain.js/blob/master/examples/javascript/ gpu.html ' ,
182
+ 'https://github.com/BrainJS/brain.js-examples /blob/main/src/feed-forward- gpu-xor.ts ' ,
189
183
} ,
190
184
{
191
185
title : 'Cryotherapy Success Rate Prediction' ,
0 commit comments