SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2155
DIABETES PREDICTION USING RANDOM FOREST CLASSIFIER AND
INTELLIGENT DIETICIAN
Shivani Singh1, Sonal Bait2, Jayashree Rathod3, Prof. Nileema Pathak4
1Shivani Singh, Dept of Information Technology Engineering, Atharva College of Engineering
2Sonal Bait, Dept of Information Technology Engineering, Atharva College of Engineering
3Jayashree Rathod, Dept of Information Technology Engineering, Atharva College of Engineering
4Prof. Nileema Pathak, Dept. of Information Technology Engineering, Atharva College of Engineering
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - As individuals around the world have aninterestin
watching their weight, feeding healthier foods and avoiding
food, a system that may live calories and nutrition at meals
each day will be terribly helpful for maintaining our health.
This system contains basic data on usersheight, weight, ageto
calculate BMR and predict diabetes which can be displayed
on our system, that is, by performing some exercises and
feeding bound food merchandise containing calories and fats.
Log in as administrator and user. On-line artificial specializer
could be a larva with computing regarding human diets. It
acts as a diet authority just like a true specializer.
Key Words: AI, Random Forest Algorithm, Diet Plan,
Diabetes, BMR, Calories.
1. INTRODUCTION
Now a day, a personality being affected by several health
issues like fitness drawback, etc. Therefore, we have a
tendency to square measure developing this technique for
providing special specialist data and correct exercise
information for traditional persons. The effective personal
dietary tips square measures terribly essential formanaging
our health, preventing chronic diseases and therefore the
interactive diet designing helps a user to regulate the set up
in a better method. Here their square measures 2 persons,
the admin and user. The user fills the registration type then
login to the system. Once login users ought to fill personal
data as well as age, weight, height, gender and exercise level
square measure necessary. The system will ask certain
questions to user and once user gaveanswer,thesystem will
calculate BMR and calories and will also predict whether
user will be having diabetes in future or not. And based on
that system will suggest daily diet plan touser.Ontheidea of
calculated BMR (Basal Metabolic Rate) Artificial specializer
can show the correct specializer for logged user. This
application suggests the user to what to try and do for
instance diet tips, Exercises, etc. Here user will get proper
diet plan on his/her generated BMR, Calories and Diabetes
Prediction.
2. PROPOSED APPROACH
The system can offer the user with computer program
wherever the users have to be compelled to register and
login consequently. Afterward consumer will specifically
login to website. On the off likelihood that consumer has
formally listed usually consumer has to build a record
utilizing registration kind. The consumer will fill knowledge
like Name, Email-id, Password, then forth. From utilizing
Username and Password he / she will logintoa system.Once
effectively login consumer visits to BMR count structure,
consumer has to enter individual knowledge like age,
tallness, weight. By, weight the BMI and BMR is no
inheritable. As the user will login to the system he/she will
be asked certain questions like age, height, weight and also
activity level like how much user does exercise in daily life
and then will ask about user goal like what he/she wants to
do like weight loss or weight gain and then on this answers
system will generate BMR and will calculate calories. Also it
will predict whether user will be having diabetesinfutureor
not. And based on all this system will generate daily diet
plan. The aim of our project is to provide a dietsystemwhich
generates food diet charts with its details, according the
person’s age, weight and diseases. The system provides
details about the diet which is recommended by the system.
It permits the user to understand concerning his/her actual
diet data i.e. what proportion user had calories in their body
on this basis system displays physical exercise and food
suggestions. This softwaresystemreducesthetimespanand
value for knowledgeable advices for diet. This system is
exceptionally valuable to eudemonia cares and dietician.
3. METHODOLOGY
Machine Learning
Machine learning is associate application of AI that has
systems the pliability to mechanically learn and improve
from expertise whereas not being expressly programmed.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2156
Machine learning focuses on the event of personal computer
programs that is ready to access information anduseitlearn
for themselves. the Tactic of learning begins with
observations or info, like examples, direct experience, or
instruction, thus on appear for patterns in info and make
higher selections at intervals the primary aim is to allow the
computers learn automatically whereas not human
intervention or facilitate and alter actions consequently.
Machine Learning is that the sphere of study that provides
computers the potential to be told whereas not being
expressly programmed. Machine Learning is one of the
foremost exciting technologies that one would have ever
encounter. As a result of it's clear from the name, it provides
the computer that that creates it tons of reasonably like
humans: the pliability to be told. Machinelearningisactively
being utilized these days, perhaps in additional places than
one would expect.
4. ALGORITHM USED
The Random Forest Classifier
Random forest, like its name implies, consistsofanoversized
range of individualcall trees that operate asassociatedegree
ensemble. Every individual tree within the random forest
spits out category prediction and therefore the class withthe
foremost votes becomes our model’s prediction (see figure
below).
VISUALIZATION OF A RANDOM FORESTMODELMAKING
A PREDICTION
The basic conception behind random forest may be a easy
however powerful one – the knowledge of crowds. In
knowledge science speak, the rationale that the random
forest model works therefore well is:
A large range of comparatively unrelated models (trees)
operational as a committee can beat out any of the
individual constituent models.
The low correlation between models is that the key. Similar
to however investments with low correlations (like stocks
and bonds) close to make a portfolio that’s larger than the
total of its elements, unrelated models will turn out
ensemble predictionsthatsquaremeasureadditional correct
than any of the individual predictions. The rationale for this
glorious result is that the trees defend one another from
their individual errors (as long as they don’t perpetually all
err within the same direction). Whereas some trees could
also be wrong, several different trees are going to be right,
therefore as a gaggle the trees square measure able to move
within the correct direction. That the conditions for random
forest to perform well are:
1. There has to be some actual signal in our options in
order that models engineered mistreatment those
options do higher than random estimation.
2. The predictions (and so the errors) created by the
individual trees got to have low correlations with
one another.
5. HOW ALGORITHM IS USED
Suppose training set is given as: [X1, X2, X3, X4] with
corresponding labels as [L1, L2, L3, L4], the random forest
might produce three decision trees taking input of subset for
example,
1. [X1, X2, X3]
2. [X1, X2, X4]
3. [X2, X3, X4]
So finally, it predicts based on the majorityofvotesfromeach
of the decision trees made.
How does it work on our website?
We used TensorFlow & kaggle to create accurate data with
the given data set.
Dataset will measure all the possible scenarios.
Example - The Weight, Height, Exercise theydo,ageandeven
gender. How much can a person gain or lose and even the
possible BMI, Diabetes Predicted, etc.
6. BLOCK DIAGRAM
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2157
7. RESULT AND DISCUSSION
We have implemented BMR by taking inputs age, height and
weight then the systems asks how much activities we are
doing regularly. Then based on this it calculates BMR,
calories and fat intake. It predicts whether user will be
having diabetes or not. Once we get at least 80% accuracy
after training datasets for about 48 hours, the encoded files
will be decrypted and converted intoCSVfilesandusedinthe
website.
8. CONCLUSION
This system is a nice service for educating users regarding
organic systems and supporting the assistance of an
oversized quantity of sure info supplied with the assistance
of nutritionists. What we have a tendency to do are often
adjunct of individuals; they ought to not visit the elite. Thus
proposal will facilitate the people with the diet; they’re
progressing to not need to visit dieticians. The users square
measure getting diet delivered to their screens forthemthat
is in a position to avoid wasting timesimilarityasmoneyasa
result of the services provided by our system square
measure free of value, not like different decisions on the
market presently. The top user application square measure
built on a automaton platform and internet platform with a
simple and economical human device interface. Our
application is practice AI thus each and every user will get a
made-to-order diet in steps with their needand preferences.
REFERENCES
[1] Abbas Salimi Lokman, Jasni Mohamad Zain IEEE Paper
published An Architectural Design of Virtual Dietitian
(ViDi) for diabetic patients, 2017.
[2] Shital V. Chavan, S. S. Sambare, Dr. Aniruddha JoshiIEEE
Paper published Diet Recommendation based on
Prakriti and Season using Fuzzy Ontology and Type-2
Fuzzy Logic, 2018.
[3] Fule Wang, Yuan Yuan, Yu Pan, Bin Hu IEEE Paper
published Study on the Principles of the Intelligent Diet
Arrangement System Based on Multi-agent, 2018.
[4] Talapanty Shwetha, Vangari Swetha , Singh Deepali,
Gaonkar Vaishnavi,ProfShrikantSanasIJSRCSEITPaper
published Artificial IntelligenceDietitianUsingAndroid,
2017.
[5] Hitesh Pruthi, Hardik Parvadiya, Varun Rawool, Joel
Philip IJRTER Paper Published Artificial Intelligence
Dietician, February 2017
[6] Aniket Pathak, Ratan Boddu, Harsh Bhanushali, Amol
Kadam IJSRCSEIT Paper published Diet system using
modified RETE algorithm, 2018.

