mlpack::perceptron Namespace Reference

Classes

class  Perceptron
 This class implements a simple perceptron (i.e., a single layer neural network). More...

 
class  RandomInitialization
 This class is used to initialize weights for the weightVectors matrix in a random manner. More...

 
class  SimpleWeightUpdate
 
class  ZeroInitialization
 This class is used to initialize the matrix weightVectors to zero. More...