diff --git a/README.md b/README.md
index e23364ad76f6812ac08d2907d3359067d0c8a1af..0ccd3feba0ff2dfc8f6fcc90ecea515b71840da4 100644
--- a/README.md
+++ b/README.md
@@ -218,9 +218,9 @@ In this section, we present all the items on which the work is evaluated.
 - ( /1) The function `knn_predict` works as described
 - ( /1) The function `evaluate_knn` works as described
 - ( /1) The graph `knn.png` shows the results obtained
-- ( /1) The function `learn_once_mse` works as described
+- ( /1.5) The function `learn_once_mse` works as described
 - ( /1) The function `one_hot` works as described
-- ( /1) The function `learn_once_cross_entropy` works as described
+- ( /1.5) The function `learn_once_cross_entropy` works as described
 - ( /1) The function `evaluate_mlp` works as described
 - ( /1) The graph `mlp.png` shows the results obtained
 - ( /1) The project has a good README.