praca-magisterska/docs/document.aux
2020-06-16 10:16:52 +02:00

126 lines
10 KiB
TeX

\relax
\@writefile{toc}{\contentsline {chapter}{Streszczenie}{7}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {chapter}{Abstract}{9}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {chapter}{Wstęp}{11}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\citation{statystyka}
\@writefile{toc}{\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 1\relax .\enspace Wprowadzenie do sieci neuronowych}{13}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {section}{\numberline {1.1\relax .\enspace }Regresja liniowa}{13}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {1.1}{\ignorespaces Regresja liniowa jednej zmiennej\relax }}{14}\protected@file@percent }
\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}}
\newlabel{fig:linreg}{{1.1}{14}}
\@writefile{toc}{\contentsline {section}{\numberline {1.2\relax .\enspace }Uczenie modelu}{14}\protected@file@percent }
\citation{analiza_mat}
\@writefile{toc}{\contentsline {subsection}{\numberline {1.2.1\relax .\enspace }Funkcja kosztu}{15}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {1.2.2\relax .\enspace }Znajdowanie minimum funkcji}{15}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {1.2.3\relax .\enspace }Metody gradientowe}{15}\protected@file@percent }
\citation{survay}
\@writefile{lof}{\contentsline {figure}{\numberline {1.2}{\ignorespaces Wizualizacja algorytmu gradientu prostego\relax }}{16}\protected@file@percent }
\newlabel{fig:gradient}{{1.2}{16}}
\@writefile{lof}{\contentsline {subfigure}{\numberline{(a)}{\ignorespaces {Wyznaczenie gradientu}}}{16}\protected@file@percent }
\@writefile{lof}{\contentsline {subfigure}{\numberline{(b)}{\ignorespaces {Iteracja kolejnych punktów}}}{16}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {1.3\relax .\enspace }Regresja liniowa jako model sieci neuronowej}{17}\protected@file@percent }
\newlabel{section:linreg}{{1.3}{17}}
\@writefile{lof}{\contentsline {figure}{\numberline {1.3}{\ignorespaces Regresja liniowa jako model sieci neuronowej\relax }}{17}\protected@file@percent }
\newlabel{fig:neural_model_one}{{1.3}{17}}
\@writefile{lof}{\contentsline {figure}{\numberline {1.4}{\ignorespaces Regresja liniowa wielu zmiennych jako model sieci neuronowej\relax }}{18}\protected@file@percent }
\newlabel{fig:neural_model_multi}{{1.4}{18}}
\citation{deep_learning}
\@writefile{toc}{\contentsline {section}{\numberline {1.4\relax .\enspace }Funkcje aktywacji}{19}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {1.5\relax .\enspace }Wielowarstwowe sieci neuronowe}{19}\protected@file@percent }
\citation{survay}
\@writefile{lof}{\contentsline {figure}{\numberline {1.5}{\ignorespaces Funkcja logistyczna\relax }}{20}\protected@file@percent }
\newlabel{fig:sigmoid}{{1.5}{20}}
\@writefile{toc}{\contentsline {subsection}{\numberline {1.5.1\relax .\enspace }Jednokierunkowe sieci neuronowe}{20}\protected@file@percent }
\newlabel{section:feedforeward}{{1.5.1}{20}}
\@writefile{lof}{\contentsline {figure}{\numberline {1.6}{\ignorespaces Przykład modelu wielowarstwowej sieci neuronowej\relax }}{21}\protected@file@percent }
\newlabel{fig:neural_net_1}{{1.6}{21}}
\newlabel{section:backpropagation}{{1.5.1}{21}}
\@writefile{toc}{\contentsline {subsection}{\numberline {1.5.2\relax .\enspace }Autoencoder}{21}\protected@file@percent }
\newlabel{section:autoencoder}{{1.5.2}{21}}
\@writefile{lof}{\contentsline {figure}{\numberline {1.7}{\ignorespaces Przykład modelu autoencodera\relax }}{22}\protected@file@percent }
\newlabel{fig:autoencoder}{{1.7}{22}}
\@writefile{toc}{\contentsline {subsection}{\numberline {1.5.3\relax .\enspace }Rekurencyjne sieci neuronowe}{22}\protected@file@percent }
\newlabel{section:rnn}{{1.5.3}{22}}
\citation{handson}
\@writefile{lof}{\contentsline {figure}{\numberline {1.8}{\ignorespaces Rekurencyjny neuron (po lewej) odwinięty w czasie (po prawej)\relax }}{23}\protected@file@percent }
\newlabel{fig:unrolled-rnn}{{1.8}{23}}
\@writefile{toc}{\contentsline {subsection}{\numberline {1.5.4\relax .\enspace }LSTM}{23}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {1.9}{\ignorespaces Komórka LSTM\relax }}{24}\protected@file@percent }
\newlabel{fig:lstm}{{1.9}{24}}
\citation{handson}
\citation{seq2seq}
\@writefile{lof}{\contentsline {figure}{\numberline {1.10}{\ignorespaces Tangens hiperboliczny\relax }}{25}\protected@file@percent }
\newlabel{fig:tanh}{{1.10}{25}}
\@writefile{toc}{\contentsline {subsection}{\numberline {1.5.5\relax .\enspace }Sequence-to-sequence}{26}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {1.11}{\ignorespaces Architektura modelu sequence-to-sequence\relax }}{26}\protected@file@percent }
\newlabel{fig:seq2seq}{{1.11}{26}}
\citation{tempos}
\@writefile{toc}{\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 2\relax .\enspace Wprowadzenie do teorii muzyki}{27}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {section}{\numberline {2.1\relax .\enspace }Podstawowe koncepcje muzyczne}{27}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1.1\relax .\enspace }Dźwięk muzyczny}{27}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1.2\relax .\enspace }Sygnał dźwiękowy}{27}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1.3\relax .\enspace }Zapis nutowy}{27}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {2.1}{\ignorespaces Przykład przebiegu fali dźwiękowej\relax }}{28}\protected@file@percent }
\newlabel{fig:waveform}{{2.1}{28}}
\newlabel{fig:note_len}{{2.2}{29}}
\@writefile{lot}{\contentsline {table}{\numberline {2.1}{\ignorespaces Dźwięki symboliczne oraz ich częstotliwości\relax }}{29}\protected@file@percent }
\newlabel{table:dzwieki}{{2.1}{29}}
\newlabel{fig:pieciolinia}{{2.3}{30}}
\newlabel{section:skala}{{2.1.3}{31}}
\@writefile{toc}{\contentsline {section}{\numberline {2.2\relax .\enspace }Cyfrowa reprezentacja muzyki symbolicznej}{31}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {2.2.1\relax .\enspace }Standard MIDI}{31}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {2.4}{\ignorespaces Fragment protokołu MIDI\relax }}{31}\protected@file@percent }
\@writefile{toc}{\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 3\relax .\enspace Projekt}{35}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {section}{\numberline {3.1\relax .\enspace }Koncepcja}{35}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {3.2\relax .\enspace }Wstępne przygotowanie danych do treningu}{36}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2.1\relax .\enspace }Muzyczne ,,słowo''}{36}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2.2\relax .\enspace }Konwersja MIDI na sekwencje słów muzycznych}{36}\protected@file@percent }
\citation{survay}
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2.3\relax .\enspace }Inne aspekty przygotowania danych}{39}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2.4\relax .\enspace }Podział danych na dane wejściowe i wyjściowe}{40}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2.5\relax .\enspace }Inne aspekty przygotowania zbioru uczącego}{42}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {3.3\relax .\enspace }Definicja modelu}{44}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3.1\relax .\enspace }Model w trybie uczenia}{44}\protected@file@percent }
\newlabel{fig:training-model}{{3.1}{45}}
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3.2\relax .\enspace }Model w trybie wnioskowania}{46}\protected@file@percent }
\newlabel{section:inference-model}{{3.3.2}{46}}
\newlabel{fig:inference-decoder}{{3.2}{47}}
\citation{onehot}
\@writefile{toc}{\contentsline {section}{\numberline {3.4\relax .\enspace }Transformacja danych dla modelu}{48}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4.1\relax .\enspace }Enkodowanie one-hot}{48}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4.2\relax .\enspace }Słownik}{49}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4.3\relax .\enspace }Elementy specjalne}{50}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4.4\relax .\enspace }Zakodowanie sekwencji}{50}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {3.5\relax .\enspace }Uczenie modelu}{51}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {3.6\relax .\enspace }Generowanie muzyki przy pomocy wytrenowanego modelu}{51}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {3.7\relax .\enspace }Wyniki}{51}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {3.8\relax .\enspace }Wnioski}{51}\protected@file@percent }
\@writefile{toc}{\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 4\relax .\enspace Podsumowanie}{53}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\bibcite{survay}{1}
\bibcite{onehot}{2}
\bibcite{handson}{3}
\bibcite{deep_learning}{4}
\bibcite{seq2seq}{5}
\bibcite{analiza_mat}{6}
\bibcite{statystyka}{7}
\bibcite{tempos}{8}
\bibcite{deep_learning_2}{9}
\bibcite{seq2seq-keras}{10}
\@writefile{toc}{\contentsline {chapter}{Bibliografia}{55}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}