SlideShare a Scribd company logo
1 of 8
Download to read offline
Bulletin of Electrical Engineering and Informatics
Vol. 9, No. 1, February 2020,pp. 362~369
ISSN: 2302-9285,DOI: 10.11591/eei.v9i1.1616  362
Journal homepage: http://beei.org
Development of vocabulary learning application by using
machine learning technique
Noor Mohd Ariff Brahin1, Haslinah Mohd Nasir2, Aiman Zakwan Jidin3,
Mohd Faizal Zulkifli4,Tole Sutikno5
1
Centre for Telecommunication Research & Innovation (CeTRI), Fakulti Kejuruteraan Elektronik dan Kejuruteraan
Komputer, Universiti Teknikal Malaysia Melaka, 76100 Durian Tunggal, Melaka, Malaysia
1,2,3,4
Centre for Telecommunication Research & Innovation (CeTRI), Fakulti Teknologi Kejuruteraan Elektrik
dan Elektronik, Universiti Teknikal Malaysia Melaka, 75450 Ayer keroh, Melaka, Malaysia
5
Department of Electrical Engineering, Universitas Ahmad Dahlan, Yogyakarta, Indonesia
Article Info ABSTRACT
Article history:
Received Jun 9, 2019
Revised Nov 20, 2019
Accepted Dec 11, 2019
Nowadays an educational mobile application has been widely accepted
and opened new windows of opportunity to explore. With its flexibility
and practicality, the mobile application can promote learning through playing
with an interactive environment especially to the children. This paper
describes the development of mobile learning to help children above 4 years
old in learning English and Arabic language in a playful and fun way.
The application is developed with a combination of Android Studio
and the machine learning technique, TensorFlow object detection API in
order to predict the output result. Developed application namely
“LearnWithIman” has successfully been implemented and the results show
the prediction of application is accurate based on the captured image with
the list item. The inclusion of the user database for lesson tracking and new
lesson will be added for improvement in the future.
Keywords:
Android studio
Educationalmobile application
Mobile learning
Object detection API
Prediction
TensorFlow This is an open access article under the CC BY-SA license.
Corresponding Author:
Noor Mohd Ariff Brahin,
Centre for Telecommunication Research & Innovation,
Universiti TeknikalMalaysia Melaka,
76100 Durian Tunggal, Melaka, Malaysia.
Email: mohdariff@utem.edu.my
1. INTRODUCTION
Mobile devices such as smart phones and tablets are becoming part of human’s daily life
communication, as well as entertainment. With the advanced of mobile technologies, it can provide
an interactive learning content application for children educational purpose which can be simply accessed
anywhere and anytime. The fact that children are best learns through playing, the making of an interactive
application for Android mobile attracted the research attention. There is a high potential in the usage
of mobile technology, in term of how a language can be learned and enhanced. This might be a big help
for children to become proficient in second language at early age. Stockwell in his paper shows that
the effects of vocabulary learning through mobile platforms are comparable with the traditional ways [1].
This is also supported by Basal et al. through the experiment done that proved the effectiveness of learning
vocabulary through mobile applications compared through the traditional paper-based activities [2].
Vocabulary learning is very crucial to build the blocks of language such as read comprehension
and language speaking [3].
Bulletin of Electr Eng & Inf ISSN: 2302-9285 
Development of vocabulary learning application… (Noor Mohd Ariff Brahin)
363
Numerous studies have reported on the use of mobile devices to develop language skills through
language learning application in past years. Makoe and Shandu implemented a mobile-based application
to develop vocabulary learning mobile app to enhance the English vocabulary teaching and learning [4].
Wang also develop a mobile app to improve the college student’s English vocabulary learning with both
English and Chinese description [5]. While Sweeney and Moore are investigate the potential of mobile
devices to be used in language learning. They found that language learning through mobiles has high
potentialbut with the collaboration of both developer and educatorto make sure that it can benefit a nd help
the students [6]. The most common method for mobile application development using image processing
machine learning technique is Mobile Cloud Computing (MCC). MCC is combination of mobiles and cloud
computing which can simply processing from the user loca l devices to the data centre facilities over
the internet [7-24]. The major service providers of MCC are including Google, Amazon, Microsoft
and Yahoo. Figure 1 shows the general architecture of MCC.
Figure 1. Mobile cloud computing (MCC) architecture
The users can simply accessing the cloud storage as long as the internet connection is there.
However, this can be disadvantage of the MCC. The overall performance of the machine learning can
be affected depended on the internet connection speed which it cannot perform inference locally
on the device without internet [25-26]. Thus, TensorFlow technique can be a solution to the running machine
learning on mobile devices. TensorFlow is able to runs the machine learning inference computation locally
on the device. With low latency and small binary size, TensorFlow also can be a lot faster and more reliable
than MCC [27-28]. This paper presents the development of Android mobile application namely
“LearnWithIman” for language learning through capturing image ba sed on the word given, that aim
for toddlers above 4 years old to enhance their English and Arabic vocabulary. TensorFLow deep learning
techniqueswill be used to train the models of captured image for image prediction.
2. METHOD
2.1. Android application development
In order to attract the children interest, “LearnWithIman” is developed to be a fun application with
the learning through playing concept. “LearnWithIman” introduces two basic languages of English
and Arabic which divided by different categories. Prior to the application development, the selection of each
category is crucial to match the level of the children age. The categories are including the ‘Read Easy’,
‘School Bag’, ‘Sweet Home’, ‘Fruits and Veggies’, ‘Speak Arabic’ and ‘Explore Science’.
For the development of the Android mobile application namely “LearnWithIman”, the TensorFlow
deep learning technique and Android Studio were used. As mention in Introduction Section, TensorFlow will
be used as a machine learning method to predict the image captured from “LearnWithIman” application.
“LearnWithIman” application is preloaded with TensorFlow object detection API which uses single shot
detector (SSD) with MobileNet pre-trained model that is trained on Microsoft Common Object in Context
(COCO) dataset. The captured image will be compared with the preloaded image dataset with the highest
score in order to predict the output result. Android Studio is used to customize the look of the application
in Android platform.Figure 2 provides the architecture of “LearnWithIman” android mobile application.
Upon entering “LearnWithIman” application, the user is presented with its main interface
for categories selection as shown in Figure 3. The application will then display the name of the item with
sound that requires the user to capture the image of the item. TensorFlow will perform the prediction
by giving the score of the captured image. Once the click button is pressed, the application will compare
 ISSN: 2302-9285