More Related Content

Similar to IRJET- Diabetes Prediction using Random Forest Classifier and Intelligent Dietician

Fitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial IntelligenceFitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial Intelligence
IRJET Journal
 
SMART WAIST BELT FOR HEALTH MONITORING
SMART WAIST BELT FOR HEALTH MONITORINGSMART WAIST BELT FOR HEALTH MONITORING
SMART WAIST BELT FOR HEALTH MONITORING
IRJET Journal
 
DIABETES PROGNOSTICATION UTILIZING MACHINE LEARNING
DIABETES PROGNOSTICATION UTILIZING MACHINE LEARNINGDIABETES PROGNOSTICATION UTILIZING MACHINE LEARNING
DIABETES PROGNOSTICATION UTILIZING MACHINE LEARNING
IRJET Journal
 
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNINGWEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
IRJET Journal
 
Health Care System with Smart Assistant
Health Care System with Smart AssistantHealth Care System with Smart Assistant
Health Care System with Smart Assistant
IRJET Journal
 
IRJET - Prediction and Detection of Diabetes using Machine Learning
IRJET - Prediction and Detection of Diabetes using Machine LearningIRJET - Prediction and Detection of Diabetes using Machine Learning
IRJET - Prediction and Detection of Diabetes using Machine Learning
IRJET Journal
 
