Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -51,16 +51,16 @@ The data is stored in **Parquet format** (Hugging Face native) for high efficien
|
|
| 51 |
|
| 52 |
## Repository Contents
|
| 53 |
|
| 54 |
-
* **fitness_embeddings.npy (
|
| 55 |
* **imp88.png**: Visualization of the Exploratory Data Analysis (EDA).
|
| 56 |
* **imp888.png**: Visualization of the Embeddings Analysis (PCA Clustering).
|
| 57 |
|
| 58 |
## Exploratory Data Analysis (EDA)
|
| 59 |
The visualization below demonstrates the distribution and characteristics of the synthetic data. This analysis ensures the dataset is balanced across different categories and logically consistent regarding injuries and recommended plans.
|
| 60 |
|
| 61 |
-
**: Pre-computed vector embeddings of the user profiles (generated via Sentence Transformer).
|
| 55 |
* **imp88.png**: Visualization of the Exploratory Data Analysis (EDA).
|
| 56 |
* **imp888.png**: Visualization of the Embeddings Analysis (PCA Clustering).
|
| 57 |
|
| 58 |
## Exploratory Data Analysis (EDA)
|
| 59 |
The visualization below demonstrates the distribution and characteristics of the synthetic data. This analysis ensures the dataset is balanced across different categories and logically consistent regarding injuries and recommended plans.
|
| 60 |
|
| 61 |
+

|
| 62 |
|
| 63 |
## Embeddings and User Segmentation
|
| 64 |
To analyze user similarity and validate the data quality, we utilized a Sentence Transformer model to convert textual user profiles into high-dimensional vectors. The visualization below displays these embeddings reduced to 2D space using PCA. The distinct clusters indicate that the system successfully differentiates between different user types and their corresponding workout requirements.
|
| 65 |
|
| 66 |
+

|