Bulletin of Electr Eng & Inf, Vol. 9, No. 1, February 2020 : 362 – 369
364
the score with the name of the item. The correct sign will be displayed if the captured image is matched with
the name of the item. This will be repeated until all the items are displayed. The point will be shown
at the end of application.
Figure 2. “LearnWithIman” application architecture
Figure 3. The main interface of “LearnWithIman” application
The Flowchart of “learnWithIman’ application is shown in Figure 4. While Figure 5 presents
the screen of image capturing from the application. There are three buttons are available as illustrated in
Figure 5, left button is the count of correct item based on the captured image, middle button is to capture
the image from the rear camera and the right button is to skip the current item and go to the next item.
The name of the item is displayed at the bottom of the application.
Bulletin of Electr Eng & Inf ISSN: 2302-9285 
Development of vocabulary learning application… (Noor Mohd Ariff Brahin)
365
Figure 4. The flowchart of “LearnWithIman” android application
Figure 5. Screen of application to capture the image
 ISSN: 2302-9285
Bulletin of Electr Eng & Inf, Vol. 9, No. 1, February 2020 : 362 – 369
366
3. RESULTS AND DISCUSSION
Several experiments have been done with different requirements to observe the practicability
of the application in image detection and prediction. At first, the application was tested with random
categories as shown in Table 1. Then, the test for the same item with the different captured image
was observed to check the reliability of the application. Last but not least, to see the effect of the image
background forthe application prediction. Table 1 presents the comparingscores between the captured image
and the list item through TensorFlow Object Detection API. As can be seen from the table, “LearnWithIman”
is able to detect the captured image accurately according to the list item. On average, the detection time
of the captured image took only 100 ms which considered as sufficient enough.
Table 1. The score of the matched item from different categories
Category-Name of theItem Captured image Detection time (ms) Score
Read easy-mug 105 0.58
School bag-sharpener 136 0.95
Sweet home-pillow 74 0.86
Table 2 illustrates the prediction of the same item but different captured image. It is apparent from
the table that “LearnWithIman” consistently matches the item correctly even though the image captured
is different. The results shown indicate that the prediction of the application is reliable. Table 3 provides
the results of the same item and captured image but with different background.The results obtained revea led
that “LearnWithIman” able to detect the matched image even with a different background.
Bulletin of Electr Eng & Inf ISSN: 2302-9285 
Development of vocabulary learning application… (Noor Mohd Ariff Brahin)
367
Table 2. The result from same item with different image
Captured image Score Prediction
0.71 Matched
0.84 Matched
0.87 Matched
Table 3. The result of same image with different background
Captured Image Score Prediction
0.83 Matched
0.69 Matched
0.55 Matched
 ISSN: 2302-9285
