Wykłady 12 (RNN) i 13 (CNN) - poprawki

This commit is contained in:
Paweł Skórzewski 2021-06-02 09:42:13 +02:00
parent 24f2b51eca
commit 558a89ebde
2 changed files with 13 additions and 350 deletions

View File

@ -8,8 +8,8 @@
}
},
"source": [
"### AITech — Uczenie maszynowe\n",
"# 11. Rekurencyjne sieci neuronowe"
"## Uczenie maszynowe zastosowania\n",
"# 12. Rekurencyjne sieci neuronowe"
]
},
{
@ -139,19 +139,6 @@
"http://karpathy.github.io/2015/05/21/rnn-effectiveness/"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"### Generowanie tekstu za pomocą LSTM przykład\n",
"\n",
"https://github.com/keras-team/keras/blob/master/examples/lstm_text_generation.py"
]
},
{
"cell_type": "markdown",
"metadata": {

File diff suppressed because one or more lines are too long