Changed file name because BlankLayer has no real function yet
This commit is contained in:
parent
cf75abf75c
commit
b20f62309b
1 changed files with 1 additions and 1 deletions
|
@ -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}}),
|
Loading…
Reference in a new issue