From 6e2d787fdf709e3ce6748a93c4317451c65947cc Mon Sep 17 00:00:00 2001
From: novak_99 <cooljohn312@gmail.com>
Date: Fri, 12 Nov 2021 12:39:44 -0800
Subject: [PATCH] changes to readme

---
 README.md | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index bfb12e2..9b64bdb 100644
--- a/README.md
+++ b/README.md
@@ -143,15 +143,21 @@ The result will be the model's predictions for the entire dataset.
     2. Cholesky Decomposition
         - Positive Semidefiniteness Checker 
     3. QR Decomposition
-13. ***Linear Algebra Module***
-14. ***Statistics Module***
-15. ***Data Processing Module***
+13. ***Numerical Analysis***
+    1. Numerical Diffrentiation 
+        - Univariate functions 
+        - Multivariate functions 
+    2. Jacobian vector calculator
+    3. Newton-Raphson Method
+14. ***Linear Algebra Module***
+15. ***Statistics Module***
+16. ***Data Processing Module***
     1. Setting and Printing Datasets 
     2. Feature Scaling 
     3. Mean Normalization
     4. One Hot Representation 
     5. Reverse One Hot Representation
-16. ***Utilities***
+17. ***Utilities***
     1. TP, FP, TN, FN function
     2. Precision
     3. Recall