[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-128519-en":3,"doc-seo-128519-105":31,"detail-sidebar-cat-0-en-105":92},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":21,"is_downloadable":21,"audit_status":21,"page_count":22,"language":23,"language_code":24,"site_id":25,"html_lang":24,"table_of_contents":26,"faqs":27,"seo_title":28,"seo_description":14,"update_tm":29,"read_time":30},128519,687207020761,"Patrick","https://ap-avatar.wpscdn.com/davatar_155a257f0dc6eb9ab79c44ca47cae57d",7,"Healthcare","Obesity预测的机器学习与自学方法对比研究 - 面向广义与性别分组数据","Obesity is a global health problem with long-term consequences, and it requires timely identification and intervention. This study applies multiple machine learning and self-learning approaches, including Random Forest, XGBoost, Decision Tree, k-Nearest Neighbors, Support Vector Machine, Logistic/Linear Regression, Naïve Bayes, and a Multilayer Perceptron neural network, on an obesity dataset to predict obesity and support reduction. Models are assessed using recall, accuracy, F1-score, and precision, comparing performance on generalized versus gender-segregated data to guide feature selection and early detection.","Comparison of Different Machine Learning and Self-Learning Methods for Predicting Obesity on Generalized and Gender-Segregated Data  \n1Khushi Joshi, 2Neha Aher, 3Soha Arora, 4Varnika Mulay, 5Prof. Renuka Suryawanshi, 6Dr. Nitin Pise,  \n7Dr. Vitthal Gutte  \n1,2,3,4,5,6,7Department of Computer Science Engineering, MIT WPU, Pune, India  \n[1](1gunnujoshi98@gmail.com)[gunnujoshi98@gmail.com](1gunnujoshi98@gmail.com), [2](2nehaaher16@gmail.com)[nehaaher16@gmail.com](2nehaaher16@gmail.com), [3](3 sohaarora12@gmail.com)[ sohaarora12@gmail.com](3 sohaarora12@gmail.com), [4](4varni.mulay@gmail.com)[varni.mulay@gmail.com](4varni.mulay@gmail.com),  \n[5](5 renuka.suryawanshi@mitwpu.edu.in)[ renuka.suryawanshi@mitwpu.edu.in](5 renuka.suryawanshi@mitwpu.edu.in), [6](6 nitin.pise@mitwpu.edu.in)[ nitin.pise@mitwpu.edu.in](6 nitin.pise@mitwpu.edu.in), [7](7vitthalgutte2014@gmail.com)[vitthalgutte2014@gmail.com](7vitthalgutte2014@gmail.com)  \nAbstract— Obesity is a global health concern with long-term implications. Our research applies numerous Machine Learning models consisting of Random Forest model, XGBT(Extreme Gradient Boosting) model, Decision Tree model, k-Nearest Neighbors technique, Support Vector Machine model, Linear Regression model, Naïve Bayes classifier and a neural network named Multilayer Perceptron on an obesity dataset so that we can predict obesity and reduce it. The models are evaluated on recall, accuracy, F1-score, and precision. The findings reveal the performance of the algorithms on generalised and gender-segregated data providing insights concerning feature selection and early obesity identification. This research aims to demonstrate the comparative study of obesity prediction for gender-neutral and genderspecific datasets.  \nKeywords-Obesity, Decision Trees, Machine Learning, Support Vector Machine, Naïve Baye’s classifier, Random Forest.  \nAbbreviations  \nRFT : Random Forest  \nXGBT : XGBoost  \nDT : Decision Tree  \nKNN : k-Nearest Neighbors  \nSVM : Support Vector Machine  \nLR : Logistic Regression  \nNB : Naïve Bayes  \nMLP: Multilayer Perceptron  \nI. INTRODUCTION  \nUnhealthy eating habits accompanied by a lethargic lifestyle lead to an unhealthful weight gain. Obesity is a wellness concern that causes immoderate weight gain in a human being. It is an intricate condition driven by various factors such as physical fitness, daily food and water intake, exercise regimen, age, height, etc.  \nBeing obese can be immensely harmful to any individual's health as it could result in a reduced life span and various lifethreatening diseases like cardiovascular diseases, diabetes, respiratory issues, kidney disease, skin infections, etc. Whether a person is obese or not is decided by a numerical value i.e the person's BMI-Body Mass Index. BMI formula [5, 6]: BMI = weight (kg) / height (m2) [5, 6] .  \nThe World Health Organization (WHO) has set some standards for categorizing obese people. Anybody having a  \nBMI of 30 or more is considered obese. The WHO has also specified a few levels of obesity shown in Table 1 [5, 6] .  \nTable-1: Health standards specified by WHO.  \n\n| Sr. No. | Category | BMI |\n| --- | --- | --- |\n| 1. | Person is underweight | \u003C 18.5 |\n| 2. | Person is healthy | 18.5 – 24.9 |\n| 3. | Person is overweight | 25.0 – 29.9 |\n| 4. | Person has obesity level 1 | 30.0 – 34.9 |\n| 5. | Person has obesity level 2 | 35.0 – 39.9 |\n| 6. | Person has obesity level 3 | > 40 |\n\nOur collection of data focuses on the data from sovereign nations of North and South America namely Colombia, Mexico and Peru. Hence, considering today’s situation, we discovered that according to the Global Obesity Observatory (GOO) [1-3]: Peru carries a probability of 7.5/10, denoting  \nthat every 7th person out of 10 is obese [1] . Mexico carries a probability of 8/10, denoting that every 8th person out of 10 is obese [2] . Colombia carries a probability of 7.5/10, denoting that every 7th person out of 10 is obese [3] . Looking at these figures, we reali","cbCaikbCgN4G0iJZ","https://ap.wps.com/l/cbCaikbCgN4G0iJZ","pdf",760739,3,1,8,"English","en",105,"# Introduction\n## BMI and WHO obesity standards\n## Country-level obesity motivation and gender focus\n# Literature Survey","[{\"question\":\"该研究使用了哪些机器学习方法进行肥胖预测？\",\"answer\":\"研究采用多种模型，包括随机森林、XGBoost、决策树、k近邻、支持向量机、回归模型、朴素贝叶斯以及多层感知机神经网络。\"},{\"question\":\"模型评估指标有哪些？\",\"answer\":\"论文使用召回率、准确率、F1-score 和精确率对各算法表现进行评估。\"},{\"question\":\"研究为什么要对广义数据与性别分组数据进行比较？\",\"answer\":\"研究通过比较两类数据上的效果，分析特征选择差异，并为早期识别肥胖提供依据，从而支撑性别中立与性别特定的数据对比研究。\"}]","Obesity预测的机器学习与自学方法对比研究 - 面向广义与性别分组数据 | PDF",1786001510,20,{"code":4,"msg":32,"data":33},"ok",{"site_id":25,"language":24,"slug":34,"title":13,"keywords":35,"description":14,"schema_data":36,"social_meta":87,"head_meta":89,"extra_data":91,"updated_unix":29},"comparative-study-of-machine-learning-and-self-learning-methods-for-obesity-prediction-using-generalized-and-gender-segregated-data","",{"@graph":37,"@context":86},[38,54,69],{"@type":39,"itemListElement":40},"BreadcrumbList",[41,45,49,51],{"item":42,"name":43,"@type":44,"position":21},"https://docshare.wps.com","Home","ListItem",{"item":46,"name":47,"@type":44,"position":48},"https://docshare.wps.com/document/","Document",2,{"item":50,"name":12,"@type":44,"position":20},"https://docshare.wps.com/document/healthcare/",{"item":52,"name":13,"@type":44,"position":53},"https://docshare.wps.com/document/comparative-study-of-machine-learning-and-self-learning-methods-for-obesity-prediction-using-generalized-and-gender-segregated-data/128519/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":24,"description":14,"dateModified":62,"datePublished":63,"encodingFormat":61,"isAccessibleForFree":64,"interactionStatistic":65},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":42,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-26","2026-08-06",true,{"@type":66,"interactionType":67,"userInteractionCount":20},"InteractionCounter",{"@type":68},"ViewAction",{"@type":70,"mainEntity":71},"FAQPage",[72,78,82],{"name":73,"@type":74,"acceptedAnswer":75},"该研究使用了哪些机器学习方法进行肥胖预测？","Question",{"text":76,"@type":77},"研究采用多种模型，包括随机森林、XGBoost、决策树、k近邻、支持向量机、回归模型、朴素贝叶斯以及多层感知机神经网络。","Answer",{"name":79,"@type":74,"acceptedAnswer":80},"模型评估指标有哪些？",{"text":81,"@type":77},"论文使用召回率、准确率、F1-score 和精确率对各算法表现进行评估。",{"name":83,"@type":74,"acceptedAnswer":84},"研究为什么要对广义数据与性别分组数据进行比较？",{"text":85,"@type":77},"研究通过比较两类数据上的效果，分析特征选择差异，并为早期识别肥胖提供依据，从而支撑性别中立与性别特定的数据对比研究。","https://schema.org",{"og:url":52,"og:type":88,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":90,"canonical":52},"index,follow",{"doc_id":7,"site_id":25},{"code":4,"msg":5,"data":93},[94,98,102,106,111,116,119,123,127,130,134],{"id":21,"doc_module":4,"doc_module_name":47,"category_name":95,"show_sort_weight":96,"slug":97},"Story & Novel",90,"story-novel",{"id":48,"doc_module":4,"doc_module_name":47,"category_name":99,"show_sort_weight":100,"slug":101},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":47,"category_name":103,"show_sort_weight":104,"slug":105},"Exam",70,"exam",{"id":107,"doc_module":4,"doc_module_name":47,"category_name":108,"show_sort_weight":109,"slug":110},5,"Comic",60,"comic",{"id":112,"doc_module":4,"doc_module_name":47,"category_name":113,"show_sort_weight":114,"slug":115},6,"Technology",50,"technology",{"id":11,"doc_module":4,"doc_module_name":47,"category_name":12,"show_sort_weight":117,"slug":118},40,"healthcare",{"id":22,"doc_module":4,"doc_module_name":47,"category_name":120,"show_sort_weight":121,"slug":122},"Research & Report",30,"research-report",{"id":124,"doc_module":4,"doc_module_name":47,"category_name":125,"show_sort_weight":30,"slug":126},9,"Religion & Spirituality","religion-spirituality",{"id":30,"doc_module":4,"doc_module_name":47,"category_name":128,"show_sort_weight":30,"slug":129},"World Cup","world-cup",{"id":131,"doc_module":4,"doc_module_name":47,"category_name":132,"show_sort_weight":131,"slug":133},10,"Lifestyle","lifestyle",{"id":135,"doc_module":4,"doc_module_name":47,"category_name":136,"show_sort_weight":107,"slug":137},19,"General","general"]