#include <vector>
#include <fstream>
#include <math.h>
#include "nerek.h"
Include dependency graph for neuron.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Compounds | |
struct | Neuron |
struct | NeuronLayer |
Defines | |
#define | ACTIVATION_RESPONSE 1.0f |
#define | BIAS -1.0f |
|
Definition at line 29 of file neuron.h. Referenced by Net::Update. |
|
Definition at line 30 of file neuron.h. Referenced by Net::Update. |