91 lines
7.9 KiB
TeX
91 lines
7.9 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@ }}
|
|
\@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 }
|
|
\@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 }
|
|
\@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 nauronowe.j\relax }}{18}\protected@file@percent }
|
|
\newlabel{fig:neural_model_multi}{{1.4}{18}}
|
|
\@writefile{toc}{\contentsline {section}{\numberline {1.4\relax .\enspace }Funkcje aktywacji}{19}\protected@file@percent }
|
|
\@writefile{lof}{\contentsline {figure}{\numberline {1.5}{\ignorespaces Funkcja logistyczna\relax }}{20}\protected@file@percent }
|
|
\newlabel{fig:sigmoid}{{1.5}{20}}
|
|
\@writefile{toc}{\contentsline {section}{\numberline {1.5\relax .\enspace }Głębokie sieci neuronowe}{20}\protected@file@percent }
|
|
\@writefile{lof}{\contentsline {figure}{\numberline {1.6}{\ignorespaces Przykład modelu sieci neuronowej\relax }}{21}\protected@file@percent }
|
|
\newlabel{fig:neural_net_1}{{1.6}{21}}
|
|
\@writefile{toc}{\contentsline {subsection}{\numberline {1.5.1\relax .\enspace }Jednokierunkowe sieci neuronowe}{21}\protected@file@percent }
|
|
\newlabel{section:feedforeward}{{1.5.1}{21}}
|
|
\newlabel{section:backpropagation}{{1.5.1}{21}}
|
|
\@writefile{toc}{\contentsline {subsection}{\numberline {1.5.2\relax .\enspace }Autoencodery}{22}\protected@file@percent }
|
|
\newlabel{section:autoencoder}{{1.5.2}{22}}
|
|
\@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}}
|
|
\@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:autoencoder}{{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}}
|
|
\@writefile{toc}{\contentsline {subsection}{\numberline {1.5.5\relax .\enspace }Sequance-to-sequance}{25}\protected@file@percent }
|
|
\@writefile{lof}{\contentsline {figure}{\numberline {1.10}{\ignorespaces Architektura modelu sequance-to-sequance\relax }}{26}\protected@file@percent }
|
|
\newlabel{fig:seq2seq}{{1.10}{26}}
|
|
\@writefile{toc}{\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 2\relax .\enspace Reprezentacja danych muzycznych}{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}{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}}
|
|
\@writefile{lof}{\contentsline {figure}{\numberline {2.2}{\ignorespaces źródlo: https://www.infomusic.pl/poradnik/46934,poradnik-teoria-muzyki-rytm 5 kwietnia 2020 12:46\relax }}{29}\protected@file@percent }
|
|
\newlabel{fig:waveform}{{2.2}{29}}
|
|
\@writefile{lot}{\contentsline {table}{\numberline {2.1}{\ignorespaces Dźwięki symboliczne oraz ich częstosliwości\relax }}{29}\protected@file@percent }
|
|
\newlabel{table:dzwieki}{{2.1}{29}}
|
|
\@writefile{lof}{\contentsline {figure}{\numberline {2.3}{\ignorespaces źródlo: https://amplitudaschool.weebly.com/lekcja-11.html 5 kwietnia 2020 13:24\relax }}{30}\protected@file@percent }
|
|
\newlabel{fig:pieciolinia}{{2.3}{30}}
|
|
\@writefile{toc}{\contentsline {section}{\numberline {2.2\relax .\enspace }Cyfrowa reprezentacja muzyki symbolicznej}{30}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.2.1\relax .\enspace }Standard MIDI}{30}\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}{33}\protected@file@percent }
|
|
\@writefile{lof}{\addvspace {10\p@ }}
|
|
\@writefile{lot}{\addvspace {10\p@ }}
|
|
\@writefile{toc}{\contentsline {section}{\numberline {3.1\relax .\enspace }Koncepcja}{33}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {section}{\numberline {3.2\relax .\enspace }Przygotowanie danych}{34}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {section}{\numberline {3.3\relax .\enspace }Definicja modelu}{35}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {section}{\numberline {3.4\relax .\enspace }Proces uczenia}{35}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {section}{\numberline {3.5\relax .\enspace }Wyniki}{35}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {section}{\numberline {3.6\relax .\enspace }Wnioski}{35}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 4\relax .\enspace Podsumowanie}{37}\protected@file@percent }
|
|
\@writefile{lof}{\addvspace {10\p@ }}
|
|
\@writefile{lot}{\addvspace {10\p@ }}
|
|
\bibcite{}{1}
|
|
\bibcite{}{2}
|
|
\bibcite{}{3}
|
|
\@writefile{toc}{\contentsline {chapter}{Bibliografia}{39}\protected@file@percent }
|
|
\@writefile{lof}{\addvspace {10\p@ }}
|
|
\@writefile{lot}{\addvspace {10\p@ }}
|