diff --git a/d4/df4/classmachine__learning_1_1neural__network_1_1_neural_network.html b/d4/df4/classmachine__learning_1_1neural__network_1_1_neural_network.html
index ac79ba814..3e648c295 100644
--- a/d4/df4/classmachine__learning_1_1neural__network_1_1_neural_network.html
+++ b/d4/df4/classmachine__learning_1_1neural__network_1_1_neural_network.html
@@ -554,7 +554,7 @@ Here is the call graph for this function:
607 {
-
609 double acc = 0, loss = 0;
+
609 double acc = 0, loss = 0;
610 for (
size_t i = 0; i < X.
size(); i++) {
611
@@ -723,7 +723,7 @@ Here is the call graph for this function:
502 auto start =
504 double loss = 0,
- 505 acc = 0;
+ 505 acc = 0;
506
507 for (
size_t batch_start = 0; batch_start < X.
size();
508 batch_start += batch_size) {
@@ -736,7 +736,7 @@ Here is the call graph for this function:
515
- 518
+ 518
519 for (
size_t i = 0; i < gradients.
size(); i++) {
diff --git a/dc/d93/classmachine__learning_1_1neural__network_1_1layers_1_1_dense_layer.html b/dc/d93/classmachine__learning_1_1neural__network_1_1layers_1_1_dense_layer.html
index 16796a1a7..e53ae4c53 100644
--- a/dc/d93/classmachine__learning_1_1neural__network_1_1layers_1_1_dense_layer.html
+++ b/dc/d93/classmachine__learning_1_1neural__network_1_1layers_1_1_dense_layer.html
@@ -196,7 +196,7 @@ int neurons |
| neurons | number of neurons |
| activation | activation function for layer |
| kernel_shape | shape of kernel |
- | random_kernel | flag for whether to intialize kernel randomly |
+ | random_kernel | flag for whether to initialize kernel randomly |