Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -47,13 +47,13 @@ configs:
|
|
| 47 |
## Dataset Overview
|
| 48 |
This repository contains a synthetic dataset generated for the SmartFit AI project. The dataset consists of 10,000 user profiles designed to train a machine learning model for personalized workout recommendations. It simulates various biological and preference-based factors including age, gender, weight, height, fitness goals, equipment availability, and injuries.
|
| 49 |
|
|
|
|
|
|
|
| 50 |
## Repository Contents
|
| 51 |
|
| 52 |
-
* **
|
| 53 |
-
* **
|
| 54 |
-
* **
|
| 55 |
-
* **imp1.png**: Visualization of the Exploratory Data Analysis (EDA).
|
| 56 |
-
* **imp3.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.
|
|
|
|
| 47 |
## Dataset Overview
|
| 48 |
This repository contains a synthetic dataset generated for the SmartFit AI project. The dataset consists of 10,000 user profiles designed to train a machine learning model for personalized workout recommendations. It simulates various biological and preference-based factors including age, gender, weight, height, fitness goals, equipment availability, and injuries.
|
| 49 |
|
| 50 |
+
The data is stored in **Parquet format** (Hugging Face native) for high efficiency and fast loading.
|
| 51 |
+
|
| 52 |
## Repository Contents
|
| 53 |
|
| 54 |
+
* **fitness_embeddings.npy (1)**: 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.
|