Bulletin of Electr Eng & Inf, Vol. 9, No. 1, February 2020 : 362 – 369
368
4. CONCLUSION
This work has presented the development of Android application for children in language learning
namely “LearnWithIman”. The developed system is able to perform the prediction of the image captured
by “LearnWithIman” application for children language learning with high accuracy. The application
is implemented with a combination of interactive elements, visual and sound for pronunciation to attract
the children interest to learn through mobile application. As for future work, the inclusion of the user
database for lesson tracking will be considered. Moreover, new lessons for language learning will
be added aswell.
ACKNOWLEDGEMENTS
The authors are grateful for the support received from the Centre for Telecommunication Research
& Innovation (CeTRI), Universiti Teknikal Malaysia Melaka in the accomplishment of this work.
REFERENCES
[1] G. Stockwell, “Using mobile phones for vocabulary activities: examining the effect of platform,” Lang. Learn.
Technol., vol. 14, no. 2, pp. 95-110, 2010.
[2] A. Basal, S. Yilmaz, A. Tanriverdi, and L. Sari, “Effectiveness of mobile applications in vocabulary teaching,”
Contemp. Educ. Technol., vol. 7, no. 1, pp. 47-59, 2016.
[3] Q. Deng and G. Trainin, “Learning vocabulary with apps: from theory to practice,” Nebraska Educ.
A Student-Led J., vol. 29, pp. 49-69, 2015.
[4] M. Makoe and T. Shandu, “Developing a mobile app for learning english vocabulary in an open distance learning
context,” Int. Rev. Res. Open Distance Learn., vol. 19, no. 4, pp. 208-221, 2018.
[5] B.-T. Wang, “Designing mobile apps for english vocabulary learning,” Int. J. Inf. Educ. Technol., vol. 7, no. 4, pp.
279-283, 2017.
[6] P. Sweeney and C. Moore, “Mobile apps for learning vocabulary,” Int. J. Comput. Lang. Learn. Teach., vol. 2, no.
4, pp. 1-16, 2012.
[7] K. Kumar and Y. Lu, "Cloud computing for mobile users: can offloading computation save energy?,"
in Computer, vol. 43, no. 4, pp. 51-56, April 2010.
[8] A. A. M. Bastina, N. Rama, "Biometric identification and authentication providence using fingerprint for cloud data
access," International Journal of Electrical and Computer Engineering, vol. 7, no. 1, pp. 408-416, 2017.
[9] D. K. Kim, "Development of mobile cloud applications using UML," International Journal of Electrical and
Computer Engineering, vol. 8, no. 1, pp. 596-604, 2018.
[10] G, Hayardisi, K, B, Seminar, A, Ramadhan, "Analysing signal strength and connection speed in cloud networks for
enterprise business intelligence," TELKOMNIKA (Telecommunication, Computing, Electronics and Control), vol.
16, no. 4, pp. 1779-1784, 2018.
[11] R. A. Hasan, M. A. Mohammed, Z. H. Salih, M. A. Ameedeen, N. Ţăpuş, M. N. Mohammed, "HSO: A hybrid
swarm optimization algorithm for re-ducing energy consumption in the cloudlets," TELKOMNIKA
(Telecommunication, Computing, Electronics and Control), vol. 16, no. 5, pp. 2144-2154, 2018.
[12] A. Ismail, N. A. Jamaludin, S. Zambri, "A review of energy-aware cloud computing surveys," TELKOMNIKA
(Telecommunication, Computing, Electronics and Control), vol. 16, no. 6, pp. 2740-2746, 2018.
[13] N. Hegde, S. S. Manvi, "A novel key management protocol for vehicular cloud security," TELKOMNIKA
(Telecommunication, Computing, Electronics and Control), vol. 17, no. 2, pp. 857-865, 2019.
[14] A. Bhawiyuga, D. P. Kartikasari, K. Amron, O. B. Pratama, M. W. Habibi, "Architectural design of IoT-cloud
computing integration platform," TELKOMNIKA (Telecommunication, Computing, Electronics and Control),
vol. 17, no. 3, pp. 1399-1408, 2019.
[15] T. Francis, "A comparison of cloud execution mechanisms fog, edge, and clone cloud computing," International
Journal of Electrical and Computer Engineering, vol. 8, no. 6, pp. 4646-4653, 2018.
[16] R.Wishah, M. Al-Nsour, M. Alharafsheh, S. AlKhalaileh, F. Alshbeekat, "Factors influencing cloud computing in
telecommunications companies," Indonesian Journal of Electrical Engineering and Computer Science, vol. 12, no.
3, pp. 1334-1339, 2018.
[17] L. Pallavi, A. Jagan, B. T. Rao, "ERMO2 algorithm: an energy efficient mobility management in mobile cloud
computing system for 5G heterogeneous networks," International Journal of Electrical and Computer Engineering,
vol. 9, no. 3, pp. 1957-1967, 2019.
[18] R. F. Olanrewaju, T. Islam, O. O. Khalifa, F. E. Fajingbesi, "Data in transit validation for cloud computing using
cloud-based algorithm detection of injected objects," Indonesian Journal of Electrical Engineering and Computer
Science, vol. 10, no. 1, pp. 348-353, 2018.
[19] D. C. Vinutha, G.T. Raju, "An accurate and efficient scheduler for hadoop mapreduce framework," Indonesian
Journal of Electrical Engineering and Computer Science, vol. 12, no. 3, pp. 1132-1142, 2018.
[20] A. Satapathy, J. Livingston L. M, "An intelligent framework prototype for monitoring students in virtual
classroom," Indonesian Journal of Electrical Engineering and Computer Science, vol. 12, no. 3,
pp. 1151-1158, 2018.
Bulletin of Electr Eng & Inf ISSN: 2302-9285 
Development of vocabulary learning application… (Noor Mohd Ariff Brahin)
369
[21] A. Lingayat, R. R. Badre, A. K. Gupta, "Integration of linux containers in openstack: an introspection," Indonesian
Journal of Electrical Engineering and Computer Science, vol. 12, no. 3, pp. 1094-1105, 2018.
[22] R. Mahadevan, N. Anbazhagan, "An efficient framework to improve QoS of CSP using enhanced minimal resource
optimization based scheduling algorithm," Indonesian Journal of Electrical Engineering and Computer Science,
vol. 12, no. 3, pp. 1179-1186, 2018.
[23] G. Panatula, K. S. Kumar, D. E. Geetha, T. V. S. Kumar, "Performance evaluation of cloud service with hadoop for
twitter data," Indonesian Journal of Electrical Engineering and Computer Science, vol. 13, no. 1,
pp. 392-404, 2019.
[24] N. N. Kulkarni, S. A. Jain, "Checking integrity of data and recovery in the cloud environment," Indonesian Journal
of Electrical Engineering and Computer Science, vol. 13, no. 2, pp. 626-633, 2019.
[25] M. R. Prasad, J. Gyani, and P. R. K. Murti, “Mobile cloud computing : implications and challenges,” J. Inf. Eng.
Appl., vol. 2, no. 7, pp. 7-16, 2012.
[26] P. Pocatilu, F. Alecu, and M. Vetrici, “Using cloud computing for E-learning systems,” Recent Adv. Data
Networks, Commun. Comput., pp. 54-59, 2009.
[27] Y. Tang, “TF.Learn: TensorFlow’s high-level module for distributed machine learning,” arXiv preprint arXiv:
1612.04251, 2016.
[28] M. Abadi, P. Barham, J. Chen, Z. Chen, A. Davis, J. Dean, M. Devin, et al., “TensorFlow: A system for
large-scale machine learning,” in Proceedings of the 12th USENIX Symposium on Operating Systems Design and
Implementation (OSDI’16), pp. 265-283, 2016.

More Related Content

What's hot

A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...
A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...
A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...IJSEA
 
Virtual programming labs in the programming learning process, preparing a cas...
Virtual programming labs in the programming learning process, preparing a cas...Virtual programming labs in the programming learning process, preparing a cas...
Virtual programming labs in the programming learning process, preparing a cas...Up2Universe
 
AN ADAPTIVE AND INTELLIGENT TUTOR BY EXPERT SYSTEMS FOR MOBILE DEVICES
AN ADAPTIVE AND INTELLIGENT TUTOR BY EXPERT SYSTEMS FOR MOBILE DEVICESAN ADAPTIVE AND INTELLIGENT TUTOR BY EXPERT SYSTEMS FOR MOBILE DEVICES
AN ADAPTIVE AND INTELLIGENT TUTOR BY EXPERT SYSTEMS FOR MOBILE DEVICESijmpict
 
Development of a mobile learning application to support e learning and analys...
Development of a mobile learning application to support e learning and analys...Development of a mobile learning application to support e learning and analys...
Development of a mobile learning application to support e learning and analys...ijmnct
 
IRJET- Prayog B.E. Android Application-An E-Learning Educational System
IRJET-  	  Prayog B.E. Android Application-An E-Learning Educational SystemIRJET-  	  Prayog B.E. Android Application-An E-Learning Educational System
IRJET- Prayog B.E. Android Application-An E-Learning Educational SystemIRJET Journal
 
Development of E-learning Software Based Multiplatform Components
Development of E-learning Software Based Multiplatform ComponentsDevelopment of E-learning Software Based Multiplatform Components
Development of E-learning Software Based Multiplatform ComponentsjournalBEEI
 
Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...
Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...
Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...eraser Juan José Calderón
 
