neural++.hpp File Reference

#include <vector>
#include <string>
#include <cmath>
#include <ctime>
#include <cstdio>
#include "neural++_exception.hpp"

Go to the source code of this file.

Namespaces

namespace  neuralpp

Classes

class  neuralpp::NeuralNet
 Main project's class. More...
class  neuralpp::Synapsis
 Class for managing synapsis. More...
class  neuralpp::Neuron
 Class for managing neurons. More...
class  neuralpp::Layer
 Class for managing layers of neurons. More...
struct  neuralpp::netrecord
struct  neuralpp::neuronrecord
struct  neuralpp::synrecord

Defines

#define RAND   ( abs( sin(rand()) ) )
 Default rand value: |sin(rand)|, always >= 0 and <= 1.
#define BETA0   0.7
 Initial value for the inertial momentum of the synapses.


Define Documentation

#define BETA0   0.7

Initial value for the inertial momentum of the synapses.

#define RAND   ( abs( sin(rand()) ) )

Default rand value: |sin(rand)|, always >= 0 and <= 1.


Generated on Sun Aug 9 11:11:18 2009 for Neural++ by  doxygen 1.5.6