This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
176 lines (154 loc) · 6.43 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
\documentclass[11pt]{article}
\usepackage{subfiles}
\usepackage{cite}
\usepackage[hidelinks]{hyperref}
\usepackage{ragged2e}
\usepackage{tools/neuralnetwork}
\usepackage{setspace}
\usepackage[left=2cm, right=2cm, top=2.5cm, bottom=2.5cm]{geometry}
\usepackage{graphicx}
\usepackage{etoolbox}
\ifundef{\abstract}{}{\patchcmd{\abstract}%
{\quotation}{
\setlength{\parindent}{0pt}
\setlength{\parskip}{1em}
\setstretch{1.5}}{}{}}
\graphicspath{ {resources/img/} }
\hypersetup{
allcolors=black,
colorlinks=true
}
\setlength{\parindent}{0pt}
\setlength{\parskip}{1em}
\setstretch{1.5}
\makeatletter
\renewcommand\@biblabel[1]{#1.}
\renewcommand\@cite[1]{(#1)}
\makeatother
\title{Combining Neuro-Evolution of Augmenting Topologies with Convolutional Neural Networks}
\author{Jan Nils Ferner, Mathias Fischler, Sara Zarubica, Jeremy Stucki}
\begin{document}
\clearpage
\maketitle
\thispagestyle{empty}
\newpage
\begin{abstract}
\subfile{sections/abstract}
\newpage
\end{abstract}
\tableofcontents
\newpage
\section{Introduction to neural networks}
\subsection{What is a neural network?}
\subfile{sections/"introduction to neural networks/what is a neural network"}
\subsection{How does a neural network learn}
\subsubsection{Traditional}
\subfile{sections/"introduction to neural networks/how does a neural network learn/traditiontal"}
\newpage
\subsubsection{Genetic algorithm}
\subfile{sections/"introduction to neural networks/how does a neural network learn/genetic algorithm"}
\newpage
\section{What is NEAT}
\subfile{sections/"what is neat"}
\subsection{Topology}
\subfile{sections/"what is neat/topology"}
\subsection{Speciation}
\subfile{sections/"what is neat/speciation"}
\newpage
\section{Convolutional Neural Networks}
\subsection{Problems with image recognition}
\subfile{sections/"convolutional neural networks"/"problems with image recognition"}
\subsection{Subsampling}
\subfile{sections/"convolutional neural networks/subsampling/subsampling"}
\subsubsection{Kernels}
\subfile{sections/"convolutional neural networks/subsampling/kernerls"}
\subsubsection{Poolers}
\subfile{sections/"convolutional neural networks/subsampling/poolers"}
\subsubsection{Activation function}
\subfile{sections/"convolutional neural networks/subsampling/activation function"}
\newpage
\section{Hippocrates, a NEAT implementation}
\subsection{Motivation}
\subfile{sections/hippocrates/motivation}
\subsection{Technology}
\subfile{sections/hippocrates/technology}
\subsection{Discrepancies}
\subsubsection{Paper}
\subfile{sections/hippocrates/discrepancies/paper}
\subsubsection{Original implementation}
\subfile{sections/hippocrates/discrepancies/original_implementation}
\subsection{Visualizing Neural Networks}
\subsubsection{Traditional Neural Networks}
\subfile{sections/"hippocrates, a neat implementation/visualizing neural networks/traditional neural networks"}
\subsubsection{Navigating through generations and species}
\subfile{sections/"hippocrates, a neat implementation/visualizing neural networks/navigating through generations and species"}
\newpage
\subsubsection{Convolutional Neural Networks}
\subfile{sections/"hippocrates, a neat implementation/visualizing neural networks/convolutional neural networks"}
\subsubsection{Technolgies used for our visualizer}
\subfile{sections/"hippocrates, a neat implementation/visualizing neural networks/technologies used for our visualizer"}
\subsubsection{Interoperability}
\subfile{sections/"hippocrates, a neat implementation/visualizing neural networks/interoperability"}
\newpage
\section{Build tools}
\subsection{Version control}
\subfile{sections/"build tools/version control"}
\subsubsection{Git}
\subfile{sections/"build tools/version control/git"}
\subsubsection{GitHub}
\subfile{sections/"build tools/version control/github"}
\subsection{Integration tests}
\subfile{sections/"integration tests"}
\subsubsection{Travis}
\subfile{sections/"integration tests/travis"}
\subsubsection{AppVeyor}
\subfile{sections/"integration tests/appveyor"}
\subsection{CMake}
\subfile{sections/"build tools/cmake"}
\subsection{Challanges}
\subsection{CLion}
\subfile{sections/"build tools/challanges/clion"}
\newpage
\section{Combining Neuro-Evolution of Augmenting Topologies with Convolutional Neural Networks}
\subsection{Challenges \& Solutions}
\subfile{sections/"Combining Neuro-Evolution of Augmenting Topologies with Convolutional Neural Networks/Possibilities of modeling"}
\subsection{Definition}
\subfile{sections/"Combining Neuro-Evolution of Augmenting Topologies with Convolutional Neural Networks/definition"}
\subsection{Implementation}
\subfile{sections/"Combining Neuro-Evolution of Augmenting Topologies with Convolutional Neural Networks/implementation"}
\newpage
\section{Further enhancements}
\subsection{Optimisation}
\subfile{sections/"further enhancements/optimisation"}
\subsection{Safety concerns}
\subfile{sections/"further enhancements/safety concerns"}
\subsection{HyperNEAT}
\subfile{sections/"further enhancements/hyperneat"}
\newpage
\section{Our Work}
We have dedicated our project work to the subject Image recognition by artificial intelligence.
Image recognition by artificial intelligence has and interests us very much, because you can create something that does not exists yet.
Our project is mainly concerned with computer science (artificial intelligence) and medicine.
An important aspect for our work was to create something that can be needed in the future and what can be of benefit to other people. Because we are software engineers, it is also a good opportunity to train us in our area.
\subfile{sections/collaborators}
\subsection{Our goals}
\subfile{sections/"our targets"}
\subsection{Initial position}
\subfile{sections/"initial position"}
\subsection{Opening questions}
\subfile{sections/"opening questions"}
\subsection{Working programms and tools}
\subfile{sections/"working programms and tools"}
\subsection{Procedure}
\subfile{sections/"procedure"}
\subsection{Progress}
\subfile{sections/"progress"}
\subsection{Contact with doctors}
\subfile{sections/"contact with doctors"}
\newpage
\nocite{*}
\setstretch{1}
\raggedright
\bibliography{resources/bibliography}
\bibliographystyle{resources/bibliographystyle}
\end{document}