Skip to content

Commit

Permalink
lightning
Browse files Browse the repository at this point in the history
  • Loading branch information
murphyk committed Jun 12, 2024
1 parent a662f44 commit 73977f5
Show file tree
Hide file tree
Showing 21 changed files with 306 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ scripts/.DS_Store
.DS_Store

*.mp4
*.png
#*.png
!tests/icons/*.png
!gan/assets/*.png
!vae/assets/*.png

*.pdf
#*.pdf
*.lof
!internal/book1.lof
!internal/book2.lof
Expand Down
287 changes: 281 additions & 6 deletions notebooks/book1/01/linreg_poly_vs_degree.ipynb

Large diffs are not rendered by default.

24 changes: 23 additions & 1 deletion notebooks/book1/01/linreg_residuals_plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,31 @@
"pml.savefig(\"linregResidualsBars.pdf\")\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "18138e4d",
"metadata": {},
"outputs": [],
"source": [
"import probml_utils"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "fb906b6e",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {},
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Binary file added notebooks/figures/polyfitDegree1.pdf
Binary file not shown.
Binary file added notebooks/figures/polyfitDegree1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/figures/polyfitDegree1Residuals.pdf
Binary file not shown.
Binary file added notebooks/figures/polyfitDegree1Residuals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/figures/polyfitDegree2.pdf
Binary file not shown.
Binary file added notebooks/figures/polyfitDegree2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/figures/polyfitDegree2Residuals.pdf
Binary file not shown.
Binary file added notebooks/figures/polyfitDegree2Residuals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/figures/polyfitVsDegree.pdf
Binary file not shown.
Binary file added notebooks/figures/polyfitVsDegree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73977f5

Please sign in to comment.