MilesCranmer commited on
Commit
1f233a4
1 Parent(s): 9065874

Expand docs in colab notebook

Browse files
Files changed (1) hide show
  1. examples/pysr_demo.ipynb +3 -1
examples/pysr_demo.ipynb CHANGED
@@ -1391,7 +1391,9 @@
1391
  "source": [
1392
  "A neural network can easily undo a linear transform, so this is fine: the network for $f$ will learn to undo the linear transform.\n",
1393
  "\n",
1394
- "Then, we can learn another analytic equation for $z$."
 
 
1395
  ]
1396
  },
1397
  {
 
1391
  "source": [
1392
  "A neural network can easily undo a linear transform, so this is fine: the network for $f$ will learn to undo the linear transform.\n",
1393
  "\n",
1394
+ "This likely won't find the exact result, but it should find something similar. You may wish to try again but with many more `total_steps` for the neural network (10,000 is quite small!).\n",
1395
+ "\n",
1396
+ "Then, we can learn another analytic equation for $f$."
1397
  ]
1398
  },
1399
  {