IoT-based students interaction framework using attention-scoring assessment i...
IoT-based students interaction framework using attention-scoring assessment i...IoT-based students interaction framework using attention-scoring assessment i...
IoT-based students interaction framework using attention-scoring assessment i...eraser Juan José Calderón
 
Online Assignment -Mobile Learning
  Online Assignment -Mobile  Learning  Online Assignment -Mobile  Learning
Online Assignment -Mobile LearningKavi Kuyil
 
Online Assignment -Mobile Learning
  Online Assignment -Mobile Learning  Online Assignment -Mobile Learning
Online Assignment -Mobile LearningKavi Kuyil
 
What are the benefits of education apps?
What are the benefits of education apps?What are the benefits of education apps?
What are the benefits of education apps?Nimble Appgenie LLP
 
THE USE OF CLOUD E-LEARNING PLATFORM TO ENHANCE EFFICIENCY OF HOSPITAL IN JOB...
THE USE OF CLOUD E-LEARNING PLATFORM TO ENHANCE EFFICIENCY OF HOSPITAL IN JOB...THE USE OF CLOUD E-LEARNING PLATFORM TO ENHANCE EFFICIENCY OF HOSPITAL IN JOB...
THE USE OF CLOUD E-LEARNING PLATFORM TO ENHANCE EFFICIENCY OF HOSPITAL IN JOB...ijcsit
 
The design of smart notification on android gadget for academic announcement
The design of smart notification on android gadget for academic announcementThe design of smart notification on android gadget for academic announcement
The design of smart notification on android gadget for academic announcementTELKOMNIKA JOURNAL
 

What's hot (18)

Feasibility of electromechanical basic work e-module as a new learning media ...
Feasibility of electromechanical basic work e-module as a new learning media ...Feasibility of electromechanical basic work e-module as a new learning media ...
Feasibility of electromechanical basic work e-module as a new learning media ...
 
A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...
A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...
A PARADIGM FOR THE APPLICATION OF CLOUD COMPUTING IN MOBILE INTELLIGENT TUTOR...
 
Virtual programming labs in the programming learning process, preparing a cas...
Virtual programming labs in the programming learning process, preparing a cas...Virtual programming labs in the programming learning process, preparing a cas...
Virtual programming labs in the programming learning process, preparing a cas...
 
AN ADAPTIVE AND INTELLIGENT TUTOR BY EXPERT SYSTEMS FOR MOBILE DEVICES
AN ADAPTIVE AND INTELLIGENT TUTOR BY EXPERT SYSTEMS FOR MOBILE DEVICESAN ADAPTIVE AND INTELLIGENT TUTOR BY EXPERT SYSTEMS FOR MOBILE DEVICES
AN ADAPTIVE AND INTELLIGENT TUTOR BY EXPERT SYSTEMS FOR MOBILE DEVICES
 
Development of a mobile learning application to support e learning and analys...
Development of a mobile learning application to support e learning and analys...Development of a mobile learning application to support e learning and analys...
Development of a mobile learning application to support e learning and analys...
 
IRJET- Prayog B.E. Android Application-An E-Learning Educational System
IRJET-  	  Prayog B.E. Android Application-An E-Learning Educational SystemIRJET-  	  Prayog B.E. Android Application-An E-Learning Educational System
IRJET- Prayog B.E. Android Application-An E-Learning Educational System
 
Development of E-learning Software Based Multiplatform Components
Development of E-learning Software Based Multiplatform ComponentsDevelopment of E-learning Software Based Multiplatform Components
Development of E-learning Software Based Multiplatform Components
 
Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...
Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...
Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...
 
IoT-based students interaction framework using attention-scoring assessment i...
IoT-based students interaction framework using attention-scoring assessment i...IoT-based students interaction framework using attention-scoring assessment i...
IoT-based students interaction framework using attention-scoring assessment i...
 
Online Assignment -Mobile Learning
  Online Assignment -Mobile  Learning  Online Assignment -Mobile  Learning
Online Assignment -Mobile Learning
 
Online Assignment -Mobile Learning
  Online Assignment -Mobile Learning  Online Assignment -Mobile Learning
Online Assignment -Mobile Learning
 
What are the benefits of education apps?
What are the benefits of education apps?What are the benefits of education apps?
What are the benefits of education apps?
 
Fyp 1 Report
Fyp  1 ReportFyp  1 Report
Fyp 1 Report
 
THE USE OF CLOUD E-LEARNING PLATFORM TO ENHANCE EFFICIENCY OF HOSPITAL IN JOB...
THE USE OF CLOUD E-LEARNING PLATFORM TO ENHANCE EFFICIENCY OF HOSPITAL IN JOB...THE USE OF CLOUD E-LEARNING PLATFORM TO ENHANCE EFFICIENCY OF HOSPITAL IN JOB...
THE USE OF CLOUD E-LEARNING PLATFORM TO ENHANCE EFFICIENCY OF HOSPITAL IN JOB...
 
Portfolio in edtech
Portfolio in edtechPortfolio in edtech
Portfolio in edtech
 
Portfolio ko
Portfolio koPortfolio ko
Portfolio ko
 
Advance Mobile Education Service for College Students
Advance Mobile Education Service for College StudentsAdvance Mobile Education Service for College Students
Advance Mobile Education Service for College Students
 
The design of smart notification on android gadget for academic announcement
The design of smart notification on android gadget for academic announcementThe design of smart notification on android gadget for academic announcement
The design of smart notification on android gadget for academic announcement
 

Similar to Development of vocabulary learning application by using machine learning technique

A-MOBILE-GRADING-APP.pptx
A-MOBILE-GRADING-APP.pptxA-MOBILE-GRADING-APP.pptx
A-MOBILE-GRADING-APP.pptxLucioParcutela1
 
An analysis of Mobile Learning Implementation in Shinas College of Technology...
An analysis of Mobile Learning Implementation in Shinas College of Technology...An analysis of Mobile Learning Implementation in Shinas College of Technology...
An analysis of Mobile Learning Implementation in Shinas College of Technology...ijcnes
 
A Study of The Interface Usability Issues of Mobile Learning Applications for...
A Study of The Interface Usability Issues of Mobile Learning Applications for...A Study of The Interface Usability Issues of Mobile Learning Applications for...
A Study of The Interface Usability Issues of Mobile Learning Applications for...IJITE
 
