fixes in project description, exchange data for eod project

This commit is contained in:
2015-11-06 11:04:05 +01:00
parent d126c785fe
commit 566d82cd6b
3 changed files with 7 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ reconstruct the stimulus a neuron has been stimulated with.
error using the mean-square-error and express it relative to the
variance of the original stimulus.
\begin{equation}
err = \frac{1}{N} \cdot \displaystyle\sum^{N}_{i=1}(x_i - \bar{x}),
err = \frac{1}{N} \cdot \displaystyle\sum^{N}_{i=1}(x_i - \bar{x})^2,
\end{equation}
with $N$ the number of data points, $x_i$ the current value and
$\bar{x}$, the average of all $x$.