Scroll to navigation

mlpack::perceptron(3) MLPACK mlpack::perceptron(3)

NAME

mlpack::perceptron -

SYNOPSIS

Classes


class Perceptron
 
This class implements a simple perceptron (i.e., a single layer neural network). class RandomInitialization
 
This class is used to initialize weights for the weightVectors matrix in a random manner. class SimpleWeightUpdate
 
class ZeroInitialization
 
This class is used to initialize the matrix weightVectors to zero.

Author

Generated automatically by Doxygen for MLPACK from the source code.
Tue Sep 9 2014 Version 1.0.10