IRJET- Virtual Dietitian: An Android based Application to Provide Diet
IRJET-  	  Virtual Dietitian: An Android based Application to Provide DietIRJET-  	  Virtual Dietitian: An Android based Application to Provide Diet
IRJET- Virtual Dietitian: An Android based Application to Provide Diet
IRJET Journal
 
IRJET - Medicine Recommendation System
IRJET - Medicine Recommendation SystemIRJET - Medicine Recommendation System
IRJET - Medicine Recommendation System
IRJET Journal
 
Multiple Disease Prediction System
Multiple Disease Prediction SystemMultiple Disease Prediction System
Multiple Disease Prediction System
IRJET Journal
 
PREDICTION OF DISEASE WITH MINING ALGORITHMS IN MACHINE LEARNING
PREDICTION OF DISEASE WITH MINING ALGORITHMS IN MACHINE LEARNINGPREDICTION OF DISEASE WITH MINING ALGORITHMS IN MACHINE LEARNING
PREDICTION OF DISEASE WITH MINING ALGORITHMS IN MACHINE LEARNING
IRJET Journal
 
Smart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningSmart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine Learning
IRJET Journal
 
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUEDESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
IRJET Journal
 
Machine Learning Approaches for Diabetes Classification
Machine Learning Approaches for Diabetes ClassificationMachine Learning Approaches for Diabetes Classification
Machine Learning Approaches for Diabetes Classification
IRJET Journal
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep Learning
IRJET Journal
 
HealthOrzo – Your Health Matters
HealthOrzo – Your Health MattersHealthOrzo – Your Health Matters
HealthOrzo – Your Health Matters
IRJET Journal
 
A Medical Price Prediction System using Boosting Algorithms through Machine L...
A Medical Price Prediction System using Boosting Algorithms through Machine L...A Medical Price Prediction System using Boosting Algorithms through Machine L...
A Medical Price Prediction System using Boosting Algorithms through Machine L...
IRJET Journal
 
