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)