The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
95 stars 144 forks source link

Diet Recommendation for Pregnancy #782

Closed Nabanita29 closed 1 year ago

Nabanita29 commented 1 year ago

Info about the related issue

Closes: #766

My solution involves collecting a comprehensive dataset with pregnant women's characteristics, pregnancy stage, dietary restrictions, nutritional needs, and food items with nutritional information. The data has been preprocessed to handle missing values, encode categorical variables, and scale numerical features. Multiple multi-label classification models, including Random Forest and neural network model, has been evaluated and trained on the dataset. Hyperparameter tuning has also been performed to enhance model performance.

Type of change

What sort of change have you made:

Checklist:

Screenshots

image image image

Nabanita29 commented 1 year ago

Ma'am I will update the readme and dataset if you can review and let me know if this project will be accepted!