Neuron: neural networks


unit.h File Reference
#include <fstream>
#include <stdio.h>
#include <iomanip>
#include <math.h>
#include <sys/types.h>
#include <time.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for unit.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Enumeration Type Documentation

◆ Neur_Types

enum Neur_Types
Enumerator
ENTREE 
CACHE 
SORTIE 

Definition at line 17 of file unit.h.