Pro Body Tracker
Pro Body TrackerPro Body Tracker
Pro Body Tracker
IRJET Journal
 
Food Recommendation System using Chatbot
Food Recommendation System using ChatbotFood Recommendation System using Chatbot
Food Recommendation System using Chatbot
IRJET Journal
 
IRJET- Breast Cancer Relapse Prognosis by Classic and Modern Structures o...
IRJET-  	  Breast Cancer Relapse Prognosis by Classic and Modern Structures o...IRJET-  	  Breast Cancer Relapse Prognosis by Classic and Modern Structures o...
IRJET- Breast Cancer Relapse Prognosis by Classic and Modern Structures o...
IRJET Journal
 
Health Analyzer System
Health Analyzer SystemHealth Analyzer System
Health Analyzer System
IRJET Journal
 

Similar to IRJET- Diabetes Prediction using Random Forest Classifier and Intelligent Dietician (20)

Fitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial IntelligenceFitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial Intelligence
 
SMART WAIST BELT FOR HEALTH MONITORING
SMART WAIST BELT FOR HEALTH MONITORINGSMART WAIST BELT FOR HEALTH MONITORING
SMART WAIST BELT FOR HEALTH MONITORING
 
DIABETES PROGNOSTICATION UTILIZING MACHINE LEARNING
DIABETES PROGNOSTICATION UTILIZING MACHINE LEARNINGDIABETES PROGNOSTICATION UTILIZING MACHINE LEARNING
DIABETES PROGNOSTICATION UTILIZING MACHINE LEARNING
 
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNINGWEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
 
Health Care System with Smart Assistant
Health Care System with Smart AssistantHealth Care System with Smart Assistant
Health Care System with Smart Assistant
 
IRJET - Prediction and Detection of Diabetes using Machine Learning
IRJET - Prediction and Detection of Diabetes using Machine LearningIRJET - Prediction and Detection of Diabetes using Machine Learning
IRJET - Prediction and Detection of Diabetes using Machine Learning
 
IRJET- Virtual Dietitian: An Android based Application to Provide Diet
IRJET-  	  Virtual Dietitian: An Android based Application to Provide DietIRJET-  	  Virtual Dietitian: An Android based Application to Provide Diet
IRJET- Virtual Dietitian: An Android based Application to Provide Diet
 
IRJET - Medicine Recommendation System
IRJET - Medicine Recommendation SystemIRJET - Medicine Recommendation System
IRJET - Medicine Recommendation System
 
Multiple Disease Prediction System
Multiple Disease Prediction SystemMultiple Disease Prediction System
Multiple Disease Prediction System
 
PREDICTION OF DISEASE WITH MINING ALGORITHMS IN MACHINE LEARNING
PREDICTION OF DISEASE WITH MINING ALGORITHMS IN MACHINE LEARNINGPREDICTION OF DISEASE WITH MINING ALGORITHMS IN MACHINE LEARNING
PREDICTION OF DISEASE WITH MINING ALGORITHMS IN MACHINE LEARNING
 
Smart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningSmart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine Learning
 
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUEDESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
 
Machine Learning Approaches for Diabetes Classification
Machine Learning Approaches for Diabetes ClassificationMachine Learning Approaches for Diabetes Classification
Machine Learning Approaches for Diabetes Classification
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep Learning
 
HealthOrzo – Your Health Matters
HealthOrzo – Your Health MattersHealthOrzo – Your Health Matters
HealthOrzo – Your Health Matters
 
A Medical Price Prediction System using Boosting Algorithms through Machine L...
A Medical Price Prediction System using Boosting Algorithms through Machine L...A Medical Price Prediction System using Boosting Algorithms through Machine L...
A Medical Price Prediction System using Boosting Algorithms through Machine L...
 
Pro Body Tracker
Pro Body TrackerPro Body Tracker
Pro Body Tracker
 
