Skip to content

Commit 10d6efa

Browse files
tristansokolcaisq
authored andcommitted
fix minor spelling mistake. (#102)
perfoms -> performs
1 parent b289bdf commit 10d6efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polynomial-regression-core/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const d = tf.variable(tf.scalar(Math.random()));
4444

4545

4646
// Step 2. Create an optimizer, we will use this later. You can play
47-
// with some of these values to see how the model perfoms.
47+
// with some of these values to see how the model performs.
4848
const numIterations = 75;
4949
const learningRate = 0.5;
5050
const optimizer = tf.train.sgd(learningRate);

0 commit comments

Comments
 (0)