MeLOn
Loading...
Searching...
No Matches
AnnProperties.h File Reference
#include <vector>
#include <memory>
#include "modelData.h"
#include "scaler.h"

Go to the source code of this file.

Classes

struct  melon::AnnStructure
 struct containing all information regarding the structure of a feedforward neural network More...
 
struct  melon::AnnWeights
 struct containing the different weights of a feedforward neural network More...
 
struct  melon::AnnNormalizationParameters
 struct containing the parameters required for input normalization and output denormalization of a feedforward neural network More...
 
struct  melon::AnnData
 struct containing all information regarding the structure of a feedforward neural network More...
 

Namespaces

namespace  melon
 

Enumerations

enum  melon::ACTIVATION_FUNCTION { melon::PURE_LIN = 0 , melon::TANH , melon::RELU , melon::RELU6 }
 Enum for representing the available types of scaler parameters. More...