SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Academic Information Systems Research (IJAISR)
ISSN: 2643-9026
Vol. 5 Issue 1, January - 2021, Pages: 100-104
www.ijeais.org/ijaisr
100
Analyzing Types of Cantaloupe Using Deep Learning
Mustafa I. Abu-Tahoun
Department Information Technology,
Faculty of Engineering and Information Technology,
Al-Azhar University, Gaza, Palestine
Abstract: The name cantaloupe was derived within the eighteenth century via French cantaloup from Italian Cantalupo, that was
once a apostolical seat close to Rome, once the fruit was introduced there from Hayastan.[3] it absolutely was initial mentioned in
English literature in 1739.[2] The cantaloupe possibly originated in a very region from South Asia to continent.[1] it absolutely
was later introduced to Europe and, around 1890, became a poster crop within the u. s. Melon derived from use in Old French as
meloun throughout the thirteenth century, and from Medieval Latin melonem, a sort of pumpkin.[4] it absolutely was among the
primary plants to be domesticated and cultivated.[2] The South African English name spanspek is alleged to be derived from
Afrikaans Spaanse spek ('Spanish bacon'); purportedly, Sir Harry Smith, a 19th-century governor of province, Ate bacon and eggs
for breakfast, whereas his Spanish-born partner Juana María Diamond State los Dolores Diamond State León Smith most popular
cantaloupe, thus South Africans nicknamed the eponymic fruit Spanish bacon.[3][4] but, the name seems to predate the Smiths
and date to 18th-century Dutch Suriname: J. van Donselaar wrote in 1770, "Spaansch-spek is that the name for the shape that
grows in Dutch Guiana that, thanks to its cutis and small flesh, is a smaller amount consumed. In this paper, machine learning
based approach is presented for identifying type cantaloupe with a dataset that contains 1,312 images use 788 images for training,
196 images for validation and 328 images for testing. A deep learning technique that extensively applied to image recognition was
used. use 80% from image for training and 20% from image for validation.
Keywords: Cantaloupe, Deep Learning, Classification, Detection.
INTRODUCTION:
The cantaloupe may not get as much respect as other fruits, but it should. This tasty, though odd-looking, melon is filled with
nutrients. If you don’t suppose nabbing a cantaloupe on every occasion you hit your grocery store’s turn out section, browse on to
be told why you'll need to re-examine. Adding fruit of any kind to your diet is useful. Cantaloupe, a range of musk melon, may be
a significantly good selection.
Cantaloupe is providing human by many health benefits, below 7 Health benefits:
1. Cantaloupe is a Beta-carotene source which is either converted into vitamin A or acts as a powerful antioxidant to help
fight free radicals that attack cells in your body. Vitamin A is important to:
a. eye health
b. healthy red blood cells
c. a healthy immune system
2. Vitamin C: According to the USDATrusted Source, 1 cup of balled cantaloupe contains over 100 percent of the
recommended daily value (DV) of vitamin C. According to the Mayo Clinic, vitamin C is involved in the production of:
a. blood vessels
b. cartilage
c. muscle
d. collagen in bones
3. Source for Folate: Folate is well-known for preventing neural-tube birth defects like spinal bifida.
a. It may also help:
b. reduce the risk of some cancers.
c. address memory loss due to aging, although more research is needed.
4. Source of water: Like most fruits, cantaloupe has high water content, at almost 90 percent. Eating cantaloupe helps you
stay hydrated throughout the day, which is important for heart health. When you are hydrated, your heart doesn’t have to
work as hard to pump blood. Good hydration also supports:
a. digestion
b. healthy kidneys
c. a healthy blood pressure
5. Source of Fiber The health benefits of fiber go beyond preventing constipation. A high-fiber diet may:
a. reduce your risk of heart disease and diabetes.
b. help you lose weight by making you feel fuller longer.
International Journal of Academic Information Systems Research (IJAISR)
ISSN: 2643-9026
Vol. 5 Issue 1, January - 2021, Pages: 100-104
www.ijeais.org/ijaisr
101
6. Source of Potassium: One wedge of a medium-sized cantaloupe provides 4 percent of your potassium daily value.
Potassium is an essential electrolyte mineral.
7. Source of Other vitamins and minerals: One cup of cantaloupe contains 1.5 grams of protein. It also has small amounts of
many other vitamins and minerals, including:
a. vitamin K
b. niacin
c. choline
d. calcium
e. magnesium
f. phosphorous
g. zinc
h. copper
i. manganese
j. selenium
Deep Learning
Deep learning (also known as deep structured learning or hierarchical learning) is part of a broader family of machine learning
methods based on learning data representations, as opposed to task-specific algorithms. Learning can be supervised,
semisupervised or unsupervised. In deep learning, each level learns to transform its input data into a slightly more abstract and
composite representation. In an image recognition application, the raw input may be a matrix of pixels; the first
representational layer may abstract the pixels and encode edges; the second layer may compose and encode arrangements of
edges; the third layer may encode a nose and eyes; and the fourth layer may recognize that the image contains a face.
Importantly, a deep learning process can learn which features to optimally place in which level on its own. (Of course, this
does not completely obviate the need
for hand-tuning; for example, varying numbers of layers and layer sizes can provide different degrees of abstraction).
Types of Machine Learning Algorithms:
There is more than one dimension of how to define the types of Machine Learning Algorithms but also defined into categories
according to their purpose below are the main categories are the following:
Supervised Learning:
How it works: This algorithm consists of a target / outcome variable (or dependent variable) which is to be predicted from a given
set of predictors (independent variables). Using these set of variables, we generate a function that map inputs to desired outputs.
The training process continues until the model achieves a desired level of accuracy on the training data. Examples of Supervised
Learning: Regression, Decision Tree, Random Forest, KNN, Logistic Regression etc.
International Journal of Academic Information Systems Research (IJAISR)
ISSN: 2643-9026
Vol. 5 Issue 1, January - 2021, Pages: 100-104
www.ijeais.org/ijaisr
102
Unsupervised Learning
How it works: In this algorithm, we do not have any target or outcome variable to predict / estimate. It is used for clustering
population in different groups, which is widely used for segmenting customers in different groups for specific intervention.
Examples of Unsupervised Learning: Apriori algorithm, K-means.
Reinforcement Learning
How it works: Using this algorithm, the machine is trained to make specific decisions. It works this way: the machine is exposed to
an environment where it trains itself continually using trial and error. This machine learns from experience and tries to capture the
best possible knowledge to make accurate business decisions.
Study Objective
Demonstrating the feasibility of using deep convolutional neural networks to classify Type cantaloupe.
Dataset:
Dataset that contains 1,312 images use 788 images for training, 196 images for validation and 328 images for testing. A deep
learning technique that extensively applied to image recognition was used. use 80% from image for training and 20% from
image for validation.
Model:
We used CNN - VGG16 application, As following:
Layer (type) Output Shape Param #
=================================================================
input_1 (InputLayer) (None, 256, 256, 3) 0
_________________________________________________________________
block1_conv1 (Conv2D) (None, 256, 256, 64) 1792
_________________________________________________________________
block1_conv2 (Conv2D) (None, 256, 256, 64) 36928
_________________________________________________________________
block1_pool (MaxPooling2D) (None, 128, 128, 64) 0
_________________________________________________________________
block2_conv1 (Conv2D) (None, 128, 128, 128) 73856
_________________________________________________________________
block2_conv2 (Conv2D) (None, 128, 128, 128) 147584
_________________________________________________________________
block2_pool (MaxPooling2D) (None, 64, 64, 128) 0
_________________________________________________________________
block3_conv1 (Conv2D) (None, 64, 64, 256) 295168
_________________________________________________________________
block3_conv2 (Conv2D) (None, 64, 64, 256) 590080
International Journal of Academic Information Systems Research (IJAISR)
ISSN: 2643-9026
Vol. 5 Issue 1, January - 2021, Pages: 100-104
www.ijeais.org/ijaisr
103
_________________________________________________________________
block3_conv3 (Conv2D) (None, 64, 64, 256) 590080
_________________________________________________________________
block3_pool (MaxPooling2D) (None, 32, 32, 256) 0
_________________________________________________________________
block4_conv1 (Conv2D) (None, 32, 32, 512) 1180160
_________________________________________________________________
block4_conv2 (Conv2D) (None, 32, 32, 512) 2359808
_________________________________________________________________
block4_conv3 (Conv2D) (None, 32, 32, 512) 2359808
_________________________________________________________________
block4_pool (MaxPooling2D) (None, 16, 16, 512) 0
_________________________________________________________________
block5_conv1 (Conv2D) (None, 16, 16, 512) 2359808
_________________________________________________________________
block5_conv2 (Conv2D) (None, 16, 16, 512) 2359808
_________________________________________________________________
block5_conv3 (Conv2D) (None, 16, 16, 512) 2359808
_________________________________________________________________
block5_pool (MaxPooling2D) (None, 8, 8, 512) 0
_________________________________________________________________
global_max_pooling2d_1 (Glob (None, 512) 0
_________________________________________________________________
dense_1 (Dense) (None, 2) 1026
=================================================================
Total params: 14,715,714
Trainable params: 14,715,714
Non-trainable params: 0
__________________________
System Evaluation
Cantaloupe dataset that consists of 1,312 images. We divided the data into training (80%), validation (20%). The results
comes as following:
Conclusion
We proposed a solution to help people determine the type of Cantaloupe, 100% accurately for your best model , builds a
model using deep learning (VGG16) and uses this model to predict the type of cantaloupe.
International Journal of Academic Information Systems Research (IJAISR)
ISSN: 2643-9026
Vol. 5 Issue 1, January - 2021, Pages: 100-104
www.ijeais.org/ijaisr
104
References:
1. Marion Eugene Ensminger; Audrey H. Ensminger (1993). "Cantaloupe". Foods & Nutrition Encyclopedia (2nd Edition, Volume 1 ed.). CRC Press. pp. 329–331. ISBN
084938981X
2. "Melon". Online Etymology Dictionary, Douglas Harper Inc. 2019. Retrieved 3 March 2019.
3. "How did spanspek get its name?". Food Lover's Market. 15 January 2018.
4. Grahl, Bernd (18 December 2015). "How the cantaloupe melon received its name spanspek".
5. https://www.healthline.com/health/food-nutrition/benefits-of-cantaloupe
6. Abu Nada, A. M., et al. (2020). "Age and Gender Prediction and Validation Through Single User Images Using CNN." International Journal of Academic Engineering Research
(IJAER) 4(8): 21-24.
7. Abu Nada, A. M., et al. (2020). "Arabic Text Summarization Using AraBERT Model Using Extractive Text Summarization Approach." International Journal of Academic
Information Systems Research (IJAISR) 4(8): 6-9.
8. Abu-Saqer, M. M., et al. (2020). "Type of Grapefruit Classification Using Deep Learning." International Journal of Academic Information Systems Research (IJAISR) 4(1): 1-5.
9. Afana, M., et al. (2018). "Artificial Neural Network for Forecasting Car Mileage per Gallon in the City." International Journal of Advanced Science and Technology 124: 51-59.
10. Al Barsh, Y. I., et al. (2020). "MPG Prediction Using Artificial Neural Network." International Journal of Academic Information Systems Research (IJAISR) 4(11): 7-16.
11. Alajrami, E., et al. (2019). "Blood Donation Prediction using Artificial Neural Network." International Journal of Academic Engineering Research (IJAER) 3(10): 1-7.
12. Alajrami, E., et al. (2020). "Handwritten Signature Verification using Deep Learning." International Journal of Academic Multidisciplinary Research (IJAMR) 3(12): 39-44.
13. Al-Araj, R. S. A., et al. (2020). "Classification of Animal Species Using Neural Network." International Journal of Academic Engineering Research (IJAER) 4(10): 23-31.
14. Al-Atrash, Y. E., et al. (2020). "Modeling Cognitive Development of the Balance Scale Task Using ANN." International Journal of Academic Information Systems Research
(IJAISR) 4(9): 74-81.
15. Alghoul, A., et al. (2018). "Email Classification Using Artificial Neural Network." International Journal of Academic Engineering Research (IJAER) 2(11): 8-14.
16. Al-Kahlout, M. M., et al. (2020). "Neural Network Approach to Predict Forest Fires using Meteorological Data." International Journal of Academic Engineering Research (IJAER)
4(9): 68-72.
17. Alkronz, E. S., et al. (2019). "Prediction of Whether Mushroom is Edible or Poisonous Using Back-propagation Neural Network." International Journal of Academic and Applied
Research (IJAAR) 3(2): 1-8.
18. Al-Madhoun, O. S. E.-D., et al. (2020). "Low Birth Weight Prediction Using JNN." International Journal of Academic Health and Medical Research (IJAHMR) 4(11): 8-14.
19. Al-Massri, R., et al. (2018). "Classification Prediction of SBRCTs Cancers Using Artificial Neural Network." International Journal of Academic Engineering Research (IJAER)
2(11): 1-7.
20. Al-Mobayed, A. A., et al. (2020). "Artificial Neural Network for Predicting Car Performance Using JNN." International Journal of Engineering and Information Systems (IJEAIS)
4(9): 139-145.
21. Al-Mubayyed, O. M., et al. (2019). "Predicting Overall Car Performance Using Artificial Neural Network." International Journal of Academic and Applied Research (IJAAR) 3(1):
1-5.
22. Alshawwa, I. A., et al. (2020). "Analyzing Types of Cherry Using Deep Learning." International Journal of Academic Engineering Research (IJAER) 4(1): 1-5.
23. Al-Shawwa, M., et al. (2018). "Predicting Temperature and Humidity in the Surrounding Environment Using Artificial Neural Network." International Journal of Academic
Pedagogical Research (IJAPR) 2(9): 1-6.
24. Ashqar, B. A., et al. (2019). "Plant Seedlings Classification Using Deep Learning." International Journal of Academic Information Systems Research (IJAISR) 3(1): 7-14.
25. Bakr, M. A. H. A., et al. (2020). "Breast Cancer Prediction using JNN." International Journal of Academic Information Systems Research (IJAISR) 4(10): 1-8.
26. Barhoom, A. M., et al. (2019). "Predicting Titanic Survivors using Artificial Neural Network." International Journal of Academic Engineering Research (IJAER) 3(9): 8-12.
27. Belbeisi, H. Z., et al. (2020). "Effect of Oxygen Consumption of Thylakoid Membranes (Chloroplasts) From Spinach after Inhibition Using JNN." International Journal of
Academic Health and Medical Research (IJAHMR) 4(11): 1-7.
28. Dalffa, M. A., et al. (2019). "Tic-Tac-Toe Learning Using Artificial Neural Networks." International Journal of Engineering and Information Systems (IJEAIS) 3(2): 9-19.
29. Dawood, K. J., et al. (2020). "Artificial Neural Network for Mushroom Prediction." International Journal of Academic Information Systems Research (IJAISR) 4(10): 9-17.
30. Dheir, I. M., et al. (2020). "Classifying Nuts Types Using Convolutional Neural Network." International Journal of Academic Information Systems Research (IJAISR) 3(12): 12-18.
31. El-Khatib, M. J., et al. (2019). "Glass Classification Using Artificial Neural Network." International Journal of Academic Pedagogical Research (IJAPR) 3(2): 25-31.
32. El-Mahelawi, J. K., et al. (2020). "Tumor Classification Using Artificial Neural Networks." International Journal of Academic Engineering Research (IJAER) 4(11): 8-15.
33. El-Mashharawi, H. Q., et al. (2020). "Grape Type Classification Using Deep Learning." International Journal of Academic Engineering Research (IJAER) 3(12): 41-45.
34. Elzamly, A., et al. (2015). "Classification of Software Risks with Discriminant Analysis Techniques in Software planning Development Process." International Journal of Advanced
Science and Technology 81: 35-48.
35. Elzamly, A., et al. (2015). "Predicting Software Analysis Process Risks Using Linear Stepwise Discriminant Analysis: Statistical Methods." Int. J. Adv. Inf. Sci. Technol 38(38):
108-115.
36. Elzamly, A., et al. (2017). "Predicting Critical Cloud Computing Security Issues using Artificial Neural Network (ANNs) Algorithms in Banking Organizations." International
Journal of Information Technology and Electrical Engineering 6(2): 40-45.
37. Habib, N. S., et al. (2020). "Presence of Amphibian Species Prediction Using Features Obtained from GIS and Satellite Images." International Journal of Academic and Applied
Research (IJAAR) 4(11): 13-22.
38. Harz, H. H., et al. (2020). "Artificial Neural Network for Predicting Diabetes Using JNN." International Journal of Academic Engineering Research (IJAER) 4(10): 14-22.
39. Hassanein, R. A. A., et al. (2020). "Artificial Neural Network for Predicting Workplace Absenteeism." International Journal of Academic Engineering Research (IJAER) 4(9): 62-
67.
40. Heriz, H. H., et al. (2018). "English Alphabet Prediction Using Artificial Neural Networks." International Journal of Academic Pedagogical Research (IJAPR) 2(11): 8-14.
41. Jaber, A. S., et al. (2020). "Evolving Efficient Classification Patterns in Lymphography Using EasyNN." International Journal of Academic Information Systems Research (IJAISR)
4(9): 66-73.
42. Kashf, D. W. A., et al. (2018). "Predicting DNA Lung Cancer using Artificial Neural Network." International Journal of Academic Pedagogical Research (IJAPR) 2(10): 6-13.
43. Khalil, A. J., et al. (2019). "Energy Efficiency Predicting using Artificial Neural Network." International Journal of Academic Pedagogical Research (IJAPR) 3(9): 1-8.
44. Kweik, O. M. A., et al. (2020). "Artificial Neural Network for Lung Cancer Detection." International Journal of Academic Engineering Research (IJAER) 4(11): 1-7.
45. Maghari, A. M., et al. (2020). "Books’ Rating Prediction Using Just Neural Network." International Journal of Engineering and Information Systems (IJEAIS) 4(10): 17-22.
46. Mettleq, A. S. A., et al. (2020). "Mango Classification Using Deep Learning." International Journal of Academic Engineering Research (IJAER) 3(12): 22-29.
47. Metwally, N. F., et al. (2018). "Diagnosis of Hepatitis Virus Using Artificial Neural Network." International Journal of Academic Pedagogical Research (IJAPR) 2(11): 1-7.
48. Mohammed, G. R., et al. (2020). "Predicting the Age of Abalone from Physical Measurements Using Artificial Neural Network." International Journal of Academic and Applied
Research (IJAAR) 4(11): 7-12.
49. Musleh, M. M., et al. (2019). "Predicting Liver Patients using Artificial Neural Network." International Journal of Academic Information Systems Research (IJAISR) 3(10): 1-11.
50. Oriban, A. J. A., et al. (2020). "Antibiotic Susceptibility Prediction Using JNN." International Journal of Academic Information Systems Research (IJAISR) 4(11): 1-6.
51. Qwaider, S. R., et al. (2020). "Artificial Neural Network Prediction of the Academic Warning of Students in the Faculty of Engineering and Information Technology in Al-Azhar
University-Gaza." International Journal of Academic Information Systems Research (IJAISR) 4(8): 16-22.
52. Sadek, R. M., et al. (2019). "Parkinson’s Disease Prediction Using Artificial Neural Network."International Journal of Academic Health and Medical Research (IJAHMR) 3(1): 1-8.
53. Salah, M., et al. (2018). "Predicting Medical Expenses Using Artificial Neural Network." International Journal of Engineering and Information Systems (IJEAIS) 2(20): 11-17.
54. Salman, F. M., et al. (2020). "COVID-19 Detection using Artificial Intelligence." International Journal of Academic Engineering Research (IJAER) 4(3): 18-25.
55. Samra, M. N. A., et al. (2020). "ANN Model for Predicting Protein Localization Sites in Cells." International Journal of Academic and Applied Research (IJAAR) 4(9): 43-50.
56. Shawarib, M. Z. A., et al. (2020). "Breast Cancer Diagnosis and Survival Prediction Using JNN."International Journal of Engineering and Information Systems (IJEAIS) 4(10): 23-
30.
57. Zaqout, I., et al. (2015). "Predicting Student Performance Using Artificial Neural Network: in the Faculty of Engineering and Information Technology." International Journal of
Hybrid Information Technology 8(2): 221-228.

More Related Content

Similar to 28 01-2021-11

Final Year Project CHP 1& 2 CHENAI MAKOKO.docx
Final Year Project CHP 1& 2 CHENAI MAKOKO.docxFinal Year Project CHP 1& 2 CHENAI MAKOKO.docx
Final Year Project CHP 1& 2 CHENAI MAKOKO.docxChenaiMartha
 
Convolutional Neural Network for Leaf and citrus fruit disease identification...
Convolutional Neural Network for Leaf and citrus fruit disease identification...Convolutional Neural Network for Leaf and citrus fruit disease identification...
Convolutional Neural Network for Leaf and citrus fruit disease identification...IRJET Journal
 
Final Year Project CHP
Final Year Project CHP Final Year Project CHP
Final Year Project CHP ChenaiMartha
 
Design and Implementation of an Expert Diet Prescription System
Design and Implementation of an Expert Diet Prescription SystemDesign and Implementation of an Expert Diet Prescription System
Design and Implementation of an Expert Diet Prescription SystemWaqas Tariq
 
Machine learning and types
Machine learning and typesMachine learning and types
Machine learning and typesPadma Metta
 
CNN for Mango diseases detection.docx
CNN for Mango diseases detection.docxCNN for Mango diseases detection.docx
CNN for Mango diseases detection.docxDejeneDagime1
 
Presentation Template (IT Department).pptx
Presentation Template (IT Department).pptxPresentation Template (IT Department).pptx
Presentation Template (IT Department).pptxAmanSingh517128
 
Determination of Various Diseases in Two Most Consumed Fruits using Artificia...
Determination of Various Diseases in Two Most Consumed Fruits using Artificia...Determination of Various Diseases in Two Most Consumed Fruits using Artificia...
Determination of Various Diseases in Two Most Consumed Fruits using Artificia...ijtsrd
 
Melanoma Skin Cancer Detection using Image Processing and Machine Learning
Melanoma Skin Cancer Detection using Image Processing and Machine LearningMelanoma Skin Cancer Detection using Image Processing and Machine Learning
Melanoma Skin Cancer Detection using Image Processing and Machine Learningijtsrd
 
Mini Pro PPT.pptx
Mini Pro PPT.pptxMini Pro PPT.pptx
Mini Pro PPT.pptxToMuCh
 
Crop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural NetworkCrop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural Networkijtsrd
 
A Novel Deep Learning-Based Hybrid Method for the Determination of Productivi...
A Novel Deep Learning-Based Hybrid Method for the Determination of Productivi...A Novel Deep Learning-Based Hybrid Method for the Determination of Productivi...
A Novel Deep Learning-Based Hybrid Method for the Determination of Productivi...Shakas Technologies
 
QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM
QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM
QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM ijscai
 
QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM
 QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM  QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM
QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM ijscai
 
FRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCE
FRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCEFRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCE
FRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCEIRJET Journal
 
Disease Identification and Detection in Apple Tree
Disease Identification and Detection in Apple TreeDisease Identification and Detection in Apple Tree
Disease Identification and Detection in Apple Treeijtsrd
 
Machine Learning Final presentation
Machine Learning Final presentation Machine Learning Final presentation
Machine Learning Final presentation AyanaRukasar
 
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEMPLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEMIRJET Journal
 

Similar to 28 01-2021-11 (20)

Final Year Project CHP 1& 2 CHENAI MAKOKO.docx
Final Year Project CHP 1& 2 CHENAI MAKOKO.docxFinal Year Project CHP 1& 2 CHENAI MAKOKO.docx
Final Year Project CHP 1& 2 CHENAI MAKOKO.docx
 
Convolutional Neural Network for Leaf and citrus fruit disease identification...
Convolutional Neural Network for Leaf and citrus fruit disease identification...Convolutional Neural Network for Leaf and citrus fruit disease identification...
Convolutional Neural Network for Leaf and citrus fruit disease identification...
 
Final Year Project CHP
Final Year Project CHP Final Year Project CHP
Final Year Project CHP
 
Design and Implementation of an Expert Diet Prescription System
Design and Implementation of an Expert Diet Prescription SystemDesign and Implementation of an Expert Diet Prescription System
Design and Implementation of an Expert Diet Prescription System
 
Machine learning and types
Machine learning and typesMachine learning and types
Machine learning and types
 
CNN for Mango diseases detection.docx
CNN for Mango diseases detection.docxCNN for Mango diseases detection.docx
CNN for Mango diseases detection.docx
 
Presentation Template (IT Department).pptx
Presentation Template (IT Department).pptxPresentation Template (IT Department).pptx
Presentation Template (IT Department).pptx
 
Determination of Various Diseases in Two Most Consumed Fruits using Artificia...
Determination of Various Diseases in Two Most Consumed Fruits using Artificia...Determination of Various Diseases in Two Most Consumed Fruits using Artificia...
Determination of Various Diseases in Two Most Consumed Fruits using Artificia...
 
Melanoma Skin Cancer Detection using Image Processing and Machine Learning
Melanoma Skin Cancer Detection using Image Processing and Machine LearningMelanoma Skin Cancer Detection using Image Processing and Machine Learning
Melanoma Skin Cancer Detection using Image Processing and Machine Learning
 
Mini Pro PPT.pptx
Mini Pro PPT.pptxMini Pro PPT.pptx
Mini Pro PPT.pptx
 
Crop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural NetworkCrop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural Network
 
A Novel Deep Learning-Based Hybrid Method for the Determination of Productivi...
A Novel Deep Learning-Based Hybrid Method for the Determination of Productivi...A Novel Deep Learning-Based Hybrid Method for the Determination of Productivi...
A Novel Deep Learning-Based Hybrid Method for the Determination of Productivi...
 
Sample
SampleSample
Sample
 
QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM
QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM
QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM
 
QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM
 QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM  QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM
QUALITY IDENTIFICATION OF ENDEMIC PAGARALAM SALAK FRUIT USING EXPERT SYSTEM
 
FRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCE
FRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCEFRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCE
FRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCE
 
Disease Identification and Detection in Apple Tree
Disease Identification and Detection in Apple TreeDisease Identification and Detection in Apple Tree
Disease Identification and Detection in Apple Tree
 
Ai iui diui article
Ai iui diui articleAi iui diui article
Ai iui diui article
 
Machine Learning Final presentation
Machine Learning Final presentation Machine Learning Final presentation
Machine Learning Final presentation
 
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEMPLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
 

Recently uploaded

How to Check GPS Location with a Live Tracker in Pakistan
How to Check GPS Location with a Live Tracker in PakistanHow to Check GPS Location with a Live Tracker in Pakistan
How to Check GPS Location with a Live Tracker in Pakistandanishmna97
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsLeah Henrickson
 
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdfFrisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdfAnubhavMangla3
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewDianaGray10
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxMarkSteadman7
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightSafe Software
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentationyogeshlabana357357
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch TuesdayIvanti
 
Microsoft BitLocker Bypass Attack Method.pdf
Microsoft BitLocker Bypass Attack Method.pdfMicrosoft BitLocker Bypass Attack Method.pdf
Microsoft BitLocker Bypass Attack Method.pdfOverkill Security
 
Event-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingEvent-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingScyllaDB
 
الأمن السيبراني - ما لا يسع للمستخدم جهله
الأمن السيبراني - ما لا يسع للمستخدم جهلهالأمن السيبراني - ما لا يسع للمستخدم جهله
الأمن السيبراني - ما لا يسع للمستخدم جهلهMohamed Sweelam
 
State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!Memoori
 
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...ScyllaDB
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireExakis Nelite
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data SciencePaolo Missier
 
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxFIDO Alliance
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTopCSSGallery
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfSrushith Repakula
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...panagenda
 

Recently uploaded (20)

How to Check GPS Location with a Live Tracker in Pakistan
How to Check GPS Location with a Live Tracker in PakistanHow to Check GPS Location with a Live Tracker in Pakistan
How to Check GPS Location with a Live Tracker in Pakistan
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdfFrisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overview
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptx
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentation
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch Tuesday
 
Microsoft BitLocker Bypass Attack Method.pdf
Microsoft BitLocker Bypass Attack Method.pdfMicrosoft BitLocker Bypass Attack Method.pdf
Microsoft BitLocker Bypass Attack Method.pdf
 
Event-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingEvent-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream Processing
 
الأمن السيبراني - ما لا يسع للمستخدم جهله
الأمن السيبراني - ما لا يسع للمستخدم جهلهالأمن السيبراني - ما لا يسع للمستخدم جهله
الأمن السيبراني - ما لا يسع للمستخدم جهله
 
State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!
 
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - Questionnaire
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data Science
 
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development Companies
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 

28 01-2021-11

  • 1. International Journal of Academic Information Systems Research (IJAISR) ISSN: 2643-9026 Vol. 5 Issue 1, January - 2021, Pages: 100-104 www.ijeais.org/ijaisr 100 Analyzing Types of Cantaloupe Using Deep Learning Mustafa I. Abu-Tahoun Department Information Technology, Faculty of Engineering and Information Technology, Al-Azhar University, Gaza, Palestine Abstract: The name cantaloupe was derived within the eighteenth century via French cantaloup from Italian Cantalupo, that was once a apostolical seat close to Rome, once the fruit was introduced there from Hayastan.[3] it absolutely was initial mentioned in English literature in 1739.[2] The cantaloupe possibly originated in a very region from South Asia to continent.[1] it absolutely was later introduced to Europe and, around 1890, became a poster crop within the u. s. Melon derived from use in Old French as meloun throughout the thirteenth century, and from Medieval Latin melonem, a sort of pumpkin.[4] it absolutely was among the primary plants to be domesticated and cultivated.[2] The South African English name spanspek is alleged to be derived from Afrikaans Spaanse spek ('Spanish bacon'); purportedly, Sir Harry Smith, a 19th-century governor of province, Ate bacon and eggs for breakfast, whereas his Spanish-born partner Juana María Diamond State los Dolores Diamond State León Smith most popular cantaloupe, thus South Africans nicknamed the eponymic fruit Spanish bacon.[3][4] but, the name seems to predate the Smiths and date to 18th-century Dutch Suriname: J. van Donselaar wrote in 1770, "Spaansch-spek is that the name for the shape that grows in Dutch Guiana that, thanks to its cutis and small flesh, is a smaller amount consumed. In this paper, machine learning based approach is presented for identifying type cantaloupe with a dataset that contains 1,312 images use 788 images for training, 196 images for validation and 328 images for testing. A deep learning technique that extensively applied to image recognition was used. use 80% from image for training and 20% from image for validation. Keywords: Cantaloupe, Deep Learning, Classification, Detection. INTRODUCTION: The cantaloupe may not get as much respect as other fruits, but it should. This tasty, though odd-looking, melon is filled with nutrients. If you don’t suppose nabbing a cantaloupe on every occasion you hit your grocery store’s turn out section, browse on to be told why you'll need to re-examine. Adding fruit of any kind to your diet is useful. Cantaloupe, a range of musk melon, may be a significantly good selection. Cantaloupe is providing human by many health benefits, below 7 Health benefits: 1. Cantaloupe is a Beta-carotene source which is either converted into vitamin A or acts as a powerful antioxidant to help fight free radicals that attack cells in your body. Vitamin A is important to: a. eye health b. healthy red blood cells c. a healthy immune system 2. Vitamin C: According to the USDATrusted Source, 1 cup of balled cantaloupe contains over 100 percent of the recommended daily value (DV) of vitamin C. According to the Mayo Clinic, vitamin C is involved in the production of: a. blood vessels b. cartilage c. muscle d. collagen in bones 3. Source for Folate: Folate is well-known for preventing neural-tube birth defects like spinal bifida. a. It may also help: b. reduce the risk of some cancers. c. address memory loss due to aging, although more research is needed. 4. Source of water: Like most fruits, cantaloupe has high water content, at almost 90 percent. Eating cantaloupe helps you stay hydrated throughout the day, which is important for heart health. When you are hydrated, your heart doesn’t have to work as hard to pump blood. Good hydration also supports: a. digestion b. healthy kidneys c. a healthy blood pressure 5. Source of Fiber The health benefits of fiber go beyond preventing constipation. A high-fiber diet may: a. reduce your risk of heart disease and diabetes. b. help you lose weight by making you feel fuller longer.
  • 2. International Journal of Academic Information Systems Research (IJAISR) ISSN: 2643-9026 Vol. 5 Issue 1, January - 2021, Pages: 100-104 www.ijeais.org/ijaisr 101 6. Source of Potassium: One wedge of a medium-sized cantaloupe provides 4 percent of your potassium daily value. Potassium is an essential electrolyte mineral. 7. Source of Other vitamins and minerals: One cup of cantaloupe contains 1.5 grams of protein. It also has small amounts of many other vitamins and minerals, including: a. vitamin K b. niacin c. choline d. calcium e. magnesium f. phosphorous g. zinc h. copper i. manganese j. selenium Deep Learning Deep learning (also known as deep structured learning or hierarchical learning) is part of a broader family of machine learning methods based on learning data representations, as opposed to task-specific algorithms. Learning can be supervised, semisupervised or unsupervised. In deep learning, each level learns to transform its input data into a slightly more abstract and composite representation. In an image recognition application, the raw input may be a matrix of pixels; the first representational layer may abstract the pixels and encode edges; the second layer may compose and encode arrangements of edges; the third layer may encode a nose and eyes; and the fourth layer may recognize that the image contains a face. Importantly, a deep learning process can learn which features to optimally place in which level on its own. (Of course, this does not completely obviate the need for hand-tuning; for example, varying numbers of layers and layer sizes can provide different degrees of abstraction). Types of Machine Learning Algorithms: There is more than one dimension of how to define the types of Machine Learning Algorithms but also defined into categories according to their purpose below are the main categories are the following: Supervised Learning: How it works: This algorithm consists of a target / outcome variable (or dependent variable) which is to be predicted from a given set of predictors (independent variables). Using these set of variables, we generate a function that map inputs to desired outputs. The training process continues until the model achieves a desired level of accuracy on the training data. Examples of Supervised Learning: Regression, Decision Tree, Random Forest, KNN, Logistic Regression etc.
  • 3. International Journal of Academic Information Systems Research (IJAISR) ISSN: 2643-9026 Vol. 5 Issue 1, January - 2021, Pages: 100-104 www.ijeais.org/ijaisr 102 Unsupervised Learning How it works: In this algorithm, we do not have any target or outcome variable to predict / estimate. It is used for clustering population in different groups, which is widely used for segmenting customers in different groups for specific intervention. Examples of Unsupervised Learning: Apriori algorithm, K-means. Reinforcement Learning How it works: Using this algorithm, the machine is trained to make specific decisions. It works this way: the machine is exposed to an environment where it trains itself continually using trial and error. This machine learns from experience and tries to capture the best possible knowledge to make accurate business decisions. Study Objective Demonstrating the feasibility of using deep convolutional neural networks to classify Type cantaloupe. Dataset: Dataset that contains 1,312 images use 788 images for training, 196 images for validation and 328 images for testing. A deep learning technique that extensively applied to image recognition was used. use 80% from image for training and 20% from image for validation. Model: We used CNN - VGG16 application, As following: Layer (type) Output Shape Param # ================================================================= input_1 (InputLayer) (None, 256, 256, 3) 0 _________________________________________________________________ block1_conv1 (Conv2D) (None, 256, 256, 64) 1792 _________________________________________________________________ block1_conv2 (Conv2D) (None, 256, 256, 64) 36928 _________________________________________________________________ block1_pool (MaxPooling2D) (None, 128, 128, 64) 0 _________________________________________________________________ block2_conv1 (Conv2D) (None, 128, 128, 128) 73856 _________________________________________________________________ block2_conv2 (Conv2D) (None, 128, 128, 128) 147584 _________________________________________________________________ block2_pool (MaxPooling2D) (None, 64, 64, 128) 0 _________________________________________________________________ block3_conv1 (Conv2D) (None, 64, 64, 256) 295168 _________________________________________________________________ block3_conv2 (Conv2D) (None, 64, 64, 256) 590080
  • 4. International Journal of Academic Information Systems Research (IJAISR) ISSN: 2643-9026 Vol. 5 Issue 1, January - 2021, Pages: 100-104 www.ijeais.org/ijaisr 103 _________________________________________________________________ block3_conv3 (Conv2D) (None, 64, 64, 256) 590080 _________________________________________________________________ block3_pool (MaxPooling2D) (None, 32, 32, 256) 0 _________________________________________________________________ block4_conv1 (Conv2D) (None, 32, 32, 512) 1180160 _________________________________________________________________ block4_conv2 (Conv2D) (None, 32, 32, 512) 2359808 _________________________________________________________________ block4_conv3 (Conv2D) (None, 32, 32, 512) 2359808 _________________________________________________________________ block4_pool (MaxPooling2D) (None, 16, 16, 512) 0 _________________________________________________________________ block5_conv1 (Conv2D) (None, 16, 16, 512) 2359808 _________________________________________________________________ block5_conv2 (Conv2D) (None, 16, 16, 512) 2359808 _________________________________________________________________ block5_conv3 (Conv2D) (None, 16, 16, 512) 2359808 _________________________________________________________________ block5_pool (MaxPooling2D) (None, 8, 8, 512) 0 _________________________________________________________________ global_max_pooling2d_1 (Glob (None, 512) 0 _________________________________________________________________ dense_1 (Dense) (None, 2) 1026 ================================================================= Total params: 14,715,714 Trainable params: 14,715,714 Non-trainable params: 0 __________________________ System Evaluation Cantaloupe dataset that consists of 1,312 images. We divided the data into training (80%), validation (20%). The results comes as following: Conclusion We proposed a solution to help people determine the type of Cantaloupe, 100% accurately for your best model , builds a model using deep learning (VGG16) and uses this model to predict the type of cantaloupe.
  • 5. International Journal of Academic Information Systems Research (IJAISR) ISSN: 2643-9026 Vol. 5 Issue 1, January - 2021, Pages: 100-104 www.ijeais.org/ijaisr 104 References: 1. Marion Eugene Ensminger; Audrey H. Ensminger (1993). "Cantaloupe". Foods & Nutrition Encyclopedia (2nd Edition, Volume 1 ed.). CRC Press. pp. 329–331. ISBN 084938981X 2. "Melon". Online Etymology Dictionary, Douglas Harper Inc. 2019. Retrieved 3 March 2019. 3. "How did spanspek get its name?". Food Lover's Market. 15 January 2018. 4. Grahl, Bernd (18 December 2015). "How the cantaloupe melon received its name spanspek". 5. https://www.healthline.com/health/food-nutrition/benefits-of-cantaloupe 6. Abu Nada, A. M., et al. (2020). "Age and Gender Prediction and Validation Through Single User Images Using CNN." International Journal of Academic Engineering Research (IJAER) 4(8): 21-24. 7. Abu Nada, A. M., et al. (2020). "Arabic Text Summarization Using AraBERT Model Using Extractive Text Summarization Approach." International Journal of Academic Information Systems Research (IJAISR) 4(8): 6-9. 8. Abu-Saqer, M. M., et al. (2020). "Type of Grapefruit Classification Using Deep Learning." International Journal of Academic Information Systems Research (IJAISR) 4(1): 1-5. 9. Afana, M., et al. (2018). "Artificial Neural Network for Forecasting Car Mileage per Gallon in the City." International Journal of Advanced Science and Technology 124: 51-59. 10. Al Barsh, Y. I., et al. (2020). "MPG Prediction Using Artificial Neural Network." International Journal of Academic Information Systems Research (IJAISR) 4(11): 7-16. 11. Alajrami, E., et al. (2019). "Blood Donation Prediction using Artificial Neural Network." International Journal of Academic Engineering Research (IJAER) 3(10): 1-7. 12. Alajrami, E., et al. (2020). "Handwritten Signature Verification using Deep Learning." International Journal of Academic Multidisciplinary Research (IJAMR) 3(12): 39-44. 13. Al-Araj, R. S. A., et al. (2020). "Classification of Animal Species Using Neural Network." International Journal of Academic Engineering Research (IJAER) 4(10): 23-31. 14. Al-Atrash, Y. E., et al. (2020). "Modeling Cognitive Development of the Balance Scale Task Using ANN." International Journal of Academic Information Systems Research (IJAISR) 4(9): 74-81. 15. Alghoul, A., et al. (2018). "Email Classification Using Artificial Neural Network." International Journal of Academic Engineering Research (IJAER) 2(11): 8-14. 16. Al-Kahlout, M. M., et al. (2020). "Neural Network Approach to Predict Forest Fires using Meteorological Data." International Journal of Academic Engineering Research (IJAER) 4(9): 68-72. 17. Alkronz, E. S., et al. (2019). "Prediction of Whether Mushroom is Edible or Poisonous Using Back-propagation Neural Network." International Journal of Academic and Applied Research (IJAAR) 3(2): 1-8. 18. Al-Madhoun, O. S. E.-D., et al. (2020). "Low Birth Weight Prediction Using JNN." International Journal of Academic Health and Medical Research (IJAHMR) 4(11): 8-14. 19. Al-Massri, R., et al. (2018). "Classification Prediction of SBRCTs Cancers Using Artificial Neural Network." International Journal of Academic Engineering Research (IJAER) 2(11): 1-7. 20. Al-Mobayed, A. A., et al. (2020). "Artificial Neural Network for Predicting Car Performance Using JNN." International Journal of Engineering and Information Systems (IJEAIS) 4(9): 139-145. 21. Al-Mubayyed, O. M., et al. (2019). "Predicting Overall Car Performance Using Artificial Neural Network." International Journal of Academic and Applied Research (IJAAR) 3(1): 1-5. 22. Alshawwa, I. A., et al. (2020). "Analyzing Types of Cherry Using Deep Learning." International Journal of Academic Engineering Research (IJAER) 4(1): 1-5. 23. Al-Shawwa, M., et al. (2018). "Predicting Temperature and Humidity in the Surrounding Environment Using Artificial Neural Network." International Journal of Academic Pedagogical Research (IJAPR) 2(9): 1-6. 24. Ashqar, B. A., et al. (2019). "Plant Seedlings Classification Using Deep Learning." International Journal of Academic Information Systems Research (IJAISR) 3(1): 7-14. 25. Bakr, M. A. H. A., et al. (2020). "Breast Cancer Prediction using JNN." International Journal of Academic Information Systems Research (IJAISR) 4(10): 1-8. 26. Barhoom, A. M., et al. (2019). "Predicting Titanic Survivors using Artificial Neural Network." International Journal of Academic Engineering Research (IJAER) 3(9): 8-12. 27. Belbeisi, H. Z., et al. (2020). "Effect of Oxygen Consumption of Thylakoid Membranes (Chloroplasts) From Spinach after Inhibition Using JNN." International Journal of Academic Health and Medical Research (IJAHMR) 4(11): 1-7. 28. Dalffa, M. A., et al. (2019). "Tic-Tac-Toe Learning Using Artificial Neural Networks." International Journal of Engineering and Information Systems (IJEAIS) 3(2): 9-19. 29. Dawood, K. J., et al. (2020). "Artificial Neural Network for Mushroom Prediction." International Journal of Academic Information Systems Research (IJAISR) 4(10): 9-17. 30. Dheir, I. M., et al. (2020). "Classifying Nuts Types Using Convolutional Neural Network." International Journal of Academic Information Systems Research (IJAISR) 3(12): 12-18. 31. El-Khatib, M. J., et al. (2019). "Glass Classification Using Artificial Neural Network." International Journal of Academic Pedagogical Research (IJAPR) 3(2): 25-31. 32. El-Mahelawi, J. K., et al. (2020). "Tumor Classification Using Artificial Neural Networks." International Journal of Academic Engineering Research (IJAER) 4(11): 8-15. 33. El-Mashharawi, H. Q., et al. (2020). "Grape Type Classification Using Deep Learning." International Journal of Academic Engineering Research (IJAER) 3(12): 41-45. 34. Elzamly, A., et al. (2015). "Classification of Software Risks with Discriminant Analysis Techniques in Software planning Development Process." International Journal of Advanced Science and Technology 81: 35-48. 35. Elzamly, A., et al. (2015). "Predicting Software Analysis Process Risks Using Linear Stepwise Discriminant Analysis: Statistical Methods." Int. J. Adv. Inf. Sci. Technol 38(38): 108-115. 36. Elzamly, A., et al. (2017). "Predicting Critical Cloud Computing Security Issues using Artificial Neural Network (ANNs) Algorithms in Banking Organizations." International Journal of Information Technology and Electrical Engineering 6(2): 40-45. 37. Habib, N. S., et al. (2020). "Presence of Amphibian Species Prediction Using Features Obtained from GIS and Satellite Images." International Journal of Academic and Applied Research (IJAAR) 4(11): 13-22. 38. Harz, H. H., et al. (2020). "Artificial Neural Network for Predicting Diabetes Using JNN." International Journal of Academic Engineering Research (IJAER) 4(10): 14-22. 39. Hassanein, R. A. A., et al. (2020). "Artificial Neural Network for Predicting Workplace Absenteeism." International Journal of Academic Engineering Research (IJAER) 4(9): 62- 67. 40. Heriz, H. H., et al. (2018). "English Alphabet Prediction Using Artificial Neural Networks." International Journal of Academic Pedagogical Research (IJAPR) 2(11): 8-14. 41. Jaber, A. S., et al. (2020). "Evolving Efficient Classification Patterns in Lymphography Using EasyNN." International Journal of Academic Information Systems Research (IJAISR) 4(9): 66-73. 42. Kashf, D. W. A., et al. (2018). "Predicting DNA Lung Cancer using Artificial Neural Network." International Journal of Academic Pedagogical Research (IJAPR) 2(10): 6-13. 43. Khalil, A. J., et al. (2019). "Energy Efficiency Predicting using Artificial Neural Network." International Journal of Academic Pedagogical Research (IJAPR) 3(9): 1-8. 44. Kweik, O. M. A., et al. (2020). "Artificial Neural Network for Lung Cancer Detection." International Journal of Academic Engineering Research (IJAER) 4(11): 1-7. 45. Maghari, A. M., et al. (2020). "Books’ Rating Prediction Using Just Neural Network." International Journal of Engineering and Information Systems (IJEAIS) 4(10): 17-22. 46. Mettleq, A. S. A., et al. (2020). "Mango Classification Using Deep Learning." International Journal of Academic Engineering Research (IJAER) 3(12): 22-29. 47. Metwally, N. F., et al. (2018). "Diagnosis of Hepatitis Virus Using Artificial Neural Network." International Journal of Academic Pedagogical Research (IJAPR) 2(11): 1-7. 48. Mohammed, G. R., et al. (2020). "Predicting the Age of Abalone from Physical Measurements Using Artificial Neural Network." International Journal of Academic and Applied Research (IJAAR) 4(11): 7-12. 49. Musleh, M. M., et al. (2019). "Predicting Liver Patients using Artificial Neural Network." International Journal of Academic Information Systems Research (IJAISR) 3(10): 1-11. 50. Oriban, A. J. A., et al. (2020). "Antibiotic Susceptibility Prediction Using JNN." International Journal of Academic Information Systems Research (IJAISR) 4(11): 1-6. 51. Qwaider, S. R., et al. (2020). "Artificial Neural Network Prediction of the Academic Warning of Students in the Faculty of Engineering and Information Technology in Al-Azhar University-Gaza." International Journal of Academic Information Systems Research (IJAISR) 4(8): 16-22. 52. Sadek, R. M., et al. (2019). "Parkinson’s Disease Prediction Using Artificial Neural Network."International Journal of Academic Health and Medical Research (IJAHMR) 3(1): 1-8. 53. Salah, M., et al. (2018). "Predicting Medical Expenses Using Artificial Neural Network." International Journal of Engineering and Information Systems (IJEAIS) 2(20): 11-17. 54. Salman, F. M., et al. (2020). "COVID-19 Detection using Artificial Intelligence." International Journal of Academic Engineering Research (IJAER) 4(3): 18-25. 55. Samra, M. N. A., et al. (2020). "ANN Model for Predicting Protein Localization Sites in Cells." International Journal of Academic and Applied Research (IJAAR) 4(9): 43-50. 56. Shawarib, M. Z. A., et al. (2020). "Breast Cancer Diagnosis and Survival Prediction Using JNN."International Journal of Engineering and Information Systems (IJEAIS) 4(10): 23- 30. 57. Zaqout, I., et al. (2015). "Predicting Student Performance Using Artificial Neural Network: in the Faculty of Engineering and Information Technology." International Journal of Hybrid Information Technology 8(2): 221-228.