Food Recommendation System using Chatbot
Food Recommendation System using ChatbotFood Recommendation System using Chatbot
Food Recommendation System using Chatbot
 
IRJET- Breast Cancer Relapse Prognosis by Classic and Modern Structures o...
IRJET-  	  Breast Cancer Relapse Prognosis by Classic and Modern Structures o...IRJET-  	  Breast Cancer Relapse Prognosis by Classic and Modern Structures o...
IRJET- Breast Cancer Relapse Prognosis by Classic and Modern Structures o...
 
Health Analyzer System
Health Analyzer SystemHealth Analyzer System
Health Analyzer System
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Accident detection system project report.pdf
Accident detection system project report.pdfAccident detection system project report.pdf
Accident detection system project report.pdf
Kamal Acharya
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
PriyankaKilaniya
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
PreethaV16
 
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
OKORIE1
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
ijaia
 
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptxSENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
b0754201
 
openshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoinopenshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoin
snaprevwdev
 
FULL STACK PROGRAMMING - Both Front End and Back End
FULL STACK PROGRAMMING - Both Front End and Back EndFULL STACK PROGRAMMING - Both Front End and Back End
FULL STACK PROGRAMMING - Both Front End and Back End
PreethaV16
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
Dwarkadas J Sanghvi College of Engineering
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Ericsson LTE Throughput Troubleshooting Techniques.ppt
Ericsson LTE Throughput Troubleshooting Techniques.pptEricsson LTE Throughput Troubleshooting Techniques.ppt
Ericsson LTE Throughput Troubleshooting Techniques.ppt
wafawafa52
 
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
DharmaBanothu
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
aryanpankaj78
 
Levelised Cost of Hydrogen (LCOH) Calculator Manual
Levelised Cost of Hydrogen  (LCOH) Calculator ManualLevelised Cost of Hydrogen  (LCOH) Calculator Manual
Levelised Cost of Hydrogen (LCOH) Calculator Manual
Massimo Talia
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
VANDANAMOHANGOUDA
 
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
vmspraneeth
 
smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...
um7474492
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
Kamal Acharya
 
Bituminous road construction project based learning report
Bituminous road construction project based learning reportBituminous road construction project based learning report
Bituminous road construction project based learning report
CE19KaushlendraKumar
 

Recently uploaded (20)

Accident detection system project report.pdf
Accident detection system project report.pdfAccident detection system project report.pdf
Accident detection system project report.pdf
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
 
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptxSENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
 
openshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoinopenshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoin
 
FULL STACK PROGRAMMING - Both Front End and Back End
FULL STACK PROGRAMMING - Both Front End and Back EndFULL STACK PROGRAMMING - Both Front End and Back End
FULL STACK PROGRAMMING - Both Front End and Back End
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Ericsson LTE Throughput Troubleshooting Techniques.ppt
Ericsson LTE Throughput Troubleshooting Techniques.pptEricsson LTE Throughput Troubleshooting Techniques.ppt
Ericsson LTE Throughput Troubleshooting Techniques.ppt
 
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
 
Levelised Cost of Hydrogen (LCOH) Calculator Manual
Levelised Cost of Hydrogen  (LCOH) Calculator ManualLevelised Cost of Hydrogen  (LCOH) Calculator Manual
Levelised Cost of Hydrogen (LCOH) Calculator Manual
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
 
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
 
smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
 
Bituminous road construction project based learning report
Bituminous road construction project based learning reportBituminous road construction project based learning report
Bituminous road construction project based learning report
 

