Skip to content

Commit 8f39854

Browse files
authored
Merge pull request #24 from apophis51/master
Issue 925: Fix broken example links
2 parents a284f00 + f2b5fac commit 8f39854

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

src/store.js

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -155,37 +155,31 @@ export default new Vuex.Store({
155155
title: 'Using node streams',
156156
description: 'Train neural network using streams',
157157
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',
165159
},
166160
{
167161
title: 'Forecasting',
168162
description: 'Predict next number, and forecast numbers',
169163
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',
171165
},
172166
{
173167
title: 'Maths',
174168
description: 'Learning math using a recurrent neural network',
175169
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',
177171
},
178172
{
179173
title: 'Cross Validate',
180174
description: 'Using cross validation with a feed forward net ',
181175
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',
183177
},
184178
{
185179
title: 'GPU powered AI',
186180
description: 'using the gpu in a browser',
187181
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',
189183
},
190184
{
191185
title: 'Cryotherapy Success Rate Prediction',

0 commit comments

Comments
 (0)