Update README.md
Browse files
README.md
CHANGED
|
@@ -16,20 +16,20 @@ Interactive visualizations for exploring statistical and machine learning concep
|
|
| 16 |
|
| 17 |
| Page | Description |
|
| 18 |
|------|-------------|
|
| 19 |
-
|
|
| 20 |
-
|
|
| 21 |
|
| 22 |
### Regression
|
| 23 |
|
| 24 |
| Page | Description |
|
| 25 |
|------|-------------|
|
| 26 |
-
|
|
| 27 |
|
| 28 |
### Signal Processing
|
| 29 |
|
| 30 |
| Page | Description |
|
| 31 |
|------|-------------|
|
| 32 |
-
|
|
| 33 |
|
| 34 |
## Project Structure
|
| 35 |
|
|
|
|
| 16 |
|
| 17 |
| Page | Description |
|
| 18 |
|------|-------------|
|
| 19 |
+
| Direct Classification | Generate synthetic 2D datasets and observe how class separation affects Gaussian Naive Bayes classifier performance. Displays ROC curve, AUC, confusion matrix, and standard metrics (accuracy, precision, recall, specificity, F1-score). |
|
| 20 |
+
| Inverse Classification | Directly set confusion matrix values (TP, FP, TN, FN) and observe resulting metrics, ROC curve, and simulated score distributions. Parameters can be locked to constrain totals. |
|
| 21 |
|
| 22 |
### Regression
|
| 23 |
|
| 24 |
| Page | Description |
|
| 25 |
|------|-------------|
|
| 26 |
+
| Linear Regression | Interactive point placement on canvas with linear or polynomial regression fitting. Displays residuals, coefficient of determination (R²), and regression diagnostics. Supports zoom, point dragging, and confidence band display. |
|
| 27 |
|
| 28 |
### Signal Processing
|
| 29 |
|
| 30 |
| Page | Description |
|
| 31 |
|------|-------------|
|
| 32 |
+
| Fourier Transform | Compose signals from sine waves and visualize their frequency spectrum. Up to 4 components with frequency, amplitude, and phase control. Displays time-domain signal, magnitude spectrum, phase spectrum, and signal metrics (sampling rate, Nyquist frequency, frequency resolution, total power, RMS). |
|
| 33 |
|
| 34 |
## Project Structure
|
| 35 |
|