forked from LHCfitNikhef/ML4PA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad94dd9
commit ba3a41e
Showing
3 changed files
with
664 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,23 @@ | |
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Notebook 1b: Gradient Descent" | ||
"## **Machine Learning for Physics and Astronomy**\n", | ||
"\n", | ||
"BSc program in Physics and Astronomy (Honours track), University van Amsterdam and Vrije Universiteit Amsterdam.\n", | ||
"\n", | ||
"**Academic year 2021-2022**. \n", | ||
"\n", | ||
"Course instructors:\n", | ||
"\n", | ||
"* Dr. Juan Rojo ([[email protected]](mailto:[email protected]))\n", | ||
"\n", | ||
"* Dr. Tommaso Giani ([[email protected]](mailto:[email protected]))\n", | ||
"\n", | ||
"* Mr. Ryan van Mastrigt ([[email protected]](mailto:[email protected]))\n", | ||
" \n", | ||
"Lecture notes, tutorial notebooks, and other learning materials of the course can be found in its [GitHub repository](https://github.com/LHCfitNikhef/ML4PA)\n", | ||
"\n", | ||
"## Tutorial 2b: Optimisation with Stochastic Gradient Descent in 2D" | ||
] | ||
}, | ||
{ | ||
|
@@ -604,9 +620,9 @@ | |
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python mlreview", | ||
"display_name": "Python 3", | ||
"language": "python", | ||
"name": "mlreview" | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
|
@@ -618,9 +634,9 @@ | |
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.6.6" | ||
"version": "3.7.6" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
642 changes: 642 additions & 0 deletions
642
tutorials/tutorial2/tutorial2b-gradientdescent-2D.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.