From a4c36293f9556f730a4f333ebf59f65b8c85bc94 Mon Sep 17 00:00:00 2001 From: novak_99 Date: Sun, 16 Jan 2022 00:43:51 -0800 Subject: [PATCH] readme edits --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01932d9..d4677d5 100644 --- a/README.md +++ b/README.md @@ -148,13 +148,26 @@ The result will be the model's predictions for the entire dataset. - Positive Definiteness Checker 3. QR Decomposition 14. ***Numerical Analysis*** + 1. Numerical Diffrentiation + - Univariate Functions + - Multivariate Functions + 2. Jacobian Vector Calculator + 3. Hessian Matrix Calculator + 4. Function approximator + - Constant Approximation + - Linear Approximation + - Quadratic Approximation + - Cubic Approximation + 5. Diffrential Equations Solvers + - Euler's Method + - Growth Method 15. ***Linear Algebra Module*** 16. ***Statistics Module*** 17. ***Data Processing Module*** 1. Setting and Printing Datasets 2. Feature Scaling 3. Mean Normalization -S + 4. One Hot Representation 5. Reverse One Hot Representation 17. ***Utilities*** 1. TP, FP, TN, FN function