https://github.com/lkethridge/linear_algebra
Linear Algebra project from TripleTen
https://github.com/lkethridge/linear_algebra
dot-product euclidean-distances inverse-matrix k-nearest-neighbors-algorithm linear-algebra linear-regression linear-regression-model manhattan-distance matrices matrix-multiplication matrix-operations operations-with-matrices transpose-matrix vector-operations vectors
Last synced: 3 months ago
JSON representation
Linear Algebra project from TripleTen
- Host: GitHub
- URL: https://github.com/lkethridge/linear_algebra
- Owner: LKEthridge
- License: cc0-1.0
- Created: 2025-01-24T03:12:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T06:03:30.000Z (5 months ago)
- Last Synced: 2025-02-02T05:28:58.313Z (5 months ago)
- Topics: dot-product, euclidean-distances, inverse-matrix, k-nearest-neighbors-algorithm, linear-algebra, linear-regression, linear-regression-model, manhattan-distance, matrices, matrix-multiplication, matrix-operations, operations-with-matrices, transpose-matrix, vector-operations, vectors
- Language: Jupyter Notebook
- Homepage:
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linear_Algebra
## *This was a Linear Algebra project for TripleTen. 👩🏽💻*
This project applies machine learning and linear algebra to real-world problems using data from the Sure Tomorrow insurance company. Key tasks include customer segmentation using k-Nearest Neighbors (kNN), benefit prediction with kNN classifiers and linear regression, and data obfuscation with matrix multiplication to ensure privacy without compromising model performance. Highlights include an F1 score of 0.95 for kNN on scaled data and successful obfuscation maintaining identical RMSE and R² values.
## Skills Highlighted
👩🏽💻 Linear Regression Model
✖️ Matrices and Matrix Operations
➡️ Vectors and Vector Operations
🏙️ Manhattan Distance
🔴 Dot Product
📐 Euclidean Distances
🏡 K Nearest Neighbors Algorithm
## Installation & Usage
* This project uses math, numpy, pandas, seaborn, display, LinearRegression, f1_score, mean_squared_error, r2_score, train_test_split, NearestNeighbors, KNeighborsClassifier, and MaxAbsScaler. It requires python 3.11.