Open Source of Fully Connected Neural Network with Neurons with Multidimensional Activation Function
Fully connected neural network trainable with the backpropagation algorithm.
Neural Network with Neurons with Multidimensional Activation Function.
The dimension of the activation function of neurons can be freely specified.
That kind of network, while having a lesser amount of hidden layers than
Neural networks with perceptron neurons can have the same information capacity.
Included example of neural network use on prime number classification.