1
0
Fork 0

Zamiana kolejności wykładów 7-12

This commit is contained in:
Paweł Skórzewski 2023-04-14 10:47:15 +02:00
parent 5ac4cc1d51
commit 4adbb1c4c8
6 changed files with 74 additions and 53 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"slideshow": {
@ -9,10 +10,11 @@
},
"source": [
"### Uczenie maszynowe\n",
"# 7. Metody optymalizacji"
"# 12. Metody optymalizacji"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"slideshow": {
@ -20,7 +22,7 @@
}
},
"source": [
"## 7.1. Warianty metody gradientu prostego\n",
"## 12.1. Warianty metody gradientu prostego\n",
"\n",
"* Batch gradient descent\n",
"* Stochastic gradient descent\n",
@ -226,6 +228,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"slideshow": {
@ -233,7 +236,7 @@
}
},
"source": [
"## 7.2. Algorytmy optymalizacji metody gradientu\n",
"## 12.2. Algorytmy optymalizacji metody gradientu\n",
"\n",
"* Momentum\n",
"* Nesterov Accelerated Gradient\n",
@ -370,6 +373,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"slideshow": {
@ -377,7 +381,7 @@
}
},
"source": [
"## 7.3. Metody zbiorcze"
"## 12.3. Metody zbiorcze"
]
},
{