ML Project Proposal
ML Project Proposal
Sub Topic:
a. Data Collection:
How data was collected, mentioning the utilization of
two datasets containing exercise and calorie
information.
b. Data Preprocessing:
The steps taken to prepare the data, including merging
datasets, handling missing values, and converting
categorical variables.
c. Data Analysis:
The process of analyzing the data, focusing on
understanding feature distributions and identifying
correlations.
d. Model Training:
Detail the process of training the model, highlighting
the use of the XGBoost regressor.
e. Model Evaluation:
How the model's performance was assessed on test data,
emphasizing the use of mean absolute error.
f. Building a Predictive System:
How the trained model is used to predict calorie burn
for new individuals based on their exercise data.
Description:
Data Collection and Preprocessing:
Model Architecture:
Training Process:
Evaluation Metrics:
Continuous Improvement:
Feasibility:
Software Requirements:
The software tools/libraries used for development (e.g.,
Python, scikit-learn, TensorFlow).
Hardware Requirements:
Minimum hardware specifications for running the code
efficiently (e.g., CPU, RAM, GPU).
Programming Language:
We are choosing Python as the programming language.
The advantages of Python for ML tasks, such as its
extensive libraries and ease of syntax.