Changed file name because BlankLayer has no real function yet

This commit is contained in:
lluni 2022-05-28 02:28:49 +02:00
parent cf75abf75c
commit b20f62309b

View file

@ -7,7 +7,7 @@ import de.lluni.javann.layers.ActivationLayer;
import de.lluni.javann.layers.FCLayer;
import org.ejml.simple.SimpleMatrix;
public class ExampleXORBlankLayers {
public class ExampleXORAddedNeurons {
public static void main(String[] args) {
SimpleMatrix[] X_train = {new SimpleMatrix(new double[][]{{0, 0}}),
new SimpleMatrix(new double[][]{{0, 1}}),