IRJET- Diabetes Prediction using Random Forest Classifier and Intelligent Dietician

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2155 DIABETES PREDICTION USING RANDOM FOREST CLASSIFIER AND INTELLIGENT DIETICIAN Shivani Singh1, Sonal Bait2, Jayashree Rathod3, Prof. Nileema Pathak4 1Shivani Singh, Dept of Information Technology Engineering, Atharva College of Engineering 2Sonal Bait, Dept of Information Technology Engineering, Atharva College of Engineering 3Jayashree Rathod, Dept of Information Technology Engineering, Atharva College of Engineering 4Prof. Nileema Pathak, Dept. of Information Technology Engineering, Atharva College of Engineering ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - As individuals around the world have aninterestin watching their weight, feeding healthier foods and avoiding food, a system that may live calories and nutrition at meals each day will be terribly helpful for maintaining our health. This system contains basic data on usersheight, weight, ageto calculate BMR and predict diabetes which can be displayed on our system, that is, by performing some exercises and feeding bound food merchandise containing calories and fats. Log in as administrator and user. On-line artificial specializer could be a larva with computing regarding human diets. It acts as a diet authority just like a true specializer. Key Words: AI, Random Forest Algorithm, Diet Plan, Diabetes, BMR, Calories. 1. INTRODUCTION Now a day, a personality being affected by several health issues like fitness drawback, etc. Therefore, we have a tendency to square measure developing this technique for providing special specialist data and correct exercise information for traditional persons. The effective personal dietary tips square measures terribly essential formanaging our health, preventing chronic diseases and therefore the interactive diet designing helps a user to regulate the set up in a better method. Here their square measures 2 persons, the admin and user. The user fills the registration type then login to the system. Once login users ought to fill personal data as well as age, weight, height, gender and exercise level square measure necessary. The system will ask certain questions to user and once user gaveanswer,thesystem will calculate BMR and calories and will also predict whether user will be having diabetes in future or not. And based on that system will suggest daily diet plan touser.Ontheidea of calculated BMR (Basal Metabolic Rate) Artificial specializer can show the correct specializer for logged user. This application suggests the user to what to try and do for instance diet tips, Exercises, etc. Here user will get proper diet plan on his/her generated BMR, Calories and Diabetes Prediction. 2. PROPOSED APPROACH The system can offer the user with computer program wherever the users have to be compelled to register and login consequently. Afterward consumer will specifically login to website. On the off likelihood that consumer has formally listed usually consumer has to build a record utilizing registration kind. The consumer will fill knowledge like Name, Email-id, Password, then forth. From utilizing Username and Password he / she will logintoa system.Once effectively login consumer visits to BMR count structure, consumer has to enter individual knowledge like age, tallness, weight. By, weight the BMI and BMR is no inheritable. As the user will login to the system he/she will be asked certain questions like age, height, weight and also activity level like how much user does exercise in daily life and then will ask about user goal like what he/she wants to do like weight loss or weight gain and then on this answers system will generate BMR and will calculate calories. Also it will predict whether user will be having diabetesinfutureor not. And based on all this system will generate daily diet plan. The aim of our project is to provide a dietsystemwhich generates food diet charts with its details, according the person’s age, weight and diseases. The system provides details about the diet which is recommended by the system. It permits the user to understand concerning his/her actual diet data i.e. what proportion user had calories in their body on this basis system displays physical exercise and food suggestions. This softwaresystemreducesthetimespanand value for knowledgeable advices for diet. This system is exceptionally valuable to eudemonia cares and dietician. 3. METHODOLOGY Machine Learning Machine learning is associate application of AI that has systems the pliability to mechanically learn and improve from expertise whereas not being expressly programmed.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2156 Machine learning focuses on the event of personal computer programs that is ready to access information anduseitlearn for themselves. the Tactic of learning begins with observations or info, like examples, direct experience, or instruction, thus on appear for patterns in info and make higher selections at intervals the primary aim is to allow the computers learn automatically whereas not human intervention or facilitate and alter actions consequently. Machine Learning is that the sphere of study that provides computers the potential to be told whereas not being expressly programmed. Machine Learning is one of the foremost exciting technologies that one would have ever encounter. As a result of it's clear from the name, it provides the computer that that creates it tons of reasonably like humans: the pliability to be told. Machinelearningisactively being utilized these days, perhaps in additional places than one would expect. 4. ALGORITHM USED The Random Forest Classifier Random forest, like its name implies, consistsofanoversized range of individualcall trees that operate asassociatedegree ensemble. Every individual tree within the random forest spits out category prediction and therefore the class withthe foremost votes becomes our model’s prediction (see figure below). VISUALIZATION OF A RANDOM FORESTMODELMAKING A PREDICTION The basic conception behind random forest may be a easy however powerful one – the knowledge of crowds. In knowledge science speak, the rationale that the random forest model works therefore well is: A large range of comparatively unrelated models (trees) operational as a committee can beat out any of the individual constituent models. The low correlation between models is that the key. Similar to however investments with low correlations (like stocks and bonds) close to make a portfolio that’s larger than the total of its elements, unrelated models will turn out ensemble predictionsthatsquaremeasureadditional correct than any of the individual predictions. The rationale for this glorious result is that the trees defend one another from their individual errors (as long as they don’t perpetually all err within the same direction). Whereas some trees could also be wrong, several different trees are going to be right, therefore as a gaggle the trees square measure able to move within the correct direction. That the conditions for random forest to perform well are: 1. There has to be some actual signal in our options in order that models engineered mistreatment those options do higher than random estimation. 2. The predictions (and so the errors) created by the individual trees got to have low correlations with one another. 5. HOW ALGORITHM IS USED Suppose training set is given as: [X1, X2, X3, X4] with corresponding labels as [L1, L2, L3, L4], the random forest might produce three decision trees taking input of subset for example, 1. [X1, X2, X3] 2. [X1, X2, X4] 3. [X2, X3, X4] So finally, it predicts based on the majorityofvotesfromeach of the decision trees made. How does it work on our website? We used TensorFlow & kaggle to create accurate data with the given data set. Dataset will measure all the possible scenarios. Example - The Weight, Height, Exercise theydo,ageandeven gender. How much can a person gain or lose and even the possible BMI, Diabetes Predicted, etc. 6. BLOCK DIAGRAM
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2157 7. RESULT AND DISCUSSION We have implemented BMR by taking inputs age, height and weight then the systems asks how much activities we are doing regularly. Then based on this it calculates BMR, calories and fat intake. It predicts whether user will be having diabetes or not. Once we get at least 80% accuracy after training datasets for about 48 hours, the encoded files will be decrypted and converted intoCSVfilesandusedinthe website. 8. CONCLUSION This system is a nice service for educating users regarding organic systems and supporting the assistance of an oversized quantity of sure info supplied with the assistance of nutritionists. What we have a tendency to do are often adjunct of individuals; they ought to not visit the elite. Thus proposal will facilitate the people with the diet; they’re progressing to not need to visit dieticians. The users square measure getting diet delivered to their screens forthemthat is in a position to avoid wasting timesimilarityasmoneyasa result of the services provided by our system square measure free of value, not like different decisions on the market presently. The top user application square measure built on a automaton platform and internet platform with a simple and economical human device interface. Our application is practice AI thus each and every user will get a made-to-order diet in steps with their needand preferences. REFERENCES [1] Abbas Salimi Lokman, Jasni Mohamad Zain IEEE Paper published An Architectural Design of Virtual Dietitian (ViDi) for diabetic patients, 2017. [2] Shital V. Chavan, S. S. Sambare, Dr. Aniruddha JoshiIEEE Paper published Diet Recommendation based on Prakriti and Season using Fuzzy Ontology and Type-2 Fuzzy Logic, 2018. [3] Fule Wang, Yuan Yuan, Yu Pan, Bin Hu IEEE Paper published Study on the Principles of the Intelligent Diet Arrangement System Based on Multi-agent, 2018. [4] Talapanty Shwetha, Vangari Swetha , Singh Deepali, Gaonkar Vaishnavi,ProfShrikantSanasIJSRCSEITPaper published Artificial IntelligenceDietitianUsingAndroid, 2017. [5] Hitesh Pruthi, Hardik Parvadiya, Varun Rawool, Joel Philip IJRTER Paper Published Artificial Intelligence Dietician, February 2017 [6] Aniket Pathak, Ratan Boddu, Harsh Bhanushali, Amol Kadam IJSRCSEIT Paper published Diet system using modified RETE algorithm, 2018.