You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/notebooks/constant_stochastic_gradient.ipynb
+9-15
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"cell_type": "markdown",
5
5
"metadata": {},
6
6
"source": [
7
-
"# Introduction"
7
+
"# Constant Stochastic Gradient"
8
8
]
9
9
},
10
10
{
@@ -59,14 +59,8 @@
59
59
"cell_type": "markdown",
60
60
"metadata": {},
61
61
"source": [
62
-
"# Sampling: Constant Stochastic Gradient"
63
-
]
64
-
},
65
-
{
66
-
"cell_type": "markdown",
67
-
"metadata": {},
68
-
"source": [
69
-
"# Problem: A multivariate regression problem on the Protein Structure Properties dataset available at the [uci repo](https://archive.ics.uci.edu/ml/datasets/Physicochemical+Properties+of+Protein+Tertiary+Structure)."
62
+
"We will take a regression on a protein dataset that is used to show results in Figure 1. \n",
63
+
"It is a multivariate regression problem on the Protein Structure Properties dataset available at the [uci repo](https://archive.ics.uci.edu/ml/datasets/Physicochemical+Properties+of+Protein+Tertiary+Structure)."
70
64
]
71
65
},
72
66
{
@@ -378,7 +372,7 @@
378
372
"cell_type": "markdown",
379
373
"metadata": {},
380
374
"source": [
381
-
"## NUTS Trace Plot"
375
+
"### NUTS Trace Plot"
382
376
]
383
377
},
384
378
{
@@ -420,7 +414,7 @@
420
414
"cell_type": "markdown",
421
415
"metadata": {},
422
416
"source": [
423
-
"## Preconditioned CSG Trace Plot"
417
+
"### Preconditioned CSG Trace Plot"
424
418
]
425
419
},
426
420
{
@@ -462,7 +456,7 @@
462
456
"cell_type": "markdown",
463
457
"metadata": {},
464
458
"source": [
465
-
"## SGFS Trace Plot"
459
+
"### SGFS Trace Plot"
466
460
]
467
461
},
468
462
{
@@ -504,7 +498,7 @@
504
498
"cell_type": "markdown",
505
499
"metadata": {},
506
500
"source": [
507
-
"## Mean Absolute Error on Test Dataset"
501
+
"### Mean Absolute Error on Test Dataset"
508
502
]
509
503
},
510
504
{
@@ -622,7 +616,7 @@
622
616
"cell_type": "markdown",
623
617
"metadata": {},
624
618
"source": [
625
-
"## Sample covariance projections on the smallest and largest components"
619
+
"### Sample covariance projections on the smallest and largest components"
0 commit comments