A STUDY OF THE INTERFACE USABILITY ISSUES OF MOBILE LEARNING APPLICATIONS FOR...
A STUDY OF THE INTERFACE USABILITY ISSUES OF MOBILE LEARNING APPLICATIONS FOR...A STUDY OF THE INTERFACE USABILITY ISSUES OF MOBILE LEARNING APPLICATIONS FOR...
A STUDY OF THE INTERFACE USABILITY ISSUES OF MOBILE LEARNING APPLICATIONS FOR...IJITE
 
A study of the interface usability issues of mobile learning applications for...
A study of the interface usability issues of mobile learning applications for...A study of the interface usability issues of mobile learning applications for...
A study of the interface usability issues of mobile learning applications for...IJITE
 
Establishment of Educational Network among the Undergraduate with Mobile Appl...
Establishment of Educational Network among the Undergraduate with Mobile Appl...Establishment of Educational Network among the Undergraduate with Mobile Appl...
Establishment of Educational Network among the Undergraduate with Mobile Appl...Cahit Berkay Kazangirler
 
Technopreneurship Mobile Application (TMA): A Support Mechanism for Flexible ...
Technopreneurship Mobile Application (TMA): A Support Mechanism for Flexible ...Technopreneurship Mobile Application (TMA): A Support Mechanism for Flexible ...
Technopreneurship Mobile Application (TMA): A Support Mechanism for Flexible ...IJITE
 
City i-Tick: The android based mobile application for students’ attendance at...
City i-Tick: The android based mobile application for students’ attendance at...City i-Tick: The android based mobile application for students’ attendance at...
City i-Tick: The android based mobile application for students’ attendance at...journalBEEI
 
Parent communication register android application
Parent communication register android applicationParent communication register android application
Parent communication register android applicationBhadra Gowdra
 
AN OVERVIEW OF CLOUD COMPUTING FOR E-LEARNING WITH ITS KEY BENEFITS
AN OVERVIEW OF CLOUD COMPUTING FOR E-LEARNING WITH ITS KEY BENEFITSAN OVERVIEW OF CLOUD COMPUTING FOR E-LEARNING WITH ITS KEY BENEFITS
AN OVERVIEW OF CLOUD COMPUTING FOR E-LEARNING WITH ITS KEY BENEFITSijistjournal
 
M-Learning
M-LearningM-Learning
M-Learningbutest
 
M-Learning
M-LearningM-Learning
M-Learningbutest
 
Analysis Of Software Quality Requirements For Mobile Learning Application For...
Analysis Of Software Quality Requirements For Mobile Learning Application For...Analysis Of Software Quality Requirements For Mobile Learning Application For...
Analysis Of Software Quality Requirements For Mobile Learning Application For...Kelly Lipiec
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-EIRJET Journal
 
How long does it take to build an e learning mobile application
How long does it take to build an e learning mobile application How long does it take to build an e learning mobile application
How long does it take to build an e learning mobile application Moon Technolabs Pvt. Ltd.
 

Similar to Development of vocabulary learning application by using machine learning technique (20)

A-MOBILE-GRADING-APP.pptx
A-MOBILE-GRADING-APP.pptxA-MOBILE-GRADING-APP.pptx
A-MOBILE-GRADING-APP.pptx
 
An analysis of Mobile Learning Implementation in Shinas College of Technology...
An analysis of Mobile Learning Implementation in Shinas College of Technology...An analysis of Mobile Learning Implementation in Shinas College of Technology...
An analysis of Mobile Learning Implementation in Shinas College of Technology...
 
A Study of The Interface Usability Issues of Mobile Learning Applications for...
A Study of The Interface Usability Issues of Mobile Learning Applications for...A Study of The Interface Usability Issues of Mobile Learning Applications for...
A Study of The Interface Usability Issues of Mobile Learning Applications for...
 
A STUDY OF THE INTERFACE USABILITY ISSUES OF MOBILE LEARNING APPLICATIONS FOR...
A STUDY OF THE INTERFACE USABILITY ISSUES OF MOBILE LEARNING APPLICATIONS FOR...A STUDY OF THE INTERFACE USABILITY ISSUES OF MOBILE LEARNING APPLICATIONS FOR...
A STUDY OF THE INTERFACE USABILITY ISSUES OF MOBILE LEARNING APPLICATIONS FOR...
 
A study of the interface usability issues of mobile learning applications for...
A study of the interface usability issues of mobile learning applications for...A study of the interface usability issues of mobile learning applications for...
A study of the interface usability issues of mobile learning applications for...
 
Establishment of Educational Network among the Undergraduate with Mobile Appl...
Establishment of Educational Network among the Undergraduate with Mobile Appl...Establishment of Educational Network among the Undergraduate with Mobile Appl...
Establishment of Educational Network among the Undergraduate with Mobile Appl...
 
Technopreneurship Mobile Application (TMA): A Support Mechanism for Flexible ...
Technopreneurship Mobile Application (TMA): A Support Mechanism for Flexible ...Technopreneurship Mobile Application (TMA): A Support Mechanism for Flexible ...
Technopreneurship Mobile Application (TMA): A Support Mechanism for Flexible ...
 
4213ijsea05
4213ijsea054213ijsea05
4213ijsea05
 
City i-Tick: The android based mobile application for students’ attendance at...
City i-Tick: The android based mobile application for students’ attendance at...City i-Tick: The android based mobile application for students’ attendance at...
City i-Tick: The android based mobile application for students’ attendance at...
 
Parent communication register android application
Parent communication register android applicationParent communication register android application
Parent communication register android application
 
AN OVERVIEW OF CLOUD COMPUTING FOR E-LEARNING WITH ITS KEY BENEFITS
AN OVERVIEW OF CLOUD COMPUTING FOR E-LEARNING WITH ITS KEY BENEFITSAN OVERVIEW OF CLOUD COMPUTING FOR E-LEARNING WITH ITS KEY BENEFITS
AN OVERVIEW OF CLOUD COMPUTING FOR E-LEARNING WITH ITS KEY BENEFITS
 
Jtel 2010 final
Jtel 2010 finalJtel 2010 final
Jtel 2010 final
 
M-Learning
M-LearningM-Learning
M-Learning
 
