Skip to content
Snippets Groups Projects
Commit 31bd610c authored by a.croix's avatar a.croix
Browse files

Add debug information

parent 54dc6aeb
No related branches found
No related tags found
1 merge request!4Neural network
Pipeline #1833 passed
......@@ -21,6 +21,8 @@ public final class MainDL4J {
LearningNeuralNetwork lnn
= new LearningNeuralNetwork("webshell_data.csv");
for (int neurons_number = 5; neurons_number < 50; neurons_number++) {
System.out.println("Number of neurons in hidden layer : "
+ neurons_number);
lnn.learning(neurons_number);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment