Class FannShortcut

java.lang.Object
com.googlecode.fannj.Fann
com.googlecode.fannj.FannShortcut

public class FannShortcut extends Fann

A standard backpropagation neural network, which is not fully connected and which also has shortcut connections.

  • Constructor Details

    • FannShortcut

      public FannShortcut(List<Layer> layers)
    • FannShortcut

      public FannShortcut(int inputs, int outputs)
      Create a new ANN with just the input and output layers for Cascade Training
      Parameters:
      inputs - The number of input neurons
      outputs - The number of output neurons