M-Learning
M-LearningM-Learning
M-Learning
 
Analysis Of Software Quality Requirements For Mobile Learning Application For...
Analysis Of Software Quality Requirements For Mobile Learning Application For...Analysis Of Software Quality Requirements For Mobile Learning Application For...
Analysis Of Software Quality Requirements For Mobile Learning Application For...
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-E
 
How long does it take to build an e learning mobile application
How long does it take to build an e learning mobile application How long does it take to build an e learning mobile application
How long does it take to build an e learning mobile application
 
E learning app development cost
E learning app development costE learning app development cost
E learning app development cost
 
Online assignment
Online assignmentOnline assignment
Online assignment
 
Online Assignment
Online AssignmentOnline Assignment
Online Assignment
 

More from journalBEEI

Square transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipherSquare transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipherjournalBEEI
 
Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...journalBEEI
 
Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...journalBEEI
 
A secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networksA secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networksjournalBEEI
 
Plant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural networkPlant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural networkjournalBEEI
 
Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...journalBEEI
 
Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...journalBEEI
 
Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...journalBEEI
 
Wireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithmWireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithmjournalBEEI
 
Implementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antennaImplementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antennajournalBEEI
 
The calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human headThe calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human headjournalBEEI
 
Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...journalBEEI
 
Design of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting applicationDesign of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting applicationjournalBEEI
 
Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...journalBEEI
 
Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)journalBEEI
 
Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...journalBEEI
 
Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...journalBEEI
 
An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...journalBEEI
 
Parking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentationParking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentationjournalBEEI
 
Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...journalBEEI
 

More from journalBEEI (20)

Square transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipherSquare transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipher
 
Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...
 
Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...
 
A secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networksA secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networks
 
Plant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural networkPlant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural network
 
Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...
 
Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...
 
Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...
 
Wireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithmWireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithm
 
Implementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antennaImplementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antenna
 
The calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human headThe calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human head
 
Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...
 
Design of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting applicationDesign of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting application
 
Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...
 
Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)
 
Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...
 
Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...
 
An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...
 
Parking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentationParking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentation
 
Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...
 

Recently uploaded

Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 

Recently uploaded (20)

Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 

