Class FannShortcut


  • public class FannShortcut
    extends Fann

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

    • Constructor Detail

      • FannShortcut

        public FannShortcut​(java.util.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