Compare commits
31 Commits
seq2seq_mo
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
d258574149 | ||
|
554a6a707e | ||
|
f613bc780f | ||
1819fff76c | |||
9bdbd12c7e | |||
d10654d115 | |||
6553743da6 | |||
b0048f17f7 | |||
42080cbb09 | |||
fbaa07380e | |||
b9cb6d46b6 | |||
a9716f11da | |||
|
1d4308fde8 | ||
|
bbad6263b5 | ||
|
8d611ac140 | ||
|
a6fb2e6e73 | ||
2bee86a719 | |||
|
da252941a7 | ||
73a98701f4 | |||
be4e4ace4c | |||
3febedb310 | |||
|
ca726a509e | ||
ccf208cebf | |||
c99c8b06af | |||
|
b6f766f957 | ||
|
845ac0025e | ||
|
89ff281ba5 | ||
|
e86288a1bb | ||
|
ce7f87613b | ||
9fc30b6e17 | |||
76db0a4b9d |
0
docs/.Rhistory
Normal file
BIN
docs/Potwierdzenie wykonania operacji_20200627_120230.pdf
Normal file
251
docs/__latexindent_temp.tex
Normal file
@ -0,0 +1,251 @@
|
||||
\documentclass[12pt,a4paper,reqno,twoside]{mwbk}
|
||||
\usepackage[MeX]{polski}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{makeidx}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{chapter-style}
|
||||
|
||||
\textheight 21.1 cm
|
||||
|
||||
\voffset = 1.2 cm
|
||||
|
||||
\textwidth 14 cm
|
||||
|
||||
\hoffset = -0.5 cm
|
||||
|
||||
\oddsidemargin = 1.4 cm
|
||||
|
||||
\newtheorem{de}{Definicja}
|
||||
\newtheorem{tw}{Twierdzenie}
|
||||
|
||||
\pagestyle{fancy}
|
||||
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
|
||||
%\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
|
||||
\fancyhf{} \fancyhead[LE,RO]{\small\thepage}
|
||||
%\fancyhead[LO]{\small\rightmark}
|
||||
\fancyhead[RE]{\small\leftmark}
|
||||
\fancyheadoffset[LO]{0 cm}
|
||||
\fancyheadoffset[RE]{0 cm}
|
||||
\renewcommand{\headrulewidth}{0.5pt}
|
||||
\renewcommand{\footrulewidth}{0pt}
|
||||
\addtolength{\headheight}{0.5pt}
|
||||
\fancypagestyle{plain}{
|
||||
\fancyhead{}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
}
|
||||
|
||||
\makeindex
|
||||
|
||||
\begin{document}
|
||||
|
||||
% Strona tytułowa
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\begin{center}
|
||||
\textsc{UNIWERSYTET IM. ADAMA MICKIEWICZA W POZNANIU}
|
||||
|
||||
\vglue 0.1 cm
|
||||
|
||||
\textsc{WYDZIAŁ MATEMATYKI I INFORMATYKI}
|
||||
|
||||
\vglue 2.1 cm
|
||||
|
||||
{\LARGE \bf Cezary Adam Pukownik}
|
||||
|
||||
\vglue 1cm
|
||||
|
||||
{\large Kierunek: Analiza i przetwarzanie danych}
|
||||
|
||||
\medskip
|
||||
|
||||
{\large Specjalność: Uczenie maszynowe}
|
||||
|
||||
\medskip
|
||||
|
||||
{\large Numer albumu: 444337}
|
||||
|
||||
\vspace{1.5cm}
|
||||
|
||||
{\Huge \bf Generowanie muzyki \\[4pt] przy pomocy głębokiego uczenia\\}
|
||||
|
||||
\vspace{0.8cm}
|
||||
|
||||
{\large \bf Music generation with deep learning\\}
|
||||
|
||||
\end{center}
|
||||
|
||||
\vspace{3cm}
|
||||
|
||||
\hspace{7.5cm}{Praca licencjacka}\\[-12pt]
|
||||
|
||||
\hspace{7.5cm}{napisana pod kierunkiem}\\[-12pt]
|
||||
|
||||
\hspace{7.5cm}{dr hab. Tomasza Góreckiego}
|
||||
|
||||
\vspace{2.2cm}
|
||||
|
||||
\begin{center}
|
||||
\textsc{POZNAŃ 2020}
|
||||
\end{center}
|
||||
|
||||
% Koniec strony tytułowej
|
||||
|
||||
\clearpage \thispagestyle{empty} \cleardoublepage
|
||||
|
||||
% Oświadczenie
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\begin{flushright}
|
||||
Poznań, dnia .....................
|
||||
\end{flushright}
|
||||
|
||||
\vglue 2.4 cm
|
||||
|
||||
\begin{center}
|
||||
\large \bf OŚWIADCZENIE
|
||||
\end{center}
|
||||
|
||||
\vglue 1.2 cm
|
||||
|
||||
Ja, niżej podpisany Cezary Pukownik, student Wydziału Matematyki i Informatyki Uniwersytetu im. Adama Mickiewicza w Poznaniu oświadczam, że przedkładaną pracę dyplomową pt: "Generowanie muzyki przy pomocy głębokiego uczenia", napisałem samodzielnie. Oznacza to, że przy pisaniu pracy, poza niezbędnymi konsultacjami, nie korzystałem z pomocy innych osób, a w szczególności nie zlecałem opracowania rozprawy lub jej części innym osobom, ani nie odpisywałem tej rozprawy lub jej części od innych osób.
|
||||
|
||||
Oświadczam również, że egzemplarz pracy dyplomowej w wersji drukowanej jest całkowicie zgodny z egzemplarzem pracy dyplomowej w wersji elektronicznej.
|
||||
|
||||
Jednocześnie przyjmuję do wiadomości, że przypisanie sobie, w pracy dyplomowej, autorstwa istotnego fragmentu lub innych elementów cudzego utworu lub ustalenia naukowego stanowi podstawę stwierdzenia nieważności postępowania w sprawie nadania tytułu zawodowego.
|
||||
|
||||
\bigskip
|
||||
|
||||
\noindent $[TAK]^{\star}$ - wyrażam zgodę na udostępnianie mojej pracy w czytelni Archiwum UAM
|
||||
|
||||
\medskip
|
||||
|
||||
\noindent $[TAK]^{\star}$ - wyrażam zgodę na udostępnianie mojej pracy w zakresie koniecznym do ochrony mojego prawa do autorstwa lub praw osób trzecich
|
||||
|
||||
\vglue 1.2 cm
|
||||
|
||||
\noindent{\small $^{\star}$Należy wpisać TAK w przypadku wyrażenia zgody na udostępnianie pracy w czytelni Archiwum UAM, NIE w przypadku braku zgody. Niewypełnienie pola oznacza brak zgody na udostępnianie pracy.}
|
||||
|
||||
\vglue 2 cm
|
||||
|
||||
\hglue 6cm ............................................................
|
||||
|
||||
% Koniec oświadczenia
|
||||
|
||||
\clearpage \thispagestyle{empty} \cleardoublepage
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\chapter*{Streszczenie}
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut fermentum lorem libero. Duis a magna arcu. Nam sit amet porta odio. Cras sit amet euismod elit. Etiam a turpis eget magna pharetra malesuada. Vivamus accumsan leo eget turpis efficitur, non interdum tortor pretium. Maecenas at massa nec elit imperdiet sagittis. Maecenas pellentesque libero et risus aliquam consectetur.
|
||||
|
||||
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
\chapter*{Abstract}
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut fermentum lorem libero. Duis a magna arcu. Nam sit amet porta odio. Cras sit amet euismod elit. Etiam a turpis eget magna pharetra malesuada. Vivamus accumsan leo eget turpis efficitur, non interdum tortor pretium. Maecenas at massa nec elit imperdiet sagittis. Maecenas pellentesque libero et risus aliquam consectetur.
|
||||
|
||||
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
\chapter{Wstęp}
|
||||
|
||||
Uczenie maszynowe w ostatnich latach mocno zyskało na popularności. Zastosowania i możliwości różnych algorytmów Mashine Learning czasami przekraczają nasze wyobrażenie o tym, co komputer może zrobić. Niektóre aplikacje potrafią wręcz zaskoczyć użytkowników tym, co potrafią zrobić. Wśród takich aplikacji znajdują się takie, które potrafią przewidywać następne wartości akcji giełdowych, rozpoznawać na filmie obiekty w czasie rzeczywistym czy nawet prowadzić samochód. Algorytmy wyuczone proponują nam spersonalizowane reklamy, czy produkty na podstawie naszych upodobań. Najczęstsze zastosowania dotyczą przetwarzania obrazów lub tekstu, natomiast zastosowania w przetwarzaniu muzyki są niszowe i rzadko spotykane.
|
||||
|
||||
\section{Zastosowania uczenia maszynowego w muzyce}
|
||||
Wśród najbardziej rozwiniętych zastosowań uczenia maszynowego w muzyce, można wymienić algorytmy polecania utworów w portalach streamingowych takich jak Spotify czy Tidal. Algorytmy potrafią znajdywać podobne do siebie utwory i polecać je nam na podstawie naszych preferencji.
|
||||
|
||||
\section{Modele generatywne}
|
||||
Jednym z najnowszych modeli sieci neuronowych są sieci generatywne. Wychodzą one poza standardowe zastosowania klasyfikacji i regresji. Modele generatywne, uczą się ze zbioru uczącego najważniejszych ale i ogólnych cech i potrafią reprodukować podobne wyniki.
|
||||
|
||||
\section{Muzyka symboliczna, a muzyka}
|
||||
Należy rozróżnić dwa pojęcia, które są od siebie różne w podstawowych założeniach. Muzyka symboliczna, i muzyka odegrana. Muzyka symboliczna, jest to utwór zapisany, skomponowany ale na papierze. Przedstawia to muzykę jako koncepcję, taki przepis na utwór. Taka muzyka zapisywana jest klasycznie na pięciolinii, czy komputerowo przy pomocy protokołu MIDI. Druga muzyka, jest to muzyka już odebrana, która nie przechowuje informacji o tym jak zagrać, czy odtworzyć utwór muzyczny, ale brzmienie tego utworu jako fala dźwiękowa. W tej pracy będę opisywał przede wszystkim generowanie muzyki symbolicznej.
|
||||
|
||||
\section{Cele tej pracy.}
|
||||
Celem tej pracy, jest zastosowanie technik głębokiego uczenia, do generowania muzyki. Jest to bardzo ogólny cel, ponieważ muzyką może być prosta melodia oparta na kilku dźwiękach grana przez jeden instrument ale również aranżacja orkiestralna na wiele instrumentów, które razem współgrają i wybrzmiewają jako jeden pełny utwór.
|
||||
|
||||
|
||||
\newpage
|
||||
|
||||
\chapter{Reprezentacja muzyki}
|
||||
Muzyka jesy
|
||||
|
||||
\section{Podstawowe koncepcje}
|
||||
|
||||
\subsection{Nuta}
|
||||
Każdy utwór muzyczny składa się nut. Nuta jest podstawowym obiektem w muzycznym słowniku. Każda nuta ma dwa parametry, wartości oraz wysokości. Wartość nuty określa jak długo będzie ona trwać w czasie, relatywnie do pozostałych nut. Wysokość noty oznacza z jaką częstotliwością fala dzwiękowa tej nuty ma wybrzmieć. Częstotliwości te są nazwane literami alfabetu ABCDEFG lub w zapisie polskim AHCDEFG.
|
||||
|
||||
\subsection{Skala}
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut fermentum lorem libero. Duis a magna arcu. Nam sit amet porta odio. Cras sit amet euismod elit. Etiam a turpis eget magna pharetra malesuada. Vivamus accumsan leo eget turpis efficitur, non interdum tortor pretium. Maecenas at massa nec elit imperdiet sagittis. Maecenas pellentesque libero et risus aliquam consectetur.
|
||||
|
||||
|
||||
\subsection{Akord}
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
\subsection{Utwór}
|
||||
Aenean malesuada interdum hendrerit. Integer quis nisl et neque iaculis dapibus at in metus. Cras pretium bibendum magna at aliquet. Integer aliquet cursus augue, efficitur sollicitudin felis fringilla efficitur. Vivamus euismod bibendum justo, vitae suscipit nunc mattis a. Sed egestas porttitor velit, sit amet volutpat tortor suscipit vitae. Nulla nec dignissim mauris. Curabitur maximus viverra mollis. Suspendisse molestie turpis sit amet turpis interdum viverra ac eu lorem. Suspendisse iaculis ultricies ante, a condimentum odio congue nec. Integer varius lobortis diam, eget scelerisque nisl mattis at.
|
||||
|
||||
\section{Reprezentacja muzyki}
|
||||
|
||||
\subsection{Zapis klasyczny - pięciolinia}
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
\subsection{Tabulatura}
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
\subsection{Pianoroll}
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
\subsection{Tekstowa}
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
\chapter{Sieci neuronowe}
|
||||
Tutaj będzie opisane, dlaczego sieci neuronowe, radzą sobie lepiej w produkowaniu muzyki niż inne modele. Oraz jakie modele są odpowidnie do pewnych zastosowań, JAZZ - LSTM, bardziej ustrukturyzowana - VAE itp.
|
||||
|
||||
\subsection{Wstęp do sieci neuronowych, definicje wzory itp.}
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
\subsection{Autoencodery}
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
\subsection{LSTM}
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
\subsection{GAN}
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
|
||||
\chapter*{Budowanie generatora muzyki}
|
||||
W tym rozdzialę opiszę w jaki sposób zbudowałem swój własny geneator muzyki, jak przechodził procesz uczenia, jakie próbki udało mi się wygenrować. Opis kodu który napisałem.
|
||||
|
||||
\subsection{Przygotowanie danych}
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
\subsection{Architektura sieci neuronowej}
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
\subsection{Proces treningowy}
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
\subsection{Przykłady wygenerowanej muzyki}
|
||||
Proin ac dui orci. Cras nec elit eleifend lacus eleifend gravida. Ut placerat lacinia dolor non viverra. Curabitur rhoncus sit amet nibh sed malesuada. Integer iaculis eros venenatis, tempor enim non, sollicitudin sapien. Vestibulum eu scelerisque erat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla at felis massa. Ut est arcu, rhoncus ac tincidunt vel, consequat eu sem. Aliquam neque orci, lacinia molestie enim fermentum, ullamcorper congue mauris. Phasellus pellentesque, ante nec ultricies porta, erat erat placerat ante, vitae vehicula ipsum enim id ante. Donec malesuada tortor id ornare mattis. Nulla nec augue at augue dictum aliquet.
|
||||
|
||||
\chapter*{Podsumowanie}
|
||||
Ostateczne wnioski, czy muzyka generowana komputerowa da się lubić? Czy to pozytywnie wpłynie na przemysł muzyczny? Tak i nie. Może złużyć jako inspiracja dla muzyków, proces wspierający. Z drugiej strony może obnizy koszty produkowania muzyki pop, która i tak jest już bardzo powtarzalna. Czy sieci neuronowe nauczą się produkować Hity?
|
||||
|
||||
|
||||
\begin{thebibliography}{99}
|
||||
|
||||
\bibitem{} Briot, J.P., Hadjeres, G., Pachet, F.D. (2019): {\em Deep Learning Techniques for Music Generation - A Survey. arXiv:1709.01620v3}
|
||||
\bibitem{} Goodfellow, I., Bengio, Y., Courville, A. (2016): {\em Deep Learning. MIT Press.}
|
||||
\bibitem{} Zocca, V., Spacagna, G., Slater, D., Roelants, P. (2018): {\em Deep Learning. Uczenie głębokie z językiem Python. Helion.}
|
||||
\end{thebibliography}
|
||||
|
||||
|
||||
\printindex
|
||||
|
||||
\end{document}
|
@ -5,46 +5,144 @@
|
||||
\@writefile{toc}{\contentsline {chapter}{Abstract}{9}\protected@file@percent }
|
||||
\@writefile{lof}{\addvspace {10\p@ }}
|
||||
\@writefile{lot}{\addvspace {10\p@ }}
|
||||
\@writefile{toc}{\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 1\relax .\leavevmode@ifvmode \kern .5em Wst\IeC {\k e}p}{11}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {chapter}{Wstęp}{11}\protected@file@percent }
|
||||
\@writefile{lof}{\addvspace {10\p@ }}
|
||||
\@writefile{lot}{\addvspace {10\p@ }}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1.1\relax .\leavevmode@ifvmode \kern .5em }Zastosowania uczenia maszynowego w muzyce}{11}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1.2\relax .\leavevmode@ifvmode \kern .5em }Modele generatywne}{11}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1.3\relax .\leavevmode@ifvmode \kern .5em }Muzyka symboliczna, a muzyka}{11}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1.4\relax .\leavevmode@ifvmode \kern .5em }Cele tej pracy.}{12}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 2\relax .\leavevmode@ifvmode \kern .5em Reprezentacja muzyki}{13}\protected@file@percent }
|
||||
\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 {2.1\relax .\leavevmode@ifvmode \kern .5em }Podstawowe koncepcje}{13}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1.1\relax .\leavevmode@ifvmode \kern .5em }Nuta}{13}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1.2\relax .\leavevmode@ifvmode \kern .5em }Skala}{13}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1.3\relax .\leavevmode@ifvmode \kern .5em }Akord}{13}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1.4\relax .\leavevmode@ifvmode \kern .5em }Utw\IeC {\'o}r}{14}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {2.2\relax .\leavevmode@ifvmode \kern .5em }Reprezentacja muzyki}{14}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.2.1\relax .\leavevmode@ifvmode \kern .5em }Zapis klasyczny - pi\IeC {\k e}ciolinia}{14}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.2.2\relax .\leavevmode@ifvmode \kern .5em }Tabulatura}{14}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.2.3\relax .\leavevmode@ifvmode \kern .5em }Pianoroll}{14}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.2.4\relax .\leavevmode@ifvmode \kern .5em }Tekstowa}{15}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 3\relax .\leavevmode@ifvmode \kern .5em Sieci neuronowe}{17}\protected@file@percent }
|
||||
\newlabel{section:nets}{{1}{13}}
|
||||
\@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{lof}{\contentsline {figure}{\numberline {1.5}{\ignorespaces Funkcja logistyczna\relax }}{19}\protected@file@percent }
|
||||
\newlabel{fig:sigmoid}{{1.5}{19}}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1.5\relax .\enspace }Wielowarstwowe sieci neuronowe}{20}\protected@file@percent }
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {1.6}{\ignorespaces Przykład modelu wielowarstwowej sieci neuronowej\relax }}{20}\protected@file@percent }
|
||||
\newlabel{fig:neural_net_1}{{1.6}{20}}
|
||||
\citation{survay}
|
||||
\@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 }Autoenkoder}{21}\protected@file@percent }
|
||||
\newlabel{section:autoencoder}{{1.5.2}{21}}
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {1.7}{\ignorespaces Przykład modelu autoenkodera\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 }
|
||||
\citation{handson}
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {1.9}{\ignorespaces Komórka LSTM\relax }}{24}\protected@file@percent }
|
||||
\newlabel{fig:lstm}{{1.9}{24}}
|
||||
\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}{25}\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 {subsection}{\numberline {3.0.1\relax .\leavevmode@ifvmode \kern .5em }Wst\IeC {\k e}p do sieci neuronowych, definicje wzory itp.}{17}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.0.2\relax .\leavevmode@ifvmode \kern .5em }Autoencodery}{17}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.0.3\relax .\leavevmode@ifvmode \kern .5em }LSTM}{17}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.0.4\relax .\leavevmode@ifvmode \kern .5em }GAN}{18}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {chapter}{Budowanie generatora muzyki}{19}\protected@file@percent }
|
||||
\newlabel{section:music}{{2}{27}}
|
||||
\@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}{30}}
|
||||
\@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 }
|
||||
\newlabel{fig:generalmidi}{{2.5}{33}}
|
||||
\@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 {subsection}{\numberline {3.0.5\relax .\leavevmode@ifvmode \kern .5em }Przygotowanie danych}{19}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.0.6\relax .\leavevmode@ifvmode \kern .5em }Architektura sieci neuronowej}{19}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.0.7\relax .\leavevmode@ifvmode \kern .5em }Proces treningowy}{19}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.0.8\relax .\leavevmode@ifvmode \kern .5em }Przyk\IeC {\l }ady wygenerowanej muzyki}{20}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {chapter}{Podsumowanie}{21}\protected@file@percent }
|
||||
\newlabel{section:project}{{3}{35}}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {3.1\relax .\enspace }Koncepcja}{35}\protected@file@percent }
|
||||
\citation{pretty_midi}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {3.2\relax .\enspace }Wstępne przygotowanie danych do treningu}{36}\protected@file@percent }
|
||||
\newlabel{section:midi}{{3.2}{36}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2.1\relax .\enspace }Muzyczne słowo}{36}\protected@file@percent }
|
||||
\newlabel{section:midi_words}{{3.2.1}{36}}
|
||||
\@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 }
|
||||
\citation{keras}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {3.3\relax .\enspace }Definicja modelu}{44}\protected@file@percent }
|
||||
\newlabel{section:model}{{3.3}{44}}
|
||||
\@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}}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {3.4\relax .\enspace }Transformacja danych dla modelu}{48}\protected@file@percent }
|
||||
\citation{onehot}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4.1\relax .\enspace }Enkodowanie one-hot}{49}\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 }
|
||||
\newlabel{section:specialtoken}{{3.4.3}{50}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4.4\relax .\enspace }Kodowanie sekwencji}{50}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {3.5\relax .\enspace }Ekperyment}{51}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.5.1\relax .\enspace }Oprogramowanie}{51}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.5.2\relax .\enspace }Zbiór danych}{52}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.5.3\relax .\enspace }Wydobycie danych}{52}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.5.4\relax .\enspace }Trenowanie modelu}{53}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.5.5\relax .\enspace }Generowanie muzyki przy pomocy wytrenowanych modeli}{54}\protected@file@percent }
|
||||
\newlabel{fig:losses}{{3.3}{55}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.5.6\relax .\enspace }Wyniki}{56}\protected@file@percent }
|
||||
\newlabel{fig:score1}{{3.4}{57}}
|
||||
\newlabel{fig:score10}{{3.5}{57}}
|
||||
\newlabel{fig:score25}{{3.6}{58}}
|
||||
\newlabel{fig:score50}{{3.7}{59}}
|
||||
\newlabel{fig:score75}{{3.8}{59}}
|
||||
\newlabel{fig:score100}{{3.9}{60}}
|
||||
\newlabel{fig:score150}{{3.10}{60}}
|
||||
\@writefile{toc}{\contentsline {chapter}{Podsumowanie}{61}\protected@file@percent }
|
||||
\@writefile{lof}{\addvspace {10\p@ }}
|
||||
\@writefile{lot}{\addvspace {10\p@ }}
|
||||
\bibcite{}{1}
|
||||
\bibcite{}{2}
|
||||
\bibcite{}{3}
|
||||
\@writefile{toc}{\contentsline {chapter}{Bibliografia}{23}\protected@file@percent }
|
||||
\bibcite{survay}{1}
|
||||
\bibcite{seq2seq-keras}{2}
|
||||
\bibcite{onehot}{3}
|
||||
\bibcite{handson}{4}
|
||||
\bibcite{deep_learning}{5}
|
||||
\bibcite{keras}{6}
|
||||
\bibcite{seq2seq}{7}
|
||||
\bibcite{analiza_mat}{8}
|
||||
\bibcite{pretty_midi}{9}
|
||||
\bibcite{statystyka}{10}
|
||||
\bibcite{tempos}{11}
|
||||
\bibcite{deep_learning_2}{12}
|
||||
\@writefile{toc}{\contentsline {chapter}{Bibliografia}{63}\protected@file@percent }
|
||||
\@writefile{lof}{\addvspace {10\p@ }}
|
||||
\@writefile{lot}{\addvspace {10\p@ }}
|
||||
|
@ -1,98 +1,227 @@
|
||||
# Fdb version 3
|
||||
["makeindex document.idx"] 1560413097 "document.idx" "document.ind" "document" 1560413099
|
||||
"document.idx" 1560413012 0 d41d8cd98f00b204e9800998ecf8427e ""
|
||||
(generated)
|
||||
"document.ind"
|
||||
"document.ilg"
|
||||
["pdflatex"] 1560413098 "document.tex" "document.pdf" "document" 1560413099
|
||||
"c:/software/latex/texmf-dist/fonts/enc/dvips/pl/plit.enc" 1550343089 1946 62ba825cda1ff16dbaa60d53ac60525a ""
|
||||
"c:/software/latex/texmf-dist/fonts/enc/dvips/pl/plmi.enc" 1550343089 2005 f094775651a1386335c158fb632529f1 ""
|
||||
"c:/software/latex/texmf-dist/fonts/enc/dvips/pl/plrm.enc" 1550343089 1944 1845592c00bbe510359fd6887a83ff72 ""
|
||||
"c:/software/latex/texmf-dist/fonts/enc/dvips/pl/plsc.enc" 1550343089 1970 17f08459267325f59652d212eb7ed719 ""
|
||||
"c:/software/latex/texmf-dist/fonts/map/fontname/texfonts.map" 1550341350 3332 103109f5612ad95229751940c61aada0 ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1550339660 916 f87d7c45f9c908e672703b83b72241a3 ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm" 1550339660 928 2dc8d444221b7a635bb58038579b861a ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm" 1550339660 908 2921f8a10601f252058503cc6570e581 ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm" 1550339660 940 228d6584342e91276bf566bcf9716b83 ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/cm/cmr10.tfm" 1550340360 1296 45809c5a464d5f32c8f98ba97c1bb47f ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/cm/cmr12.tfm" 1550340360 1288 655e228510b4c2a1abe905c368440826 ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plbx10.tfm" 1550343089 2120 c2bca6a74408b1687f9d32e4fd3978fc ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plbx12.tfm" 1550343089 2112 e31d5b368c33d42906fcc26c9ca0a59c ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plcsc10.tfm" 1550343089 2140 d2ca82625bedca0b1948a5da5764d911 ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plex10.tfm" 1550343089 992 93098cecc00cfdb7e881cb8983ca7545 ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plmi10.tfm" 1550343089 1528 c9811a5c54036a0d60617f9ae77b990e ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plmi12.tfm" 1550343089 1524 234f65aa0171d619f32097d0f9186df0 ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plmi6.tfm" 1550343089 1512 01fe68a80e3d13383410f67b67ce344d ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plmi8.tfm" 1550343089 1520 1a3ee2ce8d697eaf56e43f8d2c40cb71 ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plr10.tfm" 1550343089 2080 5c3eb4fec3b89def05dc3a4c6b93fb7c ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plr12.tfm" 1550343089 2076 e1758d4caaf275a731cf0532450f26f0 ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plr17.tfm" 1550343089 2080 b61c70f1a22b45d92358c39b67ea9906 ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plr6.tfm" 1550343089 2088 aa80c569a200447488b571f8bf7b132b ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plr8.tfm" 1550343089 2080 290449bfe12d41e2714fa828fd909bf8 ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plsy10.tfm" 1550343089 1308 adee1faadc465f51667a741ced3a8365 ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plsy6.tfm" 1550343089 1300 730d55d47130c8c9a62c9e7eab4ae96a ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plsy8.tfm" 1550343089 1304 3b6e6a90176144a582c7bcae45156f9b ""
|
||||
"c:/software/latex/texmf-dist/fonts/tfm/public/pl/plti10.tfm" 1550343089 2240 33876944658f33d5fc3eacb794ebb2f3 ""
|
||||
"c:/software/latex/texmf-dist/fonts/type1/public/pl/plbx10.pfb" 1550343089 27050 0da5f310861fb948b3c5e6a53aad685b ""
|
||||
"c:/software/latex/texmf-dist/fonts/type1/public/pl/plbx12.pfb" 1550343089 26733 3fa55bab1df289b642fa8cd9e61fb25f ""
|
||||
"c:/software/latex/texmf-dist/fonts/type1/public/pl/plcsc10.pfb" 1550343089 26854 ae64d555ccf6d86e33627b80279e1347 ""
|
||||
"c:/software/latex/texmf-dist/fonts/type1/public/pl/plmi12.pfb" 1550343089 29704 59e409fb948cf911862e0a97f2ae41a4 ""
|
||||
"c:/software/latex/texmf-dist/fonts/type1/public/pl/plmi8.pfb" 1550343089 29648 b38cd15b84b56d7bea1291ffd32de967 ""
|
||||
"c:/software/latex/texmf-dist/fonts/type1/public/pl/plr10.pfb" 1550343089 27396 59c827d3c8566d0d9cbf81ac7c0d162a ""
|
||||
"c:/software/latex/texmf-dist/fonts/type1/public/pl/plr12.pfb" 1550343089 27754 6f5ae55af1b64df2aab0bbeada447136 ""
|
||||
"c:/software/latex/texmf-dist/fonts/type1/public/pl/plti10.pfb" 1550343089 32502 3bafa9fb9fa291ba4ad1980c7ecad103 ""
|
||||
"c:/software/latex/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1550342614 71627 94eb9990bed73c364d7f53f960cc8c5b ""
|
||||
"c:/software/latex/texmf-dist/tex/generic/oberdiek/etexcmds.sty" 1550342831 7612 729a8cc22a1ee0029997c7f74717ae05 ""
|
||||
"c:/software/latex/texmf-dist/tex/generic/oberdiek/ifluatex.sty" 1550341739 7324 2310d1247db0114eb4726807c8837a0e ""
|
||||
"c:/software/latex/texmf-dist/tex/generic/oberdiek/ifpdf.sty" 1550342831 1300 96620a7d94bc0ceb261d968770ce8315 ""
|
||||
"c:/software/latex/texmf-dist/tex/generic/oberdiek/infwarerr.sty" 1550342831 8253 473e0e41f9adadb1977e8631b8f72ea6 ""
|
||||
"c:/software/latex/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty" 1550342831 5152 b67a3a964ad9851e095110c854a1d461 ""
|
||||
"c:/software/latex/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty" 1550342831 14040 ac8866aac45982ac84021584b0abb252 ""
|
||||
"c:/software/latex/texmf-dist/tex/generic/oberdiek/ltxcmds.sty" 1550342831 18425 5b3c0c59d76fac78978b5558e83c1f36 ""
|
||||
"c:/software/latex/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty" 1550342831 20457 0d2e642faacbb41c9d72690f8cc529cd ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/amsfonts/amsfonts.sty" 1550339661 5949 3f3fd50a8cc94c3d4cbf4fc66cd3df1c ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/amsfonts/umsa.fd" 1550339661 961 6518c6525a34feb5e8250ffa91731cff ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/amsfonts/umsb.fd" 1550339661 961 d02606146ba5601b5645f987c92e6193 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/amsmath/amsbsy.sty" 1550339666 2211 ca7ce284ab93c8eecdc6029dc5ccbd73 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/amsmath/amsgen.sty" 1550339666 4161 7f6eb9092061a11f87d08ed13515b48d ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/amsmath/amsmath.sty" 1550339666 85093 77cfa18ddbae4d9b74ade33d843686d3 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/amsmath/amsopn.sty" 1550339666 4116 32e6abd27229755a83a8b7f18e583890 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/amsmath/amstext.sty" 1550339666 2432 8ff93b1137020e8f21930562a874ae66 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/base/inputenc.sty" 1550342013 5052 b64c57f4a38aae0d2745f8298fa50814 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/base/makeidx.sty" 1550342013 1942 125bdb0eb122d38c47905721b0682b1e ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/base/ot4enc.def" 1550342013 4742 b9cfbbc7f281df46e8c4deec2dd61ed1 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty" 1550341172 11128 a53805799bebfed6358fc1658a18e41f ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1550341562 1213 620bba36b25224fa9b7e1ccb4ecb76fd ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/graphics-cfg/graphics.cfg" 1550341562 1224 978390e9c2234eab29404bc21b268d1e ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/graphics-def/pdftex.def" 1550341563 17334 520b9b85ad8a2a48eda3f643e27a5179 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/graphics/color.sty" 1550341560 7028 112f909feb676788e7ea1c5b0b76320f ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/graphics/graphics.sty" 1550341560 15272 5a97061616e0c8b2aa79c6615ff769f4 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/graphics/graphicx.sty" 1550341560 9063 d0a305975932762117cd1f06a582f896 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/graphics/keyval.sty" 1550341560 2591 6404d0c7d28505fb38ce0d86c2e28ae7 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/graphics/trig.sty" 1550341560 3977 cb9221976ed8a183afad65b59aa8629a ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg" 1550342073 678 4792914a8f45be57bb98413425e4c7af ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/mwcls/mwbk.cls" 1550342667 38805 274df96ed3aa756c4c77df610bde271a ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/mwcls/mwbk12.clo" 1550342667 5794 8b98de20f2007e1656b90be311a3ea14 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty" 1550342831 12095 5337833c991d80788a43d3ce26bd1c46 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/oberdiek/grfext.sty" 1550342831 7075 2fe3d848bba95f139de11ded085e74aa ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/oberdiek/kvoptions.sty" 1550342832 22417 1d9df1eb66848aa31b18a593099cf45c ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/polski/omlplm.fd" 1550343136 1553 7e55eec7e7ffbbc85187034f06b5977a ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/polski/omsplsy.fd" 1550343136 1472 cdbddbc0209f1dca4b38ccca913f65d7 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/polski/omxplex.fd" 1550343136 1283 a1205ac8611390c6de04f8d76756c3c4 ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/polski/ot4cmr.fd" 1550343136 2599 8c16345f9109faed2ca2ff52e16d8a6f ""
|
||||
"c:/software/latex/texmf-dist/tex/latex/polski/polski.sty" 1550343136 13310 401406f54546887504ce1857a307089b ""
|
||||
"c:/software/latex/texmf-dist/web2c/texmf.cnf" 1550341956 35176 ce7fee66be1fb01dfc6b702a7dbfa0ea ""
|
||||
"c:/software/latex/texmf-var/fonts/map/pdftex/updmap/pdftex.map" 1550344777 3265577 7fb0ae9195d4a898deb882ebc26f3a7b ""
|
||||
"c:/software/latex/texmf-var/web2c/pdftex/pdflatex.fmt" 1550344823 4224189 05b80a2fc98956d1ad757099b6714631 ""
|
||||
"c:/software/latex/texmf.cnf" 1550344763 715 839ef4b14d931ce86420174d3a223d3e ""
|
||||
"chapter-style.sty" 1184432756 376 87871882de090607c810d89fd5ae18d9 ""
|
||||
"document.aux" 1560413099 4856 c2bf547c47e3e894bded1de843dbbbac ""
|
||||
"document.ind" 1560413011 0 d41d8cd98f00b204e9800998ecf8427e "makeindex document.idx"
|
||||
"document.tex" 1560413089 20828 a07a211563afcd6d5b92063e4323203d ""
|
||||
"document.toc" 1560413099 2998 d3fb2484b1533296a3e7742728abec6e ""
|
||||
(generated)
|
||||
"document.pdf"
|
||||
"document.log"
|
||||
"document.aux"
|
||||
"document.idx"
|
||||
"document.toc"
|
||||
# Fdb version 3
|
||||
["makeindex document.idx"] 1593536307 "document.idx" "document.ind" "document" 1593537432
|
||||
"document.idx" 1593537429 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex"
|
||||
(generated)
|
||||
"document.ind"
|
||||
"document.ilg"
|
||||
["pdflatex"] 1593537429 "/home/altarin/praca-magisterska/docs/document.tex" "/home/altarin/praca-magisterska/docs/document.pdf" "document" 1593537432
|
||||
"/home/altarin/praca-magisterska/docs/document.aux" 1593537432 11333 f5c74468642be9d2aa8e95edbe7d332d ""
|
||||
"/home/altarin/praca-magisterska/docs/document.tex" 1593537428 96795 4e926025fddd39dcfff788815d052ff0 ""
|
||||
"/usr/share/texmf-dist/fonts/enc/dvips/pl/plit.enc" 1591545468 1946 62ba825cda1ff16dbaa60d53ac60525a ""
|
||||
"/usr/share/texmf-dist/fonts/enc/dvips/pl/plme.enc" 1591545468 3126 59f33ff3e396436ebc36f4e7b444d5c4 ""
|
||||
"/usr/share/texmf-dist/fonts/enc/dvips/pl/plmi.enc" 1591545468 2005 f094775651a1386335c158fb632529f1 ""
|
||||
"/usr/share/texmf-dist/fonts/enc/dvips/pl/plms.enc" 1591545468 2468 3f9e2f3088bcf5b581dfc367d71e7d95 ""
|
||||
"/usr/share/texmf-dist/fonts/enc/dvips/pl/plrm.enc" 1591545468 1944 1845592c00bbe510359fd6887a83ff72 ""
|
||||
"/usr/share/texmf-dist/fonts/enc/dvips/pl/plsc.enc" 1591545468 1970 17f08459267325f59652d212eb7ed719 ""
|
||||
"/usr/share/texmf-dist/fonts/enc/dvips/pl/pltt.enc" 1591545468 1971 0a4e750f2a9cb8345529a19560d48a96 ""
|
||||
"/usr/share/texmf-dist/fonts/map/fontname/texfonts.map" 1591545468 3524 cb3e574dea2d1052e39280babc910dc8 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm" 1591545468 1004 54797486969f23fa377b128694d548df ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm" 1591545468 988 bdf658c3bfc2d96d3c8b02cfc1c94c20 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1591545468 916 f87d7c45f9c908e672703b83b72241a3 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm" 1591545468 924 9904cf1d39e9767e7a3622f2a125a565 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm" 1591545468 928 2dc8d444221b7a635bb58038579b861a ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm" 1591545468 908 2921f8a10601f252058503cc6570e581 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm" 1591545468 940 75ac932a52f80982a9f8ea75d03a34cf ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm" 1591545468 940 228d6584342e91276bf566bcf9716b83 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmex10.tfm" 1591545468 992 662f679a0b3d2d53c1b94050fdaa3f50 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmr10.tfm" 1591545468 1296 45809c5a464d5f32c8f98ba97c1bb47f ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmr12.tfm" 1591545468 1288 655e228510b4c2a1abe905c368440826 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plbsy10.tfm" 1591545468 1300 0059c6d760901a3c6e7efe9457b0072d ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plbx10.tfm" 1591545468 2120 c2bca6a74408b1687f9d32e4fd3978fc ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plbx12.tfm" 1591545468 2112 e31d5b368c33d42906fcc26c9ca0a59c ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plbx6.tfm" 1591545468 2136 fe7e8613da9d5c5d815ae6349be1b039 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plbx8.tfm" 1591545468 2124 8c7c117cce23f08f5cf96b79bd777a5f ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plcsc10.tfm" 1591545468 2140 d2ca82625bedca0b1948a5da5764d911 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plex10.tfm" 1591545468 992 93098cecc00cfdb7e881cb8983ca7545 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plmi10.tfm" 1591545468 1528 c9811a5c54036a0d60617f9ae77b990e ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plmi12.tfm" 1591545468 1524 234f65aa0171d619f32097d0f9186df0 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plmi5.tfm" 1591545468 1508 a2d14c74291841992fa64fe998b36f97 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plmi6.tfm" 1591545468 1512 01fe68a80e3d13383410f67b67ce344d ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plmi7.tfm" 1591545468 1528 b9fad95d99dcea00da6a998803f85686 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plmi8.tfm" 1591545468 1520 1a3ee2ce8d697eaf56e43f8d2c40cb71 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plmib10.tfm" 1591545468 1524 41ae4bd15dda377181ae6545ec43051c ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plr10.tfm" 1591545468 2080 5c3eb4fec3b89def05dc3a4c6b93fb7c ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plr12.tfm" 1591545468 2076 e1758d4caaf275a731cf0532450f26f0 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plr17.tfm" 1591545468 2080 b61c70f1a22b45d92358c39b67ea9906 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plr5.tfm" 1591545468 2008 3b7792da2ec68e9d8515961176bc983d ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plr6.tfm" 1591545468 2088 aa80c569a200447488b571f8bf7b132b ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plr7.tfm" 1591545468 2088 3950be4df310cc88dade7a45ba964220 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plr8.tfm" 1591545468 2080 290449bfe12d41e2714fa828fd909bf8 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plsltt10.tfm" 1591545468 1284 69e151372a927aca90b1d92c08f23748 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plsy10.tfm" 1591545468 1308 adee1faadc465f51667a741ced3a8365 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plsy5.tfm" 1591545468 1296 bc803ec3860b078a8e22fb7a6202aa37 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plsy6.tfm" 1591545468 1300 730d55d47130c8c9a62c9e7eab4ae96a ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plsy7.tfm" 1591545468 1304 a6a2c86c403d8bc56664eeac17804b8a ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plsy8.tfm" 1591545468 1304 3b6e6a90176144a582c7bcae45156f9b ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plti10.tfm" 1591545468 2240 33876944658f33d5fc3eacb794ebb2f3 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/plti12.tfm" 1591545468 2248 f77d595f67089cf2926494dc25800828 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/pltt10.tfm" 1591545468 1280 1c9b21667354f78365f19e9802715019 ""
|
||||
"/usr/share/texmf-dist/fonts/tfm/public/pl/pltt12.tfm" 1591545468 1284 c8c4a3eceb0e687daf7c6971a24f073f ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb" 1591545468 34694 ad62b13721ee8eda1dcc8993c8bd7041 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plbsy10.pfb" 1591545468 26818 88ded7cd04bfcc3752273159f2e6a97d ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plbx10.pfb" 1591545468 27050 0da5f310861fb948b3c5e6a53aad685b ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plbx12.pfb" 1591545468 26733 3fa55bab1df289b642fa8cd9e61fb25f ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plbx8.pfb" 1591545468 27156 3f71c34c35a8658034b44a09a358f0a1 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plcsc10.pfb" 1591545468 26854 260e35f0156087ec159362abd8f70655 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plex10.pfb" 1591545468 22371 094f80a5a689f2eefc72bff87ecbc407 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plmi12.pfb" 1591545468 29704 5868c49c125729105d39d7e6e5638dd3 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plmi6.pfb" 1591545468 30338 4bdf6a32e66b53760b57428a52eeec91 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plmi8.pfb" 1591545468 29648 f588152f66151a0a6061bdcc4f5c0f53 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plmib10.pfb" 1591545468 30202 9ac91de0e5a3574c0a89b36ce4bec3eb ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plr10.pfb" 1591545468 27396 59c827d3c8566d0d9cbf81ac7c0d162a ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plr12.pfb" 1591545468 27754 6f5ae55af1b64df2aab0bbeada447136 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plr7.pfb" 1591545468 27523 c9185de4b4f361086bdc0d056fdd2b09 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plr8.pfb" 1591545468 27613 078d72cee58a40f102986ecdd23ed1c6 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plsltt10.pfb" 1591545468 26811 2bcd5a50de423b4f06adb4350b11f9e5 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plsy10.pfb" 1591545468 26714 6fe260cd3a16c4a700b121f4edac67f2 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plsy8.pfb" 1591545468 26387 98cf0141874ba26c215635f2b6f404e5 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plti10.pfb" 1591545468 32502 73b348676aac6ae1f3a22f93f5f2370b ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/plti12.pfb" 1591545468 31333 b77f84fb77cd444a4b883716d8141250 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/pltt10.pfb" 1591545468 25868 d6f9e57a513249dc500d9a7ab15dbc95 ""
|
||||
"/usr/share/texmf-dist/fonts/type1/public/pl/pltt12.pfb" 1591545468 26667 6a862eeb4e6233f78e281710239267b4 ""
|
||||
"/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1591545468 71627 94eb9990bed73c364d7f53f960cc8c5b ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex" 1591545468 992 fb3cda354707a54fda62787a411c7c22 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex" 1591545468 43820 bc6cf5aa959817914ace33f5c6232161 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex" 1591545468 19324 c9a64402f22bd8d81821141a357af653 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex" 1591545468 6038 d639d02574be9a72f3c602c2a3510e02 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex" 1591545468 6948 284bbe3c9a7ca0a826c1c03895e69b9f ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex" 1591545468 4883 a6f3eb1f71d8c4affaf43a169828b043 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex" 1591545468 2544 3b1b198fd49f01e328adc9162a07b213 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex" 1591545468 44189 1fd6229dad4c898883516c032f2ca5d2 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex" 1591545468 17311 3092579be20ef0f229c42ad3f09da85c ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex" 1591545468 21302 d6c4b340248adbe650ebf6ca76bdccca ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex" 1591545468 9690 7585efa5a591822837f837bc5bc35621 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex" 1591545468 33335 942ccafe284041918d36e54696b98aa7 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex" 1591545468 2965 502761b60f43ab2de5ecb2f4625163ae ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex" 1591545468 5196 f8c5c775d4d6e2cb050392127cabda72 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex" 1591545468 20726 ed6ec1d6f0f35e7a93de4e79af83dbce ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex" 1591545468 35249 144a6b9c4df4644618bb3a0a40472608 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex" 1591545468 21989 266e83c51fe41eb8b8d5e6896dc71cc1 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex" 1591545468 8842 5cc856e132fac404805c6da091779283 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex" 1591545468 11544 2a5d66a3270abf4ef673e8a0b7734a90 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex" 1591545468 187592 7922ceab1864698dec4c84978d5b182f ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex" 1591545468 32995 a4d54c043ae5274ceaaddeb36ad43a6f ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfint.code.tex" 1591545468 3063 8c415c68a0f3394e45cfeca0b65f6ee6 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex" 1591545468 521 c70cf6ad609de83a27ee7929eb356332 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex" 1591545468 13391 933cab19c6d27039dbfc487330d1005a ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex" 1591545468 104938 15f2d8bdabd6bf9ca70f62cd8e3d4940 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex" 1591545468 10157 218d58ab074e5bd0d027de45ec64cc00 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex" 1591545468 28176 568b081ec39645f2db1a29fbd0c635e2 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex" 1591545468 9054 388d21239a1b6df2cc8beaae31c976b0 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex" 1591545468 3865 cddf7ddc80f018587c55afdcc79fc333 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex" 1591545468 3177 27d85c44fbfe09ff3b2cf2879e3ea434 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex" 1591545468 10925 df50b8a6e5660a585e3a2bf55726dcc8 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex" 1591545468 7787 1750fc3f164703caf31fc8ea9218c67e ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex" 1591545468 3379 cbd0948a550bd7a495a160ca6beee9ed ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex" 1591545468 92405 bba89470858d7b0788a9c09331c39653 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex" 1591545468 36526 453db1f8626a56b5ebb0fad496d6a39f ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex" 1591545468 8471 b18959397c76e1e582402ab9f592ed9f ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex" 1591545468 21201 46a4dded6619f990ac7347f99fbaac9f ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex" 1591545468 16121 9e240115374a8d489f2f786115df83a9 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex" 1591545468 43259 3e05ba63539916af2eaca603c2eda780 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/pgf.revision.tex" 1591545468 465 1f401ab1e7fc6cb7ede39e96c66531fd ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg" 1591545468 926 70ff613fabeb70f5d1673dc0c93987bd ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def" 1591545468 5546 3586827e6032c95512b2a6682d2979a3 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def" 1591545468 12603 c02869ea216d842c29d52fae8738264e ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex" 1591545468 60269 e86bc0081af83a4ad47e4500ee09a2e4 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex" 1591545468 1896 82c274ff520f9e450ccea4e3ef4edc12 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex" 1591545468 7778 a25a32a10ca820357491d4c7b3ac02ea ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex" 1591545468 23777 cb6c8f02f87d86d621f5cb92c44f4998 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex" 1591545468 36815 f7f1772c398f07af2cb741992963045c ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex" 1591545468 37439 bd44d50aef702b03193f731207931834 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex" 1591545468 4494 7e5ace0ccf59408f2cf63219a5d36927 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex" 1591545468 7250 03b2b9fb5fa38e7ca5cc3c45860fb210 ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex" 1591545468 28309 488ccc6c701bbdd1bf671f708757aa5c ""
|
||||
"/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def" 1591545468 6286 1bd76fc45da9929ab2a64f51cba3ab6f ""
|
||||
"/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty" 1591545468 5949 3f3fd50a8cc94c3d4cbf4fc66cd3df1c ""
|
||||
"/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd" 1591545468 961 6518c6525a34feb5e8250ffa91731cff ""
|
||||
"/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd" 1591545468 961 d02606146ba5601b5645f987c92e6193 ""
|
||||
"/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty" 1591545468 2211 ca7ce284ab93c8eecdc6029dc5ccbd73 ""
|
||||
"/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty" 1591545468 4161 7f6eb9092061a11f87d08ed13515b48d ""
|
||||
"/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty" 1591545468 85660 baee036978c7a91f4e2bba43f05e5945 ""
|
||||
"/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty" 1591545468 4116 32e6abd27229755a83a8b7f18e583890 ""
|
||||
"/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty" 1591545468 2432 8ff93b1137020e8f21930562a874ae66 ""
|
||||
"/usr/share/texmf-dist/tex/latex/base/inputenc.sty" 1591545468 5050 8933a39ad74377accd18991c5eb90c58 ""
|
||||
"/usr/share/texmf-dist/tex/latex/base/makeidx.sty" 1591545468 1940 dd4f2aa11c89855a3c47d09758782ba5 ""
|
||||
"/usr/share/texmf-dist/tex/latex/base/ot4enc.def" 1591545468 4737 67abade8a6d72c5104a99168f35bc1b1 ""
|
||||
"/usr/share/texmf-dist/tex/latex/caption/caption.sty" 1591545468 55681 9f734e1815747cb8bb47a735fd4254ad ""
|
||||
"/usr/share/texmf-dist/tex/latex/caption/caption3.sty" 1591545468 64207 bba542979d2533f31c75720ba779a52a ""
|
||||
"/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty" 1591545468 13886 d1306dcf79a944f6988e688c1785f9ce ""
|
||||
"/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty" 1591545468 11128 a53805799bebfed6358fc1658a18e41f ""
|
||||
"/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1591545468 1213 620bba36b25224fa9b7e1ccb4ecb76fd ""
|
||||
"/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg" 1591545468 1224 978390e9c2234eab29404bc21b268d1e ""
|
||||
"/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def" 1591545468 17448 c8e20d5f7e69b0cbecf82ab29daeebd9 ""
|
||||
"/usr/share/texmf-dist/tex/latex/graphics/graphics.sty" 1591545468 16932 04729abe63b66ec59ea56edcd722b058 ""
|
||||
"/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty" 1591545468 9067 1b996612394a52e1efe89c8bfe8a5892 ""
|
||||
"/usr/share/texmf-dist/tex/latex/graphics/keyval.sty" 1591545468 2590 e3b24ff953e5b58d924f163d25380312 ""
|
||||
"/usr/share/texmf-dist/tex/latex/graphics/trig.sty" 1591545468 3976 d7fa7d81d2870d509d25b17d0245e735 ""
|
||||
"/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def" 1591545468 25742 5de23a2d2bc67a3139433e702e64a437 ""
|
||||
"/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg" 1591545468 678 4792914a8f45be57bb98413425e4c7af ""
|
||||
"/usr/share/texmf-dist/tex/latex/listings/listings.cfg" 1591545468 1830 e31effa752c61538383451ae21332364 ""
|
||||
"/usr/share/texmf-dist/tex/latex/listings/listings.sty" 1591545468 80964 64e57373f36316e4a09b517cbf1aba2e ""
|
||||
"/usr/share/texmf-dist/tex/latex/listings/lstlang1.sty" 1591545468 204271 bae5b2d457283e99567249c1990510be ""
|
||||
"/usr/share/texmf-dist/tex/latex/listings/lstmisc.sty" 1591545468 77022 ee25ce086f4a79d8cf73bac6f94c02a5 ""
|
||||
"/usr/share/texmf-dist/tex/latex/ms/everyshi.sty" 1591545468 3878 6aa7c08ff2621006e0603349e40a30a8 ""
|
||||
"/usr/share/texmf-dist/tex/latex/mwcls/mwbk.cls" 1591545468 38805 274df96ed3aa756c4c77df610bde271a ""
|
||||
"/usr/share/texmf-dist/tex/latex/mwcls/mwbk12.clo" 1591545468 5794 8b98de20f2007e1656b90be311a3ea14 ""
|
||||
"/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty" 1591545468 1090 d20f587ea9464d1841bd0d13d3ff9856 ""
|
||||
"/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty" 1591545468 410 5bf12ea7330e5f12c445332a4fe9a263 ""
|
||||
"/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty" 1591545468 21013 e98e1aaaf40d31632787c2bd25d24b57 ""
|
||||
"/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty" 1591545468 989 2cf3da8e8ec55131c49389428d565e37 ""
|
||||
"/usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty" 1591545468 339 592cf35cba3d400082b8a9a5d0199d70 ""
|
||||
"/usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty" 1591545468 306 0796eafca5e159e6ec2167a6d22d81b1 ""
|
||||
"/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty" 1591545468 443 0b2e781830192df35c0fd357cf13e26e ""
|
||||
"/usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty" 1591545468 348 8927fde343487e003b01a4c2ca34073b ""
|
||||
"/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty" 1591545468 274 4cad6e665cc93ac2ac979039a94fa1e1 ""
|
||||
"/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty" 1591545468 325 2bcd023400636339210573e2b3ee298b ""
|
||||
"/usr/share/texmf-dist/tex/latex/polski/omlplm.fd" 1591545468 1553 7e55eec7e7ffbbc85187034f06b5977a ""
|
||||
"/usr/share/texmf-dist/tex/latex/polski/omsplsy.fd" 1591545468 1472 cdbddbc0209f1dca4b38ccca913f65d7 ""
|
||||
"/usr/share/texmf-dist/tex/latex/polski/omxplex.fd" 1591545468 1283 a1205ac8611390c6de04f8d76756c3c4 ""
|
||||
"/usr/share/texmf-dist/tex/latex/polski/ot4cmr.fd" 1591545468 2599 8c16345f9109faed2ca2ff52e16d8a6f ""
|
||||
"/usr/share/texmf-dist/tex/latex/polski/ot4cmtt.fd" 1591545468 1774 11f597dd001232790274dfe4e868cdbb ""
|
||||
"/usr/share/texmf-dist/tex/latex/polski/polski.sty" 1591545468 13310 401406f54546887504ce1857a307089b ""
|
||||
"/usr/share/texmf-dist/tex/latex/subfig/subfig.sty" 1591545468 21369 9ef165ca6df8815c92e693146a376c92 ""
|
||||
"/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty" 1591545468 55589 34128738f682d033422ca125f82e5d62 ""
|
||||
"/usr/share/texmf-dist/web2c/texmf.cnf" 1591545468 33301 a3134070eacafb10b1f371612ce2650d ""
|
||||
"/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1592503645 334180 163417853e75f7c89e92e140d6d6e976 ""
|
||||
"/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1592503638 2514048 a56a08c40899d3085b1646631973a91a ""
|
||||
"chapter-style.sty" 1585406727 376 a4a2fb4e6d39af51a43bb1e06c2593ad ""
|
||||
"document.aux" 1593537432 11333 f5c74468642be9d2aa8e95edbe7d332d "pdflatex"
|
||||
"document.ind" 1593536307 0 d41d8cd98f00b204e9800998ecf8427e "makeindex document.idx"
|
||||
"document.tex" 1593537428 96795 4e926025fddd39dcfff788815d052ff0 ""
|
||||
"document.toc" 1593537432 4223 dfaa133f35e4a4c6b998ace351c01aa2 "pdflatex"
|
||||
"images/autoencoder.png" 1592468053 45138 e24bbc793c0955063eedc2e303d15e73 ""
|
||||
"images/general-midi.png" 1593247395 39913 0e59b8fcc571228fefe1db5497396d44 ""
|
||||
"images/gradient_descent_1_long.png" 1592468053 47914 f9804e5846a64637fbb131c17f1f41cc ""
|
||||
"images/gradient_descent_2_long.png" 1592468053 43574 b8edd0b2046434f6137dfd1c933377b9 ""
|
||||
"images/inference-decoder-graph.png" 1592283828 39617 c8018d9c99c52a48862f139b782a3f5f ""
|
||||
"images/linear_reg.png" 1592468053 34049 0f2add109fe1699cadcb43a556b69572 ""
|
||||
"images/lstm_cell2.PNG" 1590512447 26867 788d7ec9c40152beae0184f02827b5ad ""
|
||||
"images/naural_model_multi_ver2.png" 1591814444 60625 6aacb06f1f1f072da3b241bf087fadcb ""
|
||||
"images/naural_model_one_ver2.png" 1591814444 38478 1b596aace7ba59b46c98d50caae2b3aa ""
|
||||
"images/neural_net_1_ver2.png" 1591814444 101593 00707e0ddead153f1fd0e87893eafdb4 ""
|
||||
"images/nuty_linia.png" 1586086475 21762 16cba37ab47ffa1339da455c8de72422 ""
|
||||
"images/rnn.PNG" 1590512447 32351 9cff38190eee4574c7dfff93b5b29152 ""
|
||||
"images/score_1.png" 1592468053 19902 1aaaee10bf0c58b6fbf66d318762d21c ""
|
||||
"images/score_10.png" 1592468053 25547 abc3d1b3196e5b95fc3f618444217ff1 ""
|
||||
"images/score_100.png" 1592468053 28821 40b7dc6f718565aed59b1c35d193c17f ""
|
||||
"images/score_150.png" 1592468053 35857 6bde0570179978fd289f65c36a39d23c ""
|
||||
"images/score_25.png" 1592468053 30596 f0a1631accc0536f937f8cc1739e1401 ""
|
||||
"images/score_50.png" 1592468053 31659 2821b85f95c928c4387e5acf045d5e3f ""
|
||||
"images/score_75.png" 1592468053 32253 9f5246912bbd722b97229c051d0d7084 ""
|
||||
"images/seq2seq2.PNG" 1592468053 22081 4eecc93aa5affc6c3b885f1ddf440882 ""
|
||||
"images/sigmoid.png" 1592468053 43181 f8aeba82fcf96bd2635e71d008f5c56e ""
|
||||
"images/tanh.png" 1592468053 46526 4dcc99316c436cf8a816b75008ca2cb6 ""
|
||||
"images/training-model-graph.png" 1592282714 47079 0e3223c86d09924ccb1e6ea934390646 ""
|
||||
"images/training_losses.png" 1592307867 57293 9a3c698c6fdbb1b4599eae0988b12558 ""
|
||||
"images/wartosc_nut.jpg" 1586083515 48213 d311c2cedb2ed53dcf5eff20f70eda80 ""
|
||||
"images/waveform_axis.png" 1592468053 56303 b651cd61802789878813aad943ba85ba ""
|
||||
"pythonhighlight.sty" 1591814444 4822 44a39a68d852c9742af161f7166b2a03 ""
|
||||
(generated)
|
||||
"/home/altarin/praca-magisterska/docs/document.log"
|
||||
"/home/altarin/praca-magisterska/docs/document.pdf"
|
||||
"document.log"
|
||||
"document.idx"
|
||||
"document.pdf"
|
||||
"document.toc"
|
||||
"document.aux"
|
||||
|
@ -1,146 +1,362 @@
|
||||
PWD J:/seminarium/praca-magisterska/docs
|
||||
INPUT c:/software/latex/texmf.cnf
|
||||
INPUT c:/software/latex/texmf-dist/web2c/texmf.cnf
|
||||
INPUT c:/software/latex/texmf-var/web2c/pdftex/pdflatex.fmt
|
||||
INPUT document.tex
|
||||
OUTPUT document.log
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/mwcls/mwbk.cls
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/mwcls/mwbk.cls
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/mwcls/mwbk12.clo
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/mwcls/mwbk12.clo
|
||||
INPUT c:/software/latex/texmf-dist/fonts/map/fontname/texfonts.map
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/cm/cmr12.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/cm/cmr10.tfm
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/polski/polski.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/polski/polski.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/polski/ot4cmr.fd
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/base/ot4enc.def
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/polski/ot4cmr.fd
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/polski/ot4cmr.fd
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plr12.tfm
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/base/inputenc.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/base/inputenc.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsmath/amsgen.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsmath/amsgen.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/base/makeidx.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/base/makeidx.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics/keyval.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics/keyval.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics/trig.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics/trig.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
|
||||
INPUT chapter-style.sty
|
||||
INPUT chapter-style.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics/color.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics/color.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics-cfg/color.cfg
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/graphics-cfg/color.cfg
|
||||
OUTPUT document.idx
|
||||
INPUT document.aux
|
||||
INPUT document.aux
|
||||
OUTPUT document.aux
|
||||
INPUT c:/software/latex/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
INPUT c:/software/latex/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/infwarerr.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/infwarerr.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/oberdiek/grfext.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/oberdiek/grfext.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/oberdiek/kvoptions.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/oberdiek/kvoptions.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/etexcmds.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/etexcmds.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/ifluatex.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/ifluatex.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/ifpdf.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/generic/oberdiek/ifpdf.sty
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plcsc10.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plr17.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plbx12.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plr12.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plr17.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plbx12.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plbx12.tfm
|
||||
OUTPUT document.pdf
|
||||
INPUT c:/software/latex/texmf-var/fonts/map/pdftex/updmap/pdftex.map
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plr8.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plr6.tfm
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/polski/omlplm.fd
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/polski/omlplm.fd
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plmi12.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plmi8.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plmi6.tfm
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/polski/omsplsy.fd
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/polski/omsplsy.fd
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plsy10.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plsy8.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plsy6.tfm
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/polski/omxplex.fd
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/polski/omxplex.fd
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plex10.tfm
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
INPUT c:/software/latex/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plr10.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plmi10.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plsy10.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plbx12.tfm
|
||||
INPUT document.toc
|
||||
INPUT document.toc
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plbx10.tfm
|
||||
OUTPUT document.toc
|
||||
INPUT c:/software/latex/texmf-dist/fonts/tfm/public/pl/plti10.tfm
|
||||
INPUT document.ind
|
||||
INPUT document.ind
|
||||
INPUT document.aux
|
||||
INPUT c:/software/latex/texmf-dist/fonts/enc/dvips/pl/plit.enc
|
||||
INPUT c:/software/latex/texmf-dist/fonts/enc/dvips/pl/plrm.enc
|
||||
INPUT c:/software/latex/texmf-dist/fonts/enc/dvips/pl/plmi.enc
|
||||
INPUT c:/software/latex/texmf-dist/fonts/enc/dvips/pl/plsc.enc
|
||||
INPUT c:/software/latex/texmf-dist/fonts/type1/public/pl/plbx10.pfb
|
||||
INPUT c:/software/latex/texmf-dist/fonts/type1/public/pl/plbx12.pfb
|
||||
INPUT c:/software/latex/texmf-dist/fonts/type1/public/pl/plcsc10.pfb
|
||||
INPUT c:/software/latex/texmf-dist/fonts/type1/public/pl/plmi12.pfb
|
||||
INPUT c:/software/latex/texmf-dist/fonts/type1/public/pl/plmi8.pfb
|
||||
INPUT c:/software/latex/texmf-dist/fonts/type1/public/pl/plr10.pfb
|
||||
INPUT c:/software/latex/texmf-dist/fonts/type1/public/pl/plr12.pfb
|
||||
INPUT c:/software/latex/texmf-dist/fonts/type1/public/pl/plti10.pfb
|
||||
PWD /home/altarin/praca-magisterska/docs
|
||||
INPUT /usr/share/texmf-dist/web2c/texmf.cnf
|
||||
INPUT /var/lib/texmf/web2c/pdftex/pdflatex.fmt
|
||||
INPUT /home/altarin/praca-magisterska/docs/document.tex
|
||||
OUTPUT /home/altarin/praca-magisterska/docs/document.log
|
||||
INPUT /usr/share/texmf-dist/tex/latex/mwcls/mwbk.cls
|
||||
INPUT /usr/share/texmf-dist/tex/latex/mwcls/mwbk.cls
|
||||
INPUT /usr/share/texmf-dist/tex/latex/mwcls/mwbk12.clo
|
||||
INPUT /usr/share/texmf-dist/tex/latex/mwcls/mwbk12.clo
|
||||
INPUT /usr/share/texmf-dist/fonts/map/fontname/texfonts.map
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmr12.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmr10.tfm
|
||||
INPUT /usr/share/texmf-dist/tex/latex/polski/polski.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/polski/polski.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/polski/ot4cmr.fd
|
||||
INPUT /usr/share/texmf-dist/tex/latex/base/ot4enc.def
|
||||
INPUT /usr/share/texmf-dist/tex/latex/polski/ot4cmr.fd
|
||||
INPUT /usr/share/texmf-dist/tex/latex/polski/ot4cmr.fd
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plr12.tfm
|
||||
INPUT /usr/share/texmf-dist/tex/latex/base/inputenc.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/base/inputenc.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/base/makeidx.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/base/makeidx.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics/keyval.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics/keyval.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics/trig.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics/trig.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
INPUT /usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
|
||||
INPUT /home/altarin/praca-magisterska/docs/pythonhighlight.sty
|
||||
INPUT /home/altarin/praca-magisterska/docs/pythonhighlight.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/listings/listings.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/listings/listings.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/listings/lstmisc.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/listings/lstmisc.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/listings/listings.cfg
|
||||
INPUT /usr/share/texmf-dist/tex/latex/listings/listings.cfg
|
||||
INPUT /usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
|
||||
INPUT /usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
|
||||
INPUT /home/altarin/praca-magisterska/docs/chapter-style.sty
|
||||
INPUT /home/altarin/praca-magisterska/docs/chapter-style.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
|
||||
INPUT /usr/share/texmf-dist/tex/latex/ms/everyshi.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/ms/everyshi.sty
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/pgf.revision.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/pgf.revision.tex
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfint.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex
|
||||
INPUT /usr/share/texmf-dist/tex/latex/subfig/subfig.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/subfig/subfig.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/caption/caption.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/caption/caption.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/caption/caption3.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/caption/caption3.sty
|
||||
OUTPUT /home/altarin/praca-magisterska/docs/document.idx
|
||||
INPUT /usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def
|
||||
INPUT /usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def
|
||||
INPUT /home/altarin/praca-magisterska/docs/document.aux
|
||||
INPUT /home/altarin/praca-magisterska/docs/document.aux
|
||||
OUTPUT /home/altarin/praca-magisterska/docs/document.aux
|
||||
INPUT /usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
INPUT /usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
INPUT /usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
INPUT /usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plcsc10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plr17.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plbx12.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plr12.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plr17.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plbx12.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plbx12.tfm
|
||||
OUTPUT /home/altarin/praca-magisterska/docs/document.pdf
|
||||
INPUT /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plr8.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plr6.tfm
|
||||
INPUT /usr/share/texmf-dist/tex/latex/polski/omlplm.fd
|
||||
INPUT /usr/share/texmf-dist/tex/latex/polski/omlplm.fd
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plmi12.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plmi8.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plmi6.tfm
|
||||
INPUT /usr/share/texmf-dist/tex/latex/polski/omsplsy.fd
|
||||
INPUT /usr/share/texmf-dist/tex/latex/polski/omsplsy.fd
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plsy10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plsy8.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plsy6.tfm
|
||||
INPUT /usr/share/texmf-dist/tex/latex/polski/omxplex.fd
|
||||
INPUT /usr/share/texmf-dist/tex/latex/polski/omxplex.fd
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plex10.tfm
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plr10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plmi10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plsy10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plbx12.tfm
|
||||
INPUT /home/altarin/praca-magisterska/docs/document.toc
|
||||
INPUT /home/altarin/praca-magisterska/docs/document.toc
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plbx10.tfm
|
||||
OUTPUT /home/altarin/praca-magisterska/docs/document.toc
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/linear_reg.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/linear_reg.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/linear_reg.png
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plti12.tfm
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/gradient_descent_1_long.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/gradient_descent_1_long.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/gradient_descent_1_long.png
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plr10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plbx10.tfm
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/gradient_descent_2_long.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/gradient_descent_2_long.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/gradient_descent_2_long.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/naural_model_one_ver2.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/naural_model_one_ver2.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/naural_model_one_ver2.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/naural_model_multi_ver2.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/naural_model_multi_ver2.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/naural_model_multi_ver2.png
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plbx8.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plbx6.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plmib10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plmib10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plmib10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plbsy10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plbsy10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plbsy10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmex10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/sigmoid.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/sigmoid.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/sigmoid.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/neural_net_1_ver2.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/neural_net_1_ver2.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/neural_net_1_ver2.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/autoencoder.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/autoencoder.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/autoencoder.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/rnn.PNG
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/rnn.PNG
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/rnn.PNG
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/lstm_cell2.PNG
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/lstm_cell2.PNG
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/lstm_cell2.PNG
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/tanh.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/tanh.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/tanh.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/seq2seq2.PNG
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/seq2seq2.PNG
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/seq2seq2.PNG
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/waveform_axis.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/waveform_axis.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/waveform_axis.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/wartosc_nut.jpg
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/wartosc_nut.jpg
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/wartosc_nut.jpg
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plr7.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plr5.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plmi10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plmi7.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plmi5.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plsy10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plsy7.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plsy5.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/nuty_linia.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/nuty_linia.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/nuty_linia.png
|
||||
INPUT /usr/share/texmf-dist/tex/latex/listings/lstlang1.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/listings/lstlang1.sty
|
||||
INPUT /usr/share/texmf-dist/tex/latex/polski/ot4cmtt.fd
|
||||
INPUT /usr/share/texmf-dist/tex/latex/polski/ot4cmtt.fd
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/pltt12.tfm
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/pltt10.tfm
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/general-midi.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/general-midi.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/general-midi.png
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plsltt10.tfm
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/training-model-graph.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/training-model-graph.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/training-model-graph.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/inference-decoder-graph.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/inference-decoder-graph.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/inference-decoder-graph.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/training_losses.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/training_losses.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/training_losses.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_1.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_1.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_1.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_10.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_10.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_10.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_25.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_25.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_25.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_50.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_50.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_50.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_75.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_75.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_75.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_100.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_100.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_100.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_150.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_150.png
|
||||
INPUT /home/altarin/praca-magisterska/docs/images/score_150.png
|
||||
INPUT /usr/share/texmf-dist/fonts/tfm/public/pl/plti10.tfm
|
||||
INPUT /home/altarin/praca-magisterska/docs/document.ind
|
||||
INPUT /home/altarin/praca-magisterska/docs/document.ind
|
||||
INPUT /home/altarin/praca-magisterska/docs/document.aux
|
||||
INPUT /usr/share/texmf-dist/fonts/enc/dvips/pl/plit.enc
|
||||
INPUT /usr/share/texmf-dist/fonts/enc/dvips/pl/pltt.enc
|
||||
INPUT /usr/share/texmf-dist/fonts/enc/dvips/pl/plrm.enc
|
||||
INPUT /usr/share/texmf-dist/fonts/enc/dvips/pl/plms.enc
|
||||
INPUT /usr/share/texmf-dist/fonts/enc/dvips/pl/plmi.enc
|
||||
INPUT /usr/share/texmf-dist/fonts/enc/dvips/pl/plme.enc
|
||||
INPUT /usr/share/texmf-dist/fonts/enc/dvips/pl/plsc.enc
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plbsy10.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plbx10.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plbx12.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plbx8.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plcsc10.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plex10.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plmi12.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plmi6.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plmi8.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plmib10.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plr10.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plr12.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plr7.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plr8.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plsltt10.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plsy10.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plsy8.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plti10.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/plti12.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/pltt10.pfb
|
||||
INPUT /usr/share/texmf-dist/fonts/type1/public/pl/pltt12.pfb
|
||||
|
@ -1,4 +1,4 @@
|
||||
This is makeindex, version 2.15 [TeX Live 2018/W32TeX] (kpathsea + Thai support).
|
||||
This is makeindex, version 2.15 [TeX Live 2020] (kpathsea + Thai support).
|
||||
Scanning input file document.idx...done (0 entries accepted, 0 rejected).
|
||||
Nothing written in document.ind.
|
||||
Transcript written in document.ilg.
|
||||
|
1586
docs/document.tex
@ -1,30 +1,49 @@
|
||||
\contentsline {chapter}{Streszczenie}{7}%
|
||||
\contentsline {chapter}{Abstract}{9}%
|
||||
\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 1\relax .\leavevmode@ifvmode \kern .5em Wst\IeC {\k e}p}{11}%
|
||||
\contentsline {section}{\numberline {1.1\relax .\leavevmode@ifvmode \kern .5em }Zastosowania uczenia maszynowego w muzyce}{11}%
|
||||
\contentsline {section}{\numberline {1.2\relax .\leavevmode@ifvmode \kern .5em }Modele generatywne}{11}%
|
||||
\contentsline {section}{\numberline {1.3\relax .\leavevmode@ifvmode \kern .5em }Muzyka symboliczna, a muzyka}{11}%
|
||||
\contentsline {section}{\numberline {1.4\relax .\leavevmode@ifvmode \kern .5em }Cele tej pracy.}{12}%
|
||||
\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 2\relax .\leavevmode@ifvmode \kern .5em Reprezentacja muzyki}{13}%
|
||||
\contentsline {section}{\numberline {2.1\relax .\leavevmode@ifvmode \kern .5em }Podstawowe koncepcje}{13}%
|
||||
\contentsline {subsection}{\numberline {2.1.1\relax .\leavevmode@ifvmode \kern .5em }Nuta}{13}%
|
||||
\contentsline {subsection}{\numberline {2.1.2\relax .\leavevmode@ifvmode \kern .5em }Skala}{13}%
|
||||
\contentsline {subsection}{\numberline {2.1.3\relax .\leavevmode@ifvmode \kern .5em }Akord}{13}%
|
||||
\contentsline {subsection}{\numberline {2.1.4\relax .\leavevmode@ifvmode \kern .5em }Utw\IeC {\'o}r}{14}%
|
||||
\contentsline {section}{\numberline {2.2\relax .\leavevmode@ifvmode \kern .5em }Reprezentacja muzyki}{14}%
|
||||
\contentsline {subsection}{\numberline {2.2.1\relax .\leavevmode@ifvmode \kern .5em }Zapis klasyczny - pi\IeC {\k e}ciolinia}{14}%
|
||||
\contentsline {subsection}{\numberline {2.2.2\relax .\leavevmode@ifvmode \kern .5em }Tabulatura}{14}%
|
||||
\contentsline {subsection}{\numberline {2.2.3\relax .\leavevmode@ifvmode \kern .5em }Pianoroll}{14}%
|
||||
\contentsline {subsection}{\numberline {2.2.4\relax .\leavevmode@ifvmode \kern .5em }Tekstowa}{15}%
|
||||
\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 3\relax .\leavevmode@ifvmode \kern .5em Sieci neuronowe}{17}%
|
||||
\contentsline {subsection}{\numberline {3.0.1\relax .\leavevmode@ifvmode \kern .5em }Wst\IeC {\k e}p do sieci neuronowych, definicje wzory itp.}{17}%
|
||||
\contentsline {subsection}{\numberline {3.0.2\relax .\leavevmode@ifvmode \kern .5em }Autoencodery}{17}%
|
||||
\contentsline {subsection}{\numberline {3.0.3\relax .\leavevmode@ifvmode \kern .5em }LSTM}{17}%
|
||||
\contentsline {subsection}{\numberline {3.0.4\relax .\leavevmode@ifvmode \kern .5em }GAN}{18}%
|
||||
\contentsline {chapter}{Budowanie generatora muzyki}{19}%
|
||||
\contentsline {subsection}{\numberline {3.0.5\relax .\leavevmode@ifvmode \kern .5em }Przygotowanie danych}{19}%
|
||||
\contentsline {subsection}{\numberline {3.0.6\relax .\leavevmode@ifvmode \kern .5em }Architektura sieci neuronowej}{19}%
|
||||
\contentsline {subsection}{\numberline {3.0.7\relax .\leavevmode@ifvmode \kern .5em }Proces treningowy}{19}%
|
||||
\contentsline {subsection}{\numberline {3.0.8\relax .\leavevmode@ifvmode \kern .5em }Przyk\IeC {\l }ady wygenerowanej muzyki}{20}%
|
||||
\contentsline {chapter}{Podsumowanie}{21}%
|
||||
\contentsline {chapter}{Bibliografia}{23}%
|
||||
\contentsline {chapter}{Streszczenie}{7}%
|
||||
\contentsline {chapter}{Abstract}{9}%
|
||||
\contentsline {chapter}{Wstęp}{11}%
|
||||
\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 1\relax .\enspace Wprowadzenie do sieci neuronowych}{13}%
|
||||
\contentsline {section}{\numberline {1.1\relax .\enspace }Regresja liniowa}{13}%
|
||||
\contentsline {section}{\numberline {1.2\relax .\enspace }Uczenie modelu}{14}%
|
||||
\contentsline {subsection}{\numberline {1.2.1\relax .\enspace }Funkcja kosztu}{15}%
|
||||
\contentsline {subsection}{\numberline {1.2.2\relax .\enspace }Znajdowanie minimum funkcji}{15}%
|
||||
\contentsline {subsection}{\numberline {1.2.3\relax .\enspace }Metody gradientowe}{15}%
|
||||
\contentsline {section}{\numberline {1.3\relax .\enspace }Regresja liniowa jako model sieci neuronowej}{17}%
|
||||
\contentsline {section}{\numberline {1.4\relax .\enspace }Funkcje aktywacji}{19}%
|
||||
\contentsline {section}{\numberline {1.5\relax .\enspace }Wielowarstwowe sieci neuronowe}{20}%
|
||||
\contentsline {subsection}{\numberline {1.5.1\relax .\enspace }Jednokierunkowe sieci neuronowe}{21}%
|
||||
\contentsline {subsection}{\numberline {1.5.2\relax .\enspace }Autoenkoder}{21}%
|
||||
\contentsline {subsection}{\numberline {1.5.3\relax .\enspace }Rekurencyjne sieci neuronowe}{22}%
|
||||
\contentsline {subsection}{\numberline {1.5.4\relax .\enspace }LSTM}{23}%
|
||||
\contentsline {subsection}{\numberline {1.5.5\relax .\enspace }Sequence-to-sequence}{25}%
|
||||
\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 2\relax .\enspace Wprowadzenie do teorii muzyki}{27}%
|
||||
\contentsline {section}{\numberline {2.1\relax .\enspace }Podstawowe koncepcje muzyczne}{27}%
|
||||
\contentsline {subsection}{\numberline {2.1.1\relax .\enspace }Dźwięk muzyczny}{27}%
|
||||
\contentsline {subsection}{\numberline {2.1.2\relax .\enspace }Sygnał dźwiękowy}{27}%
|
||||
\contentsline {subsection}{\numberline {2.1.3\relax .\enspace }Zapis nutowy}{27}%
|
||||
\contentsline {section}{\numberline {2.2\relax .\enspace }Cyfrowa reprezentacja muzyki symbolicznej}{31}%
|
||||
\contentsline {subsection}{\numberline {2.2.1\relax .\enspace }Standard MIDI}{31}%
|
||||
\contentsline {chapter}{Rozdzia\PlPrIeC {\l }\ 3\relax .\enspace Projekt}{35}%
|
||||
\contentsline {section}{\numberline {3.1\relax .\enspace }Koncepcja}{35}%
|
||||
\contentsline {section}{\numberline {3.2\relax .\enspace }Wstępne przygotowanie danych do treningu}{36}%
|
||||
\contentsline {subsection}{\numberline {3.2.1\relax .\enspace }Muzyczne słowo}{36}%
|
||||
\contentsline {subsection}{\numberline {3.2.2\relax .\enspace }Konwersja MIDI na sekwencje słów muzycznych}{36}%
|
||||
\contentsline {subsection}{\numberline {3.2.3\relax .\enspace }Inne aspekty przygotowania danych}{39}%
|
||||
\contentsline {subsection}{\numberline {3.2.4\relax .\enspace }Podział danych na dane wejściowe i wyjściowe}{40}%
|
||||
\contentsline {subsection}{\numberline {3.2.5\relax .\enspace }Inne aspekty przygotowania zbioru uczącego}{42}%
|
||||
\contentsline {section}{\numberline {3.3\relax .\enspace }Definicja modelu}{44}%
|
||||
\contentsline {subsection}{\numberline {3.3.1\relax .\enspace }Model w trybie uczenia}{44}%
|
||||
\contentsline {subsection}{\numberline {3.3.2\relax .\enspace }Model w trybie wnioskowania}{46}%
|
||||
\contentsline {section}{\numberline {3.4\relax .\enspace }Transformacja danych dla modelu}{48}%
|
||||
\contentsline {subsection}{\numberline {3.4.1\relax .\enspace }Enkodowanie one-hot}{49}%
|
||||
\contentsline {subsection}{\numberline {3.4.2\relax .\enspace }Słownik}{49}%
|
||||
\contentsline {subsection}{\numberline {3.4.3\relax .\enspace }Elementy specjalne}{50}%
|
||||
\contentsline {subsection}{\numberline {3.4.4\relax .\enspace }Kodowanie sekwencji}{50}%
|
||||
\contentsline {section}{\numberline {3.5\relax .\enspace }Ekperyment}{51}%
|
||||
\contentsline {subsection}{\numberline {3.5.1\relax .\enspace }Oprogramowanie}{51}%
|
||||
\contentsline {subsection}{\numberline {3.5.2\relax .\enspace }Zbiór danych}{52}%
|
||||
\contentsline {subsection}{\numberline {3.5.3\relax .\enspace }Wydobycie danych}{52}%
|
||||
\contentsline {subsection}{\numberline {3.5.4\relax .\enspace }Trenowanie modelu}{53}%
|
||||
\contentsline {subsection}{\numberline {3.5.5\relax .\enspace }Generowanie muzyki przy pomocy wytrenowanych modeli}{54}%
|
||||
\contentsline {subsection}{\numberline {3.5.6\relax .\enspace }Wyniki}{56}%
|
||||
\contentsline {chapter}{Podsumowanie}{61}%
|
||||
\contentsline {chapter}{Bibliografia}{63}%
|
||||
|
BIN
docs/document_poprawki.pdf
Normal file
BIN
docs/images/2020-06-26_07-29.png
Normal file
After Width: | Height: | Size: 405 KiB |
BIN
docs/images/SchlafRock - Nie pytaj mix.mp3
Executable file
BIN
docs/images/audio1.wav
Normal file
BIN
docs/images/autoencoder.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
docs/images/foo.wav
Normal file
BIN
docs/images/general-midi.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
docs/images/gradient_descent.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
docs/images/gradient_descent_1.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
docs/images/gradient_descent_1_long.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
docs/images/gradient_descent_2.png
Normal file
After Width: | Height: | Size: 9.5 KiB |
BIN
docs/images/gradient_descent_2_long.png
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
docs/images/inference-decoder-graph.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
docs/images/inference-encoder-graph.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
docs/images/linear_reg.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
docs/images/lstm_cell.PNG
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
docs/images/lstm_cell2.PNG
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
docs/images/naural_model_multi.png
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
docs/images/naural_model_multi_ver2.png
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
docs/images/naural_model_one.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
docs/images/naural_model_one_ver2.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
docs/images/neural_net_1.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
docs/images/neural_net_1_ver2.png
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
docs/images/notes.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
docs/images/nuty_linia.gif
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
docs/images/nuty_linia.jpeg
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
docs/images/nuty_linia.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
docs/images/offspring_history.zip
Normal file
150
docs/images/offspring_history/bass_history.csv
Normal file
@ -0,0 +1,150 @@
|
||||
0,1.8362177517506983,2.2214569611982866
|
||||
0,1.7128481059879452,1.819426629450414
|
||||
1,1.720954603963084,1.6515997772092943
|
||||
2,1.52222520809669,1.5729176905248072
|
||||
3,1.4351898447259681,1.439356008133331
|
||||
4,1.2983711957931519,1.2757036747870507
|
||||
5,1.3927690704147537,1.2658878022974187
|
||||
6,1.1699973019686611,1.1392172048618268
|
||||
7,1.1162476771837706,1.0926203898021154
|
||||
8,1.0568718198057894,1.0201112395757204
|
||||
0,1.0909225197581502,0.9729256598980396
|
||||
1,0.984968707158968,0.9131228126488723
|
||||
2,0.9225400469519875,0.9142400452068874
|
||||
3,0.9546222284242705,0.83251891894774
|
||||
4,0.8358194456472026,0.7980480913992052
|
||||
5,0.8181298522206096,0.8052069900871871
|
||||
6,0.798653025131721,0.7385125740782007
|
||||
7,0.8039956448914168,0.731526556727174
|
||||
8,0.7434003956906208,0.7028887720851155
|
||||
9,0.7207611853426154,0.6799824493271964
|
||||
10,0.7267675066923166,0.6442137360572815
|
||||
11,0.6929786437517637,0.6382426139596221
|
||||
12,0.6980582135064262,0.6094106126141239
|
||||
13,0.6573757792448068,0.596690592827735
|
||||
14,0.6415673176963608,0.5776604847474531
|
||||
0,0.6151482052617259,0.5424083958972584
|
||||
1,0.6198659585667895,0.5502882692720983
|
||||
2,0.6726244897037358,0.5367319723228355
|
||||
3,0.5802040843220501,0.5153709193328758
|
||||
4,0.5810438487436864,0.49651599162584775
|
||||
5,0.556399101560766,0.4838588694473366
|
||||
6,0.5650580517657391,0.4731028854072868
|
||||
7,0.5463018905032765,0.44719705566183315
|
||||
8,0.5272814019933924,0.4520971020320793
|
||||
9,0.5176275488618133,0.43353427888511065
|
||||
10,0.4931023415032919,0.42708190346693065
|
||||
11,0.46684068789729827,0.426135448666362
|
||||
12,0.4739866705683919,0.40115046655976927
|
||||
13,0.47222542840164977,0.3810571823027227
|
||||
14,0.5289373510069661,0.3860906223198036
|
||||
15,0.44294283645493643,0.3836385805111427
|
||||
16,0.4716291187645553,0.36505534741785617
|
||||
17,0.43843926973157116,0.35126690353666035
|
||||
18,0.47684008657158194,0.3478831404989416
|
||||
19,0.46666342561895197,0.33788352895092655
|
||||
20,0.41369057088703304,0.34134956613763584
|
||||
21,0.4325731059947571,0.31253972843095856
|
||||
22,0.4143810821818067,0.31736451542222655
|
||||
23,0.42128999240986714,0.30856233099838354
|
||||
24,0.39025446037193395,0.3010357918290349
|
||||
0,0.3916783743090444,0.29469816986616554
|
||||
1,0.39627752482116996,0.2916263307069803
|
||||
2,0.37303970967020306,0.27008461681279267
|
||||
3,0.37070091668661537,0.2747865895946304
|
||||
4,0.3904980328175929,0.2652006880803542
|
||||
5,0.3649793236286609,0.2556182943381272
|
||||
6,0.3466440160553177,0.2550890263798949
|
||||
7,0.33623936772346497,0.24675726813155335
|
||||
8,0.3481269556206542,0.24358726999202332
|
||||
9,0.33185633900877715,0.2331225395976723
|
||||
10,0.3381618725789058,0.22335819783922914
|
||||
11,0.32713120904835785,0.23069309820602465
|
||||
12,0.32883434945886786,0.21211528836132645
|
||||
13,0.3455813364549117,0.20971477167172867
|
||||
14,0.33198457143523474,0.21905991357642335
|
||||
15,0.29690743305466394,0.22185886602897148
|
||||
16,0.2877818315060108,0.1895485721625291
|
||||
17,0.31637887250293384,0.1939466984628083
|
||||
18,0.31014152548529883,0.20021658342380028
|
||||
19,0.2962688180533322,0.18770414048975165
|
||||
20,0.2938056112109841,0.18100737693247856
|
||||
21,0.34936940979647946,0.1831808527568718
|
||||
22,0.2765008160820255,0.17742835894807593
|
||||
23,0.2861979514747471,0.17965054376558823
|
||||
24,0.2953303119578919,0.17110907702476946
|
||||
0,0.2844269753663571,0.1750449894310592
|
||||
1,0.26263944940133527,0.16108983271307759
|
||||
2,0.2820049354008266,0.15328879596351028
|
||||
3,0.2708571721594055,0.16516072680423785
|
||||
4,0.2941121877013863,0.15334005673210344
|
||||
5,0.36598734228641955,0.1563356276843455
|
||||
6,0.2677982170860489,0.15033918532071175
|
||||
7,0.3028618625619195,0.14242315331062713
|
||||
8,0.29640605271636666,0.16309755924460176
|
||||
9,0.27652253442770475,0.14902111123521605
|
||||
10,0.2257289592321817,0.13453645975171746
|
||||
11,0.23781525895193026,0.13252788666006807
|
||||
12,0.24144854193383997,0.13278996905723175
|
||||
13,0.26599564335562964,0.13726546721799032
|
||||
14,0.25955105447149895,0.12831155471987538
|
||||
15,0.23538853363557297,0.14181817274589043
|
||||
16,0.26558988938083894,0.11246105989852509
|
||||
17,0.2303686896701912,0.12414039777857917
|
||||
18,0.2513232838797879,0.12277221341024745
|
||||
19,0.23148142962486712,0.11019338570631944
|
||||
20,0.28667480488876246,0.10857642683889959
|
||||
21,0.23862479027215536,0.14847744159497223
|
||||
22,0.22135534205219962,0.09756632381445401
|
||||
23,0.28921171519663424,0.1085379808754116
|
||||
24,0.21751618346610627,0.11207968161090628
|
||||
0,0.2769129922637692,0.1016765587128602
|
||||
1,0.2684344446117228,0.10783939924720046
|
||||
2,0.2297781024660383,0.11157361388980568
|
||||
3,0.21741914903962767,0.09295667949822042
|
||||
4,0.23208174148163238,0.10699880287631766
|
||||
5,0.24945095568508296,0.09813575485309997
|
||||
6,0.2161471638586614,0.09636267719717768
|
||||
7,0.23843978655028653,0.09712731538267878
|
||||
8,0.227520240591718,0.09325779142317833
|
||||
9,0.21595059625514143,0.1008437741305921
|
||||
10,0.23696223694782753,0.08115415333153365
|
||||
11,0.20676230784360464,0.10554207735634469
|
||||
12,0.20743259942376768,0.08693735233762047
|
||||
13,0.21387098865075546,0.07925172614586817
|
||||
14,0.2058806229721416,0.09875092790885405
|
||||
15,0.19835109253982444,0.08124598938149291
|
||||
16,0.20717482404275375,0.08747264529977526
|
||||
17,0.2070626188795288,0.07850535291355926
|
||||
18,0.22277797603761995,0.08894284901680885
|
||||
19,0.23644568122826615,0.07321974441602633
|
||||
20,0.1995955291506532,0.08518057877754236
|
||||
21,0.20118687079324352,0.07709750765329831
|
||||
22,0.20183587674196665,0.07163431011624151
|
||||
23,0.19722019445586514,0.09772986318770942
|
||||
24,0.20390590502844227,0.0645524545439652
|
||||
25,0.2006205895117351,0.06897462159395218
|
||||
26,0.21314249139327507,0.07051893720379124
|
||||
27,0.19314330854973236,0.07886113444125498
|
||||
28,0.23253413512335194,0.06291713817166043
|
||||
29,0.24290829316362159,0.0724937387488105
|
||||
30,0.21102421856545783,0.08164696027706196
|
||||
31,0.20558927527495793,0.06993787571207269
|
||||
32,0.194129144990599,0.06679713929241354
|
||||
33,0.209208000402946,0.06071209501136433
|
||||
34,0.23120879294810356,0.08708141976362699
|
||||
35,0.19833855659930738,0.06864700219654418
|
||||
36,0.2360647258820472,0.07620791597412778
|
||||
37,0.20857037719968077,0.06352057182169579
|
||||
38,0.21158936329476244,0.06367532004203115
|
||||
39,0.2034416152285291,0.06452936925864838
|
||||
40,0.2125115789376296,0.06567706603121448
|
||||
41,0.21226436460947062,0.06403159625925027
|
||||
42,0.23140899778960586,0.06361360141596237
|
||||
43,0.18393663829797274,0.0609321937739075
|
||||
44,0.22332882939221024,0.05572696117224631
|
||||
45,0.2156033537217549,0.06204145319469563
|
||||
46,0.3156799221193636,0.07392327564877349
|
||||
47,0.184230478940072,0.07099802966241713
|
||||
48,0.1975261965742359,0.045478867487860966
|
||||
49,0.20845795838863818,0.04704132056855536
|
|
150
docs/images/offspring_history/drums_history.csv
Normal file
@ -0,0 +1,150 @@
|
||||
0,2.0809099122097616,2.232683752331696
|
||||
0,1.7689045755486739,1.9123729417066146
|
||||
1,1.6293346517964413,1.6359479106510535
|
||||
2,1.4587901165610866,1.5101835674220465
|
||||
3,1.3533652606763338,1.3280109940858504
|
||||
4,1.2139046706651386,1.22268398361659
|
||||
5,1.163175440462012,1.146351411034375
|
||||
6,1.0819514920837001,1.072842803668221
|
||||
7,1.0330700309653031,1.0247334861503743
|
||||
8,0.970270277951893,0.9305211698788766
|
||||
0,0.8977907161963613,0.912814192532864
|
||||
1,0.785613142816644,0.7979349311549305
|
||||
2,0.7550610347797996,0.7244875542721207
|
||||
3,0.6682055705472043,0.6724668409390311
|
||||
4,0.6584645861073544,0.6046998488242519
|
||||
5,0.5532764048952805,0.5642431225814417
|
||||
6,0.5200602474965548,0.5083630377510292
|
||||
7,0.49444268032124167,0.46270051669319573
|
||||
8,0.432542138664346,0.43348635422522913
|
||||
9,0.41293375962658935,0.4068960777845106
|
||||
10,0.3992221054277922,0.3675221395052203
|
||||
11,0.3669759060207166,0.3469171417105481
|
||||
12,0.354984870709871,0.32172374297572315
|
||||
13,0.37086090288664164,0.30449399186942067
|
||||
14,0.32655960572393317,0.28471680280401085
|
||||
0,0.2951492356626611,0.2777147544326757
|
||||
1,0.2833712267248254,0.25439497183683996
|
||||
2,0.2925189090402503,0.24229362709226582
|
||||
3,0.27376401330295363,0.2284264259020697
|
||||
4,0.2626404392091852,0.21830763036783263
|
||||
5,0.23767667161790948,0.20255298310974343
|
||||
6,0.25196779621274845,0.19458608427588733
|
||||
7,0.21054400660489736,0.18842586009986798
|
||||
8,0.2212916424399928,0.17911226430165736
|
||||
9,0.22066208437869422,0.1709930952196071
|
||||
10,0.20548695812099857,0.16307190721141945
|
||||
11,0.204199670176757,0.15926905440309116
|
||||
12,0.19012525097319954,0.15633791806987218
|
||||
13,0.18512313397307145,0.1481324082392816
|
||||
14,0.17903228292339726,0.1413468864788166
|
||||
15,0.18055118275316137,0.13660020626943783
|
||||
16,0.1806090025525344,0.13425256425912901
|
||||
17,0.17796420956912792,0.13009721752364276
|
||||
18,0.16612265517837124,0.12339573151046179
|
||||
19,0.18623797046510795,0.12196964796111577
|
||||
20,0.16861256768828944,0.11648799239173728
|
||||
21,0.16786458382481023,0.11725058699503423
|
||||
22,0.15571645874726145,0.11722971086137213
|
||||
23,0.16452646773112448,0.10965722290145376
|
||||
24,0.15331114514877922,0.10970096577125993
|
||||
0,0.14261495988619954,0.10507387650201692
|
||||
1,0.15417381776006597,0.10201369752827294
|
||||
2,0.15438209552513926,0.10321559196726314
|
||||
3,0.1577260062882775,0.09646979900258827
|
||||
4,0.14755091369152068,0.10177888273013298
|
||||
5,0.13525465491570923,0.09299721570788713
|
||||
6,0.15977884076143567,0.09252927933959659
|
||||
7,0.1336239030486659,0.08902315105407407
|
||||
8,0.14307278865262082,0.09164922709987157
|
||||
9,0.143565392651056,0.0879332052057211
|
||||
10,0.1512525560040223,0.0875086222522177
|
||||
11,0.12448534071445465,0.0819577314352769
|
||||
12,0.13237851889509905,0.08153960838088259
|
||||
13,0.13853578473392286,0.08373379117580705
|
||||
14,0.13227291436571825,0.08091459472449915
|
||||
15,0.13496364386458146,0.0802035951559336
|
||||
16,0.13289189291627784,0.07839508852024506
|
||||
17,0.12225990169926694,0.07868059321569579
|
||||
18,0.12881961355083868,0.0769276877270525
|
||||
19,0.14040704055836326,0.07505038712851919
|
||||
20,0.12858433394055618,0.0734268727375681
|
||||
21,0.13009829615291796,0.07823828702158538
|
||||
22,0.13840164840221406,0.07175704557694357
|
||||
23,0.12790365611252033,0.07210320157630462
|
||||
24,0.12372217868503771,0.07094955230058025
|
||||
0,0.12257796118133947,0.07169799994195672
|
||||
1,0.13802136229841333,0.06783264897036363
|
||||
2,0.1226101018880543,0.06983250397255049
|
||||
3,0.12406175983579536,0.06751270880210053
|
||||
4,0.12470330345003229,0.0673934331748605
|
||||
5,0.12419715508034354,0.06660106153003773
|
||||
6,0.1309977462417201,0.06537623945279612
|
||||
7,0.1228179388924649,0.06563493676267387
|
||||
8,0.11655867946775336,0.06472400338008095
|
||||
9,0.12263252123406058,0.062377792038514936
|
||||
10,0.12705161696986148,0.06364081459891513
|
||||
11,0.11973834147578792,0.06130127168425155
|
||||
12,0.12071873859355324,0.06450100178218454
|
||||
13,0.12327639680159719,0.06374672300975996
|
||||
14,0.11471211267145057,0.06148141371897154
|
||||
15,0.12996226862857216,0.06027009247711277
|
||||
16,0.12072809730705462,0.06162125969153281
|
||||
17,0.1228859095196975,0.06083616659556341
|
||||
18,0.11764260703011563,0.05749040352559027
|
||||
19,0.1181134366675427,0.061380215343038766
|
||||
20,0.12308888341251173,0.05594734225353339
|
||||
21,0.1291583211798417,0.058686457004270325
|
||||
22,0.13977751873041455,0.08404594174239755
|
||||
23,0.13024103029778128,0.07650155245785978
|
||||
24,0.1224937550331417,0.06931501668251284
|
||||
0,0.12678100058906958,0.06525858261654434
|
||||
1,0.12201086941518281,0.06631214083184668
|
||||
2,0.11872019689334067,0.06033993217514184
|
||||
3,0.12955186618001838,0.059850381102442424
|
||||
4,0.11993508166388461,0.05612392068931484
|
||||
5,0.12284104196648848,0.05627052586201313
|
||||
6,0.12381277939206675,0.056664222925115075
|
||||
7,0.12995495137415433,0.05331934604174544
|
||||
8,0.12306676663850483,0.05386626929791748
|
||||
9,0.14561553581764825,0.055568191859291224
|
||||
10,0.11770739304391961,0.05376171229264667
|
||||
11,0.12291955100862603,0.05448751004122807
|
||||
12,0.12209176076085944,0.05443903128555079
|
||||
13,0.12930997437552402,0.05139453373947685
|
||||
14,0.12881485976670917,0.05248129154533384
|
||||
15,0.13025281601830532,0.053070483901255364
|
||||
16,0.12053406575792715,0.05151434860985952
|
||||
17,0.1223786070158607,0.0536759566997318
|
||||
18,0.12218274976077832,0.050857708742719214
|
||||
19,0.1238937098728983,0.050050965330924714
|
||||
20,0.1281355032795354,0.0505493572350385
|
||||
21,0.12161989290463297,0.0487223764424431
|
||||
22,0.12455684495599646,0.05002474076161284
|
||||
23,0.12828652043091623,0.04865923188725059
|
||||
24,0.12394093949543802,0.049391756497697024
|
||||
25,0.11687525997036381,0.05237096934370441
|
||||
26,0.12212255769654325,0.04473718317682636
|
||||
27,0.12130512438322369,0.048425251111820694
|
||||
28,0.11934123988214292,0.04892959381824748
|
||||
29,0.1264459512735668,0.046144487537777834
|
||||
30,0.1259997167869618,0.04764318768927793
|
||||
31,0.12786953261024073,0.044660175627092576
|
||||
32,0.12164512300177624,0.04954889310538611
|
||||
33,0.12742295218141456,0.04514939783234395
|
||||
34,0.1226837584846898,0.04500640488394332
|
||||
35,0.13206705043190403,0.04677061522305798
|
||||
36,0.12515885124081058,0.04444247513694939
|
||||
37,0.14179771338638505,0.044642692996990085
|
||||
38,0.1248015192778487,0.04420438906212281
|
||||
39,0.12800866334061872,0.04317627535607066
|
||||
40,0.12946294561812752,0.04307254664305018
|
||||
41,0.12181454096969806,0.04588614394372246
|
||||
42,0.12847707538228287,0.044107015792644116
|
||||
43,0.1361856609582901,0.04272981755691028
|
||||
44,0.13371982386237696,0.0415713645439192
|
||||
45,0.12583589585203875,0.04241565131339046
|
||||
46,0.126071340159366,0.044836760520699154
|
||||
47,0.13104723911536367,0.040645785659237085
|
||||
48,0.13190208187228755,0.04130935480223482
|
||||
49,0.13459103483902782,0.041545285899830996
|
|
150
docs/images/offspring_history/guitar_history.csv
Normal file
@ -0,0 +1,150 @@
|
||||
0,2.0136511100912995,2.0675900073278517
|
||||
0,1.8906916469897863,1.8498672950835455
|
||||
1,1.8446967331868298,1.7642835832777477
|
||||
2,1.8561698265795439,1.7346952937898181
|
||||
3,1.8848225440619126,1.7361583210173108
|
||||
4,1.81834665784296,1.7004591839654104
|
||||
5,1.7529773172342553,1.6868553218387423
|
||||
6,1.7782075877459544,1.6413785139719645
|
||||
7,1.6784840372373473,1.6187903949192592
|
||||
8,1.6807948823245067,1.5813508465176538
|
||||
0,1.6508529208741098,1.5717861788613456
|
||||
1,1.6145476980029412,1.4842032035191854
|
||||
2,1.5412324577007654,1.464170052891686
|
||||
3,1.468484194773548,1.41177830355508
|
||||
4,1.4522028981514696,1.3377544312250047
|
||||
5,1.4631669048993092,1.3176711411703201
|
||||
6,1.3715249952280297,1.2764377355575562
|
||||
7,1.3226797625703632,1.2265440554845901
|
||||
8,1.2974945711639692,1.1969839487757001
|
||||
9,1.3459846995911509,1.155828755242484
|
||||
10,1.2928619699658088,1.1170903455643426
|
||||
11,1.209519530242344,1.1168160892668224
|
||||
12,1.2062401456652947,1.0589528469812302
|
||||
13,1.1753545234788139,1.0330679359890165
|
||||
14,1.1853127636999454,0.9995482206344605
|
||||
0,1.1853720107168522,0.980156109446571
|
||||
1,1.1647417590303242,0.9604981967381069
|
||||
2,1.10264202108923,0.9584948023160299
|
||||
3,1.0752664669504706,0.9019216889426822
|
||||
4,1.0808601064502068,0.9099503432001387
|
||||
5,1.0557322929490287,0.9017878748121716
|
||||
6,1.1092479656327445,0.8682320975121998
|
||||
7,1.0705816430865593,0.8494771083196004
|
||||
8,1.037628952062355,0.8469550677708217
|
||||
9,1.0794472334519871,0.809753407750811
|
||||
10,1.0324646313235444,0.796925307455517
|
||||
11,0.9748322367668152,0.775155972866785
|
||||
12,1.0126820678980846,0.7525578328541347
|
||||
13,0.9969082665893266,0.7739717699232556
|
||||
14,0.9745565754062725,0.756448233127594
|
||||
15,0.9424933836145221,0.708568445273808
|
||||
16,1.0121136217747095,0.7093524251665387
|
||||
17,0.9408273179576082,0.7070427417755127
|
||||
18,0.9327613047833713,0.680572950272333
|
||||
19,0.9159943292725761,0.6840198675791422
|
||||
20,0.9582349219412174,0.6695893497694106
|
||||
21,0.8892160091760024,0.6453616993767874
|
||||
22,0.9210170451200234,0.6432281613349915
|
||||
23,0.8625519748003978,0.6135807565280369
|
||||
24,0.8967894090796417,0.6219414886974153
|
||||
0,0.8774985940951221,0.6020058972494943
|
||||
1,0.8638917938718256,0.5980328928856623
|
||||
2,0.8810837088890795,0.5839353504635039
|
||||
3,0.9128554047278639,0.5682826666604905
|
||||
4,0.9168158297268849,0.5640643869127546
|
||||
5,0.8388130023794355,0.5493159123829433
|
||||
6,0.8705232210879056,0.5458985941750663
|
||||
7,0.8142705424776617,0.522630648953574
|
||||
8,0.8681115553064166,0.5283489590599424
|
||||
9,0.8068764468408981,0.511874574706668
|
||||
10,0.7994046155011879,0.5102618819191342
|
||||
11,0.7946844089705989,0.48951850278036935
|
||||
12,0.8505879640579224,0.48464421913737343
|
||||
13,0.800634282939839,0.4833250817798433
|
||||
14,0.7866059946564009,0.4785030404726664
|
||||
15,0.8892622353895655,0.47560406015032813
|
||||
16,0.7893730401992798,0.4867211600144704
|
||||
17,0.7704226217179928,0.4500444749991099
|
||||
18,0.8450301064635223,0.43983579533440725
|
||||
19,0.7540947052667726,0.4524824301401774
|
||||
20,0.7526289899394197,0.42163494257699874
|
||||
21,0.7828868301409595,0.44681342329297746
|
||||
22,0.7427023975354321,0.4118410158725012
|
||||
23,0.7649841207378315,0.4178326575529008
|
||||
24,0.7319741777653964,0.4000900291261219
|
||||
0,0.7284260054804245,0.4206757922967275
|
||||
1,0.7154581400583375,0.388480601140431
|
||||
2,0.7135825696981178,0.3850476534593673
|
||||
3,0.7257402381807003,0.3861713332789285
|
||||
4,0.7243465207657724,0.3804988747551328
|
||||
5,0.7319325298633216,0.40425356598127454
|
||||
6,0.6974650958798966,0.37569984311149235
|
||||
7,0.7231528185448557,0.3502815723419189
|
||||
8,0.7787075155186203,0.3460656872817448
|
||||
9,0.8266487234043625,0.3627994730359032
|
||||
10,0.7102060880301133,0.3747513404914311
|
||||
11,0.7085461897670098,0.344348802169164
|
||||
12,0.8438085699981114,0.34299559564817517
|
||||
13,0.7093685854156062,0.3595179980709439
|
||||
14,0.6685577462304313,0.3367581472510383
|
||||
15,0.6837828575440172,0.3133360238302322
|
||||
16,0.8100199564447943,0.32150271109172274
|
||||
17,0.6834296550390855,0.3561202185494559
|
||||
18,0.7057017920152197,0.3067613652774266
|
||||
19,0.6696659180353273,0.3041335741678874
|
||||
20,0.7223461045409149,0.3064861232326144
|
||||
21,0.7107878788462225,0.30584770554587953
|
||||
22,0.6924998220407738,0.2906888922055562
|
||||
23,0.709889013812227,0.29242518373898096
|
||||
24,0.6680893942994891,0.3229687906446911
|
||||
0,0.6588109045658471,0.26913459102312726
|
||||
1,0.7056905312358208,0.2611426576262429
|
||||
2,0.731163167728568,0.291680341675168
|
||||
3,0.6678470755523106,0.27105406366643453
|
||||
4,0.6763119124016672,0.26935935744217465
|
||||
5,0.7136329401214168,0.25187714610780987
|
||||
6,0.6912411417601243,0.2746045200597672
|
||||
7,0.6731829024710745,0.2489834975628626
|
||||
8,0.696911816327077,0.2548322700318836
|
||||
9,0.6870761614925457,0.2383983518396105
|
||||
10,0.6494624625961736,0.2445824112210955
|
||||
11,0.6900649700524673,0.22185651262601216
|
||||
12,0.667092797891149,0.26138781280744644
|
||||
13,0.6678729158527447,0.225185883470944
|
||||
14,0.6561845923369786,0.21320177855945768
|
||||
15,0.664183368098061,0.21322472166447412
|
||||
16,0.665014848394214,0.23364776968955994
|
||||
17,0.6715881352154713,0.2215623773279644
|
||||
18,0.6658516357529838,0.20880276631741296
|
||||
19,0.689603826909695,0.2217710997377123
|
||||
20,0.6635402418532461,0.2074278821547826
|
||||
21,0.678862009408339,0.2083974465018227
|
||||
22,0.6613193244304297,0.19009318167255038
|
||||
23,0.694431427514778,0.19162852309999012
|
||||
24,0.7222897792762181,0.1939795868737357
|
||||
25,0.6657004356384277,0.20390915246236893
|
||||
26,0.7246407754016373,0.18667263644082205
|
||||
27,0.7314597390732676,0.1969486973115376
|
||||
28,0.6749311258208077,0.19418528108369737
|
||||
29,0.679151398955651,0.1772578531787509
|
||||
30,0.7162697787554759,0.19332585888249534
|
||||
31,0.6553923172770806,0.17704497277736664
|
||||
32,0.6795979265896779,0.16037115922995976
|
||||
33,0.7243489713039039,0.17537387368224916
|
||||
34,0.6756786659078778,0.16843072360470182
|
||||
35,0.661446213722229,0.157838617620014
|
||||
36,0.7277351943951733,0.1779900291136333
|
||||
37,0.6841667395717693,0.17619603176911672
|
||||
38,0.6848847618642843,0.1586770855245136
|
||||
39,0.7070502087755023,0.15450004239877066
|
||||
40,0.693316213364871,0.15877909404890878
|
||||
41,0.701535626402441,0.14949909051259358
|
||||
42,0.6857145788534632,0.1720263810384841
|
||||
43,0.6948624871811777,0.14299825813089098
|
||||
44,0.6944081817033156,0.13900599777698516
|
||||
45,0.7173387363271894,0.1408438735065006
|
||||
46,0.6953352667250723,0.15177354230767204
|
||||
47,0.6558894290114349,0.13622067116555714
|
||||
48,0.6888253025288852,0.1332914214758646
|
||||
49,0.7295958197341775,0.14446998352096194
|
|
150
docs/images/offspring_history/melody_history.csv
Normal file
@ -0,0 +1,150 @@
|
||||
0,1.669077199935913,1.7163286281063763
|
||||
0,1.626541997909546,1.6085579644746224
|
||||
1,1.6890095405578613,1.5748257394767624
|
||||
2,1.5420812482833863,1.5147963860624993
|
||||
3,1.4764355268478393,1.4772979011478078
|
||||
4,1.4407174482345582,1.426783782615508
|
||||
5,1.5181457967758178,1.360462596718694
|
||||
6,1.3437432413101196,1.3249600789916347
|
||||
7,1.4212677516937255,1.2550970893990345
|
||||
8,1.2550174655914306,1.2376752950296075
|
||||
0,1.21343128490448,1.1743098660494
|
||||
1,1.2007369766235352,1.130791697463759
|
||||
2,1.1510943088531493,1.1045278567423522
|
||||
3,1.1175176620483398,1.060732083301429
|
||||
4,1.0839462356567382,1.0217959405910562
|
||||
5,1.0586864166259766,0.9913962371872225
|
||||
6,0.9975186328887939,0.9535698016404626
|
||||
7,0.9671295185089112,0.9181742549422282
|
||||
8,0.9371152954101563,0.8850532284444966
|
||||
9,0.9109131155014039,0.8373570336662308
|
||||
10,0.8602223453521729,0.8135235625013739
|
||||
11,0.8284198713302612,0.7729213611940503
|
||||
12,0.8141760239601136,0.7450126831680236
|
||||
13,0.817011577129364,0.7139498795302102
|
||||
14,0.8063287763595581,0.6911594031802125
|
||||
0,0.7447529745101928,0.6615244400813066
|
||||
1,0.7022715845108032,0.6275326875853586
|
||||
2,0.7278377456665039,0.6116227001491447
|
||||
3,0.6398121457099915,0.5857043676453098
|
||||
4,0.6263627276420594,0.5588360090610727
|
||||
5,0.6048199710845947,0.5341755626666954
|
||||
6,0.586262749671936,0.519804966401766
|
||||
7,0.5754876847267151,0.5000613557261001
|
||||
8,0.5498588118553162,0.4752170272036577
|
||||
9,0.5595884003639221,0.45207775586567656
|
||||
10,0.5225806369781494,0.44314455374385747
|
||||
11,0.5124148015975952,0.41966695031169915
|
||||
12,0.48529725551605224,0.4116849612062366
|
||||
13,0.48287814235687254,0.3915515309368341
|
||||
14,0.4608551001548767,0.37960417673621377
|
||||
15,0.4584073677062988,0.3645297383038811
|
||||
16,0.443798743724823,0.3548776398242359
|
||||
17,0.4340222792625427,0.3364006313879485
|
||||
18,0.4478989701271057,0.3289131323696382
|
||||
19,0.41525374293327333,0.31704240047955656
|
||||
20,0.4285394511222839,0.3091233369690072
|
||||
21,0.4280669205188751,0.2966079904399887
|
||||
22,0.40447679114341734,0.2887493337783775
|
||||
23,0.38627169036865233,0.28344329400081747
|
||||
24,0.3957289938926697,0.26957822007912263
|
||||
0,0.38813291788101195,0.26862430056815656
|
||||
1,0.3920899498462677,0.25508372626554077
|
||||
2,0.3522860858440399,0.2518605589566816
|
||||
3,0.36148047852516174,0.2466550556346924
|
||||
4,0.3520542347431183,0.23654130149175465
|
||||
5,0.3463306431770325,0.23636876763232517
|
||||
6,0.3574010694026947,0.22325810130453205
|
||||
7,0.3337654159069061,0.22527834842022756
|
||||
8,0.34804063248634337,0.2124398962352837
|
||||
9,0.3466516396999359,0.2138943041954002
|
||||
10,0.32568346691131594,0.2072834739802589
|
||||
11,0.3419706120491028,0.20166265508778378
|
||||
12,0.3235193455219269,0.1992167593008076
|
||||
13,0.3194216890335083,0.1969999219750015
|
||||
14,0.3124132239818573,0.1914049166309042
|
||||
15,0.342613089799881,0.18752144453990868
|
||||
16,0.306120317697525,0.1860134288578686
|
||||
17,0.3098443064689636,0.18124454643884655
|
||||
18,0.3107855191230774,0.17950573848406792
|
||||
19,0.30228854560852053,0.17621366445807143
|
||||
20,0.29580197429656985,0.17729610516511699
|
||||
21,0.30005847001075747,0.17096055573380928
|
||||
22,0.29095783877372744,0.16977654445459187
|
||||
23,0.2974529628753662,0.1653549719744285
|
||||
24,0.29793505525588987,0.1671553092823182
|
||||
0,0.3083156428337097,0.16185011455350717
|
||||
1,0.28856629276275636,0.16285908141246505
|
||||
2,0.297640805721283,0.1610636646958664
|
||||
3,0.31939165234565736,0.1583590291335549
|
||||
4,0.29504018688201905,0.1576145780338368
|
||||
5,0.2902517709732056,0.15566870087469128
|
||||
6,0.27736495971679687,0.15460931475253653
|
||||
7,0.28540756130218503,0.14960734300330372
|
||||
8,0.286936044216156,0.15041930505807252
|
||||
9,0.2995408444404602,0.148698502563135
|
||||
10,0.29390911436080935,0.15335288299041494
|
||||
11,0.2884695405960083,0.14708277001467268
|
||||
12,0.2751960887908936,0.14650094856918458
|
||||
13,0.2799672801494598,0.1487847999847631
|
||||
14,0.2792233467102051,0.14298061154018227
|
||||
15,0.2882510855197907,0.14497376243833085
|
||||
16,0.27452643156051637,0.14379745484957512
|
||||
17,0.29232797074317934,0.13974252193266717
|
||||
18,0.27946979117393494,0.14279049452041956
|
||||
19,0.2787835404872894,0.14284695253165916
|
||||
20,0.2804818112850189,0.13902233894801955
|
||||
21,0.2820916554927826,0.139383605728207
|
||||
22,0.27288539695739744,0.14071089856821287
|
||||
23,0.2864813227653503,0.1379883497713557
|
||||
24,0.2748025369644165,0.13714459814296162
|
||||
0,0.31696280765533447,0.13767159611766247
|
||||
1,0.2769832715988159,0.13706416842083577
|
||||
2,0.27488002157211305,0.13338519192077744
|
||||
3,0.26673159408569336,0.1354027167712179
|
||||
4,0.27130625653266904,0.13945757179432952
|
||||
5,0.27880894565582276,0.13162206620037917
|
||||
6,0.2672685995101929,0.1331401036778686
|
||||
7,0.28156265497207644,0.13363258240808185
|
||||
8,0.2745895628929138,0.13214704028557483
|
||||
9,0.2633651547431946,0.13089811699970866
|
||||
10,0.2721338231563568,0.13175226277268867
|
||||
11,0.2653719038963318,0.12875081447348508
|
||||
12,0.2598814423084259,0.12673108336671257
|
||||
13,0.26601967549324035,0.12520482623481174
|
||||
14,0.2637011590003967,0.1259188068584657
|
||||
15,0.26511856508255005,0.12302523536581389
|
||||
16,0.2636880214214325,0.12158930115776523
|
||||
17,0.2594203445911408,0.12073164521688427
|
||||
18,0.2596956071853638,0.12113923371078023
|
||||
19,0.2599300856590271,0.11755086929805322
|
||||
20,0.2613244261741638,0.11591684365536366
|
||||
21,0.26611848402023314,0.11452594045662065
|
||||
22,0.27005207633972167,0.11453864912331944
|
||||
23,0.2904769446849823,0.11177079255132367
|
||||
24,0.26112217259407045,0.11254378016925673
|
||||
25,0.25728648495674133,0.11414632947751933
|
||||
26,0.25732050275802615,0.11241108607838092
|
||||
27,0.24891260409355165,0.10798269397835857
|
||||
28,0.2511412913799286,0.10771671953935258
|
||||
29,0.2545136468410492,0.10823432317142276
|
||||
30,0.2560087888240814,0.10696582466184014
|
||||
31,0.2522622661590576,0.10693902324442892
|
||||
32,0.2602577781677246,0.10600137460219788
|
||||
33,0.25658335542678834,0.10492770504243897
|
||||
34,0.26329142713546755,0.10551322657817326
|
||||
35,0.2587521333694458,0.10470616238817602
|
||||
36,0.2652066714763641,0.1049015702046379
|
||||
37,0.2581471676826477,0.10301457170089726
|
||||
38,0.2694048194885254,0.10817800959950721
|
||||
39,0.2548550832271576,0.10037725243410114
|
||||
40,0.25655793738365174,0.10118755738680031
|
||||
41,0.25514008331298826,0.10197576899943457
|
||||
42,0.25713088989257815,0.10548951998502916
|
||||
43,0.2823227984905243,0.10124477603186065
|
||||
44,0.26892832255363464,0.09927914228657601
|
||||
45,0.24735493516921997,0.10170585930467371
|
||||
46,0.2608236074447632,0.10002924136112873
|
||||
47,0.25836377215385437,0.09901401926753986
|
||||
48,0.26439350414276125,0.09703376541435119
|
||||
49,0.2520986702442169,0.09762409121037968
|
|