Claim Missing Document
Check
Articles

Found 2 Documents
Search

Developing a restaurant recommended system via the Vietnamese food image classification Pham, Viet Hoang; Nguyen, Anh Thai; Phung, Bao The; Phan, Truong Ho-Viet
International Journal of Electrical and Computer Engineering (IJECE) Vol 14, No 2: April 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijece.v14i2.pp1711-1719

Abstract

A recommendation system is a system that recommends products and services to users based on daily online searching habits. The recommender system is applied in many fields such as job searching, health care, education, music, and tourism. However, few studies have combined computer vision and collaborative filtering to build a restaurant recommendation system in the tourism sector. In this study, we presented a solution to build a restaurant recommendation system through Vietnamese food image classification. First, we used ResNet-34 which is a variant of the convolutional neural network to classify Vietnamese food images. Then, the system applied the alternative least square technique in matrix factorization and Apache Spark in distributed computing to train the restaurant location dataset. The output was the most relevant restaurant places list to show many choices to users. The experimental datasets included the Vietnamese image and the restaurant location datasets that were collected from kaggle.com and foody.vn websites. For image classification task evaluation, we compared ResNet-34 to variants of ResNet. For the restaurant recommendation task evaluation, we compared alternative least squares with k-nearest neighbor. The comparison results show that the proposed solution is better than traditional popular models.
TourMapQA: using deep learning to develop a vietnam map-based tourism question answering system Pham, Vuong Ba; Nguyen, Phuc Chi-Hong; Phung, Bao The; Phan, Truong H. V.
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 3: September 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i3.pp3203-3210

Abstract

A question answering system is an important task in information retrieval. In recent years, this system has been interested in research and achieved outstanding results. In general, the output of the question answering is text. However, few studies have used a map as an answer to the question answering in Vietnam tourism. This paper introduces a question answering system integrating long short-term memory (LSTM) on the Vietnam map. Specifically, our model received an input question about any road in Vietnam. Then, the model used LSTM to indicate the coordinate of that road and called the Dijkstra algorithm to find the shortest path from the current location to the input road. Next, from the coordinate of the input road, we leveraged the LSTM model to identify sightseeing places that were on the shortest path. Finally, our system showed all the sightseeing places on the Vietnam map. Technically, the experimental results showed that our model’s performance was improved than previous models such as recurrent neural network, recurrent neural network with embedding, bidirectional recurrent neural network, and encoder-decoder recurrent neural network. Practically in terms, we applied our method to build a real application and compared it with Google Maps, and Bing Map.