From 998eb002a83c06199f9d5d4b0bb57cf52108c5ab Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 9 Mar 2010 17:35:41 +0100 Subject: [PATCH] tex: Implementation --- tex/gostyle.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tex/gostyle.tex b/tex/gostyle.tex index f3a6efa..a7992c3 100644 --- a/tex/gostyle.tex +++ b/tex/gostyle.tex @@ -736,10 +736,11 @@ TODO num layers, num neurons, .. \subsection{Implementation} -We have implemented the data mining methods as an open-source project ``gostyle'' \cite{TODO}, +We have implemented the data mining methods as an open-source framework ``gostyle'' \cite{TODO}, made available under the GNU GPL licence. -PCA: In our implementation, we use a~library called MDP \cite{MDP}. -TODO libfann +We use python for the basic processing and most of the analysis; +the MDP library \cite{MDP} is used for PCA analysis, Kohonen library \cite{KohonenPy} for Kohonen maps. +The neuron network classifier is using the libfann C library. \cite{TODO} \section{Strength Estimation Analysis} -- 2.11.4.GIT