Development of vocabulary learning application by using machine learning technique

  • 1. Bulletin of Electrical Engineering and Informatics Vol. 9, No. 1, February 2020,pp. 362~369 ISSN: 2302-9285,DOI: 10.11591/eei.v9i1.1616  362 Journal homepage: http://beei.org Development of vocabulary learning application by using machine learning technique Noor Mohd Ariff Brahin1, Haslinah Mohd Nasir2, Aiman Zakwan Jidin3, Mohd Faizal Zulkifli4,Tole Sutikno5 1 Centre for Telecommunication Research & Innovation (CeTRI), Fakulti Kejuruteraan Elektronik dan Kejuruteraan Komputer, Universiti Teknikal Malaysia Melaka, 76100 Durian Tunggal, Melaka, Malaysia 1,2,3,4 Centre for Telecommunication Research & Innovation (CeTRI), Fakulti Teknologi Kejuruteraan Elektrik dan Elektronik, Universiti Teknikal Malaysia Melaka, 75450 Ayer keroh, Melaka, Malaysia 5 Department of Electrical Engineering, Universitas Ahmad Dahlan, Yogyakarta, Indonesia Article Info ABSTRACT Article history: Received Jun 9, 2019 Revised Nov 20, 2019 Accepted Dec 11, 2019 Nowadays an educational mobile application has been widely accepted and opened new windows of opportunity to explore. With its flexibility and practicality, the mobile application can promote learning through playing with an interactive environment especially to the children. This paper describes the development of mobile learning to help children above 4 years old in learning English and Arabic language in a playful and fun way. The application is developed with a combination of Android Studio and the machine learning technique, TensorFlow object detection API in order to predict the output result. Developed application namely “LearnWithIman” has successfully been implemented and the results show the prediction of application is accurate based on the captured image with the list item. The inclusion of the user database for lesson tracking and new lesson will be added for improvement in the future. Keywords: Android studio Educationalmobile application Mobile learning Object detection API Prediction TensorFlow This is an open access article under the CC BY-SA license. Corresponding Author: Noor Mohd Ariff Brahin, Centre for Telecommunication Research & Innovation, Universiti TeknikalMalaysia Melaka, 76100 Durian Tunggal, Melaka, Malaysia. Email: mohdariff@utem.edu.my 1. INTRODUCTION Mobile devices such as smart phones and tablets are becoming part of human’s daily life communication, as well as entertainment. With the advanced of mobile technologies, it can provide an interactive learning content application for children educational purpose which can be simply accessed anywhere and anytime. The fact that children are best learns through playing, the making of an interactive application for Android mobile attracted the research attention. There is a high potential in the usage of mobile technology, in term of how a language can be learned and enhanced. This might be a big help for children to become proficient in second language at early age. Stockwell in his paper shows that the effects of vocabulary learning through mobile platforms are comparable with the traditional ways [1]. This is also supported by Basal et al. through the experiment done that proved the effectiveness of learning vocabulary through mobile applications compared through the traditional paper-based activities [2]. Vocabulary learning is very crucial to build the blocks of language such as read comprehension and language speaking [3].
  • 2. Bulletin of Electr Eng & Inf ISSN: 2302-9285  Development of vocabulary learning application… (Noor Mohd Ariff Brahin) 363 Numerous studies have reported on the use of mobile devices to develop language skills through language learning application in past years. Makoe and Shandu implemented a mobile-based application to develop vocabulary learning mobile app to enhance the English vocabulary teaching and learning [4]. Wang also develop a mobile app to improve the college student’s English vocabulary learning with both English and Chinese description [5]. While Sweeney and Moore are investigate the potential of mobile devices to be used in language learning. They found that language learning through mobiles has high potentialbut with the collaboration of both developer and educatorto make sure that it can benefit a nd help the students [6]. The most common method for mobile application development using image processing machine learning technique is Mobile Cloud Computing (MCC). MCC is combination of mobiles and cloud computing which can simply processing from the user loca l devices to the data centre facilities over the internet [7-24]. The major service providers of MCC are including Google, Amazon, Microsoft and Yahoo. Figure 1 shows the general architecture of MCC. Figure 1. Mobile cloud computing (MCC) architecture The users can simply accessing the cloud storage as long as the internet connection is there. However, this can be disadvantage of the MCC. The overall performance of the machine learning can be affected depended on the internet connection speed which it cannot perform inference locally on the device without internet [25-26]. Thus, TensorFlow technique can be a solution to the running machine learning on mobile devices. TensorFlow is able to runs the machine learning inference computation locally on the device. With low latency and small binary size, TensorFlow also can be a lot faster and more reliable than MCC [27-28]. This paper presents the development of Android mobile application namely “LearnWithIman” for language learning through capturing image ba sed on the word given, that aim for toddlers above 4 years old to enhance their English and Arabic vocabulary. TensorFLow deep learning techniqueswill be used to train the models of captured image for image prediction. 2. METHOD 2.1. Android application development In order to attract the children interest, “LearnWithIman” is developed to be a fun application with the learning through playing concept. “LearnWithIman” introduces two basic languages of English and Arabic which divided by different categories. Prior to the application development, the selection of each category is crucial to match the level of the children age. The categories are including the ‘Read Easy’, ‘School Bag’, ‘Sweet Home’, ‘Fruits and Veggies’, ‘Speak Arabic’ and ‘Explore Science’. For the development of the Android mobile application namely “LearnWithIman”, the TensorFlow deep learning technique and Android Studio were used. As mention in Introduction Section, TensorFlow will be used as a machine learning method to predict the image captured from “LearnWithIman” application. “LearnWithIman” application is preloaded with TensorFlow object detection API which uses single shot detector (SSD) with MobileNet pre-trained model that is trained on Microsoft Common Object in Context (COCO) dataset. The captured image will be compared with the preloaded image dataset with the highest score in order to predict the output result. Android Studio is used to customize the look of the application in Android platform.Figure 2 provides the architecture of “LearnWithIman” android mobile application. Upon entering “LearnWithIman” application, the user is presented with its main interface for categories selection as shown in Figure 3. The application will then display the name of the item with sound that requires the user to capture the image of the item. TensorFlow will perform the prediction by giving the score of the captured image. Once the click button is pressed, the application will compare
  • 3.  ISSN: 2302-9285 Bulletin of Electr Eng & Inf, Vol. 9, No. 1, February 2020 : 362 – 369 364 the score with the name of the item. The correct sign will be displayed if the captured image is matched with the name of the item. This will be repeated until all the items are displayed. The point will be shown at the end of application. Figure 2. “LearnWithIman” application architecture Figure 3. The main interface of “LearnWithIman” application The Flowchart of “learnWithIman’ application is shown in Figure 4. While Figure 5 presents the screen of image capturing from the application. There are three buttons are available as illustrated in Figure 5, left button is the count of correct item based on the captured image, middle button is to capture the image from the rear camera and the right button is to skip the current item and go to the next item. The name of the item is displayed at the bottom of the application.
  • 4. Bulletin of Electr Eng & Inf ISSN: 2302-9285  Development of vocabulary learning application… (Noor Mohd Ariff Brahin) 365 Figure 4. The flowchart of “LearnWithIman” android application Figure 5. Screen of application to capture the image
  • 5.  ISSN: 2302-9285 Bulletin of Electr Eng & Inf, Vol. 9, No. 1, February 2020 : 362 – 369 366 3. RESULTS AND DISCUSSION Several experiments have been done with different requirements to observe the practicability of the application in image detection and prediction. At first, the application was tested with random categories as shown in Table 1. Then, the test for the same item with the different captured image was observed to check the reliability of the application. Last but not least, to see the effect of the image background forthe application prediction. Table 1 presents the comparingscores between the captured image and the list item through TensorFlow Object Detection API. As can be seen from the table, “LearnWithIman” is able to detect the captured image accurately according to the list item. On average, the detection time of the captured image took only 100 ms which considered as sufficient enough. Table 1. The score of the matched item from different categories Category-Name of theItem Captured image Detection time (ms) Score Read easy-mug 105 0.58 School bag-sharpener 136 0.95 Sweet home-pillow 74 0.86 Table 2 illustrates the prediction of the same item but different captured image. It is apparent from the table that “LearnWithIman” consistently matches the item correctly even though the image captured is different. The results shown indicate that the prediction of the application is reliable. Table 3 provides the results of the same item and captured image but with different background.The results obtained revea led that “LearnWithIman” able to detect the matched image even with a different background.
  • 6. Bulletin of Electr Eng & Inf ISSN: 2302-9285  Development of vocabulary learning application… (Noor Mohd Ariff Brahin) 367 Table 2. The result from same item with different image Captured image Score Prediction 0.71 Matched 0.84 Matched 0.87 Matched Table 3. The result of same image with different background Captured Image Score Prediction 0.83 Matched 0.69 Matched 0.55 Matched
  • 7.  ISSN: 2302-9285 Bulletin of Electr Eng & Inf, Vol. 9, No. 1, February 2020 : 362 – 369 368 4. CONCLUSION This work has presented the development of Android application for children in language learning namely “LearnWithIman”. The developed system is able to perform the prediction of the image captured by “LearnWithIman” application for children language learning with high accuracy. The application is implemented with a combination of interactive elements, visual and sound for pronunciation to attract the children interest to learn through mobile application. As for future work, the inclusion of the user database for lesson tracking will be considered. Moreover, new lessons for language learning will be added aswell. ACKNOWLEDGEMENTS The authors are grateful for the support received from the Centre for Telecommunication Research & Innovation (CeTRI), Universiti Teknikal Malaysia Melaka in the accomplishment of this work. REFERENCES [1] G. Stockwell, “Using mobile phones for vocabulary activities: examining the effect of platform,” Lang. Learn. Technol., vol. 14, no. 2, pp. 95-110, 2010. [2] A. Basal, S. Yilmaz, A. Tanriverdi, and L. Sari, “Effectiveness of mobile applications in vocabulary teaching,” Contemp. Educ. Technol., vol. 7, no. 1, pp. 47-59, 2016. [3] Q. Deng and G. Trainin, “Learning vocabulary with apps: from theory to practice,” Nebraska Educ. A Student-Led J., vol. 29, pp. 49-69, 2015. [4] M. Makoe and T. Shandu, “Developing a mobile app for learning english vocabulary in an open distance learning context,” Int. Rev. Res. Open Distance Learn., vol. 19, no. 4, pp. 208-221, 2018. [5] B.-T. Wang, “Designing mobile apps for english vocabulary learning,” Int. J. Inf. Educ. Technol., vol. 7, no. 4, pp. 279-283, 2017. [6] P. Sweeney and C. Moore, “Mobile apps for learning vocabulary,” Int. J. Comput. Lang. Learn. Teach., vol. 2, no. 4, pp. 1-16, 2012. [7] K. Kumar and Y. Lu, "Cloud computing for mobile users: can offloading computation save energy?," in Computer, vol. 43, no. 4, pp. 51-56, April 2010. [8] A. A. M. Bastina, N. Rama, "Biometric identification and authentication providence using fingerprint for cloud data access," International Journal of Electrical and Computer Engineering, vol. 7, no. 1, pp. 408-416, 2017. [9] D. K. Kim, "Development of mobile cloud applications using UML," International Journal of Electrical and Computer Engineering, vol. 8, no. 1, pp. 596-604, 2018. [10] G, Hayardisi, K, B, Seminar, A, Ramadhan, "Analysing signal strength and connection speed in cloud networks for enterprise business intelligence," TELKOMNIKA (Telecommunication, Computing, Electronics and Control), vol. 16, no. 4, pp. 1779-1784, 2018. [11] R. A. Hasan, M. A. Mohammed, Z. H. Salih, M. A. Ameedeen, N. Ţăpuş, M. N. Mohammed, "HSO: A hybrid swarm optimization algorithm for re-ducing energy consumption in the cloudlets," TELKOMNIKA (Telecommunication, Computing, Electronics and Control), vol. 16, no. 5, pp. 2144-2154, 2018. [12] A. Ismail, N. A. Jamaludin, S. Zambri, "A review of energy-aware cloud computing surveys," TELKOMNIKA (Telecommunication, Computing, Electronics and Control), vol. 16, no. 6, pp. 2740-2746, 2018. [13] N. Hegde, S. S. Manvi, "A novel key management protocol for vehicular cloud security," TELKOMNIKA (Telecommunication, Computing, Electronics and Control), vol. 17, no. 2, pp. 857-865, 2019. [14] A. Bhawiyuga, D. P. Kartikasari, K. Amron, O. B. Pratama, M. W. Habibi, "Architectural design of IoT-cloud computing integration platform," TELKOMNIKA (Telecommunication, Computing, Electronics and Control), vol. 17, no. 3, pp. 1399-1408, 2019. [15] T. Francis, "A comparison of cloud execution mechanisms fog, edge, and clone cloud computing," International Journal of Electrical and Computer Engineering, vol. 8, no. 6, pp. 4646-4653, 2018. [16] R.Wishah, M. Al-Nsour, M. Alharafsheh, S. AlKhalaileh, F. Alshbeekat, "Factors influencing cloud computing in telecommunications companies," Indonesian Journal of Electrical Engineering and Computer Science, vol. 12, no. 3, pp. 1334-1339, 2018. [17] L. Pallavi, A. Jagan, B. T. Rao, "ERMO2 algorithm: an energy efficient mobility management in mobile cloud computing system for 5G heterogeneous networks," International Journal of Electrical and Computer Engineering, vol. 9, no. 3, pp. 1957-1967, 2019. [18] R. F. Olanrewaju, T. Islam, O. O. Khalifa, F. E. Fajingbesi, "Data in transit validation for cloud computing using cloud-based algorithm detection of injected objects," Indonesian Journal of Electrical Engineering and Computer Science, vol. 10, no. 1, pp. 348-353, 2018. [19] D. C. Vinutha, G.T. Raju, "An accurate and efficient scheduler for hadoop mapreduce framework," Indonesian Journal of Electrical Engineering and Computer Science, vol. 12, no. 3, pp. 1132-1142, 2018. [20] A. Satapathy, J. Livingston L. M, "An intelligent framework prototype for monitoring students in virtual classroom," Indonesian Journal of Electrical Engineering and Computer Science, vol. 12, no. 3, pp. 1151-1158, 2018.
  • 8. Bulletin of Electr Eng & Inf ISSN: 2302-9285  Development of vocabulary learning application… (Noor Mohd Ariff Brahin) 369 [21] A. Lingayat, R. R. Badre, A. K. Gupta, "Integration of linux containers in openstack: an introspection," Indonesian Journal of Electrical Engineering and Computer Science, vol. 12, no. 3, pp. 1094-1105, 2018. [22] R. Mahadevan, N. Anbazhagan, "An efficient framework to improve QoS of CSP using enhanced minimal resource optimization based scheduling algorithm," Indonesian Journal of Electrical Engineering and Computer Science, vol. 12, no. 3, pp. 1179-1186, 2018. [23] G. Panatula, K. S. Kumar, D. E. Geetha, T. V. S. Kumar, "Performance evaluation of cloud service with hadoop for twitter data," Indonesian Journal of Electrical Engineering and Computer Science, vol. 13, no. 1, pp. 392-404, 2019. [24] N. N. Kulkarni, S. A. Jain, "Checking integrity of data and recovery in the cloud environment," Indonesian Journal of Electrical Engineering and Computer Science, vol. 13, no. 2, pp. 626-633, 2019. [25] M. R. Prasad, J. Gyani, and P. R. K. Murti, “Mobile cloud computing : implications and challenges,” J. Inf. Eng. Appl., vol. 2, no. 7, pp. 7-16, 2012. [26] P. Pocatilu, F. Alecu, and M. Vetrici, “Using cloud computing for E-learning systems,” Recent Adv. Data Networks, Commun. Comput., pp. 54-59, 2009. [27] Y. Tang, “TF.Learn: TensorFlow’s high-level module for distributed machine learning,” arXiv preprint arXiv: 1612.04251, 2016. [28] M. Abadi, P. Barham, J. Chen, Z. Chen, A. Davis, J. Dean, M. Devin, et al., “TensorFlow: A system for large-scale machine learning,” in Proceedings of the 12th USENIX Symposium on Operating Systems Design and Implementation (OSDI’16), pp. 265-283, 2016.