Neuron: neural networks |
![]() |
#include <fstream>#include <stdio.h>#include <iomanip>#include <math.h>#include <sys/types.h>#include <time.h>#include <stdlib.h>#include <string.h>

Go to the source code of this file.
Classes | |
| class | unit< T > |
| Unité : neurone de base, classe unit. More... | |
Enumerations | |
| enum | Neur_Types { ENTREE , CACHE , SORTIE } |
| enum Neur_Types |