International Journal of Interactive Mobile Technologies (iJIM) – eISSN: 1865-7923 – Vol. 15, No. 08, 2021 Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning Practical Skill https://doi.org/10.3991/ijim.v15i08.21581 Budi Wibowotomo, Eris Dwi Septiawan Rizal (), Muhammad Iqbal Akbar, Dediek Tri Kurniawan Universitas Negeri Malang, Malang, Indonesia erisdsr@gmail.com Abstract—Koolinera is a web-based e-learning application about learning to cook Indonesian culinary dishes. Users are free to choose cooking classes. Culinary in Indonesia is very diverse, so many users feel confused in choosing a cooking class. No specific guidance is given to users on tips for choosing a cooking class. Therefore, it is important to develop a feature that can help users to guide the selection of cooking classes, namely by building a cooking class selection recommendation system. Class recommendations are obtained based on the last class taken by the user. The criteria used to determine the recommendations are the similarity of class names, dominant taste of cuisine, category of cuisine, area of origin, and tutor. The algorithm used is Content- Based Filtering with TF-IDF calculations. The recommendations given to users are a list of six cooking classes. Testing is carried out based on blackbox testing, expert validation, and user testing. The blackbox test carried out states that all functions are running well. The validity test of the media by the validator got a percentage of 96.52%. User testing in the Usability Tetsing Experience section got a percentage of 85.73%, User Acceptance Testing got a percentage of 83.89% and testing the relevance of the recommendation system got a percentage of 88.69%. Keywords—Recommendation, Cooking Class, Culinary, Content-Based Filtering, TFIDF 1 Introduction Indonesia consists of various regions and tribes. Every region in Indonesia has its own unique local assets. Culinary is one of the assets owned by each region. Culinary is a cultural product that is closely related to the life of the Indonesian people, because in addition to the main function of foodstuffs as the fulfillment of basic needs, culinary also has historical values and even philosophy [8]. Each region certainly has a different culinary menu from other regions. These differences are the local assets of each region that should be preserved and preserved. One way to preserve culinary delights in each region is to learn how to cook the culinary menu. iJIM ‒ Vol. 15, No. 08, 2021 71 https://doi.org/10.3991/ijim.v15i08.21581 Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… The cooking process is not just processing various ingredients into dishes that are ready to eat. Cooking food also requires practical knowledge of nutrition, so that it can apply ways of processing delicious and healthy food [12]. Various ways can be done to learn to cook, learn to cook through cooking video tutorials, view recipes, view articles about cooking, or through lessons with a cooking teacher. For some people, learning to cook just by looking at recipes and articles is not enough. Learning through tutoring with a cooking teacher is still constrained by time and place. The development of learning media is growing rapidly. The emergence of e- learning applications is a form of advancement in technological developments in the field of education. Online cooking courses are one of the applications of e-learning applications in the culinary field. The use of e-learning has several advantages, namely, learning media can be accessed easily, learning can be done anywhere and anytime, and in e-learning there is also an e-moderating feature that allows users and tutors to communicate or discuss [6]. The content presented in the e-learning application uses interactive media, such as presenting recipes equipped with cooking guides, cooking tutorial videos, discussion forums, and evaluating cooking lessons. With this interactive media presentation, e-learning can be more effective to use and provide a more user experience. Koolinera is an e-learning application about cooking learning. Koolinera offers lessons about culinary cuisine from various regions in Indonesia, each cooking lesson is packaged into a cooking class. Users can choose cooking classes freely on the Koolinera application, while the culinary menu in Indonesia is so many and varied. The Koolinera application does not provide specific guides such as a guide to choosing a cooking class, so that some users feel confused about choosing the next class. Learning to cook should focus more on certain types of dishes or dishes related to the dishes previously studied. So, without realizing it will train to get used to cooking with similar dishes. If you are used to cooking in certain types of dishes, it can certainly improve the quality of these dishes. Therefore, it is necessary to develop a feature in the form of a cooking class selection recommendation system according to the last class taken by the user. The recommendation feature will be used as a guide in selecting a cooking class. The recommendation system for selecting a cooking class using the Content-Based Filtering algorithm has never been done by previous researchers. However, related research on the recommendation system for classroom learning content has been carried out using other algorithms. Research conducted by [14] created a recommendation system with Collaborative Filtering. The weakness of this algorithm requires a rating parameter for each item, so new items that have not received a rating will not be recommended by the system. Subsequent research was carried out by [2] regarding a recommendation system using naïve Bayes. The drawback of the naïve Bayes algorithm is that the dataset used must be large in order to produce good recommendations [3]. Some researchers have used Content-Based Filtering algorithms in building recommendation systems. Research conducted [1] entitled Subject Value Recommendation System Using Content-Based Filtering method with a precision score of 53%. Furthermore, research from [9] entitled Design of Document 72 http://www.i-jim.org Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… Recommendation Systems with a ContentBased Filtering Approach. Then the next research from [15] with the title Laptop Recommendation System using Collavorative Filtering and Content-Based Filtering. The latest research was conducted by [7] with the title Application of the Content-Based Filtering Method in the Implementation of the Food Crops Recommendation System with a precision value of 78.40%. Based on the background explanation above, this study is entitled "The Cooking Class Selection Recommendation System in Useful Culinary Applications. 2 Study Literature 2.1 E-learning E-learning is a relatively new form of information technology application in education in Indonesia. The term e-learning is derived from the word e which stands for electronic and learning. The term e-learning can also be called an online course. E- learning is learning whose implementation is supported by technology services such as telephone, audio, videotape, satellite or computer transmission [6]. Using a new e- learning based a mobile apps to recognition of food ingredients. the system can recognize 30 kinds of food ingredient in 0.15 seconds, and it has achieved the 83.93% recognition rate within the top six candidates [10]. 2.2 Culinery apps Koolinera is a web-based e-learning application that contains learning to cook Indonesian culinary dishes. Koolinera was built using the PHP language using the Codeigniter framework and the database used was MySQL. The learning system in culinary is packaged in the form of a cooking class, which means that one cooking class only focuses on learning one dish. There are 2 types of users on Koolinera, namely students and tutors. Koolinera has several features, including free selection of cooking classes, cooking class recommendations, learning to cook using interactive multimedia, giving assignments and assessments, discussion forums, cooking class ratings, and evaluation results in the form of student grades and grades. 2.3 Recommendation system The recommendation system is a software technique that can provide suggestions for items that are considered useful to users [10]. Recommendation system has the ability to predict whether the user will select an item or not based on user preferences [4]. The recommendation system can run if there is information about the description of item characteristics and user profiles that describe the preferences of the users. iJIM ‒ Vol. 15, No. 08, 2021 73 Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… 2.4 Content-based filtering algorithm Content-Based Filtering is one of the algorithms used to make recommendations that emphasize more on item attribute analysis to produce predictions [4]. Content- Based Filtering uses several types of models to find similarities in each document in order to produce appropriate recommendations. Vector space model is one of the techniques often used in Content-Based Filtering algorithms. The calculations used are using the TF-IDF (Term Frequency - Inverse Document Frequency) formula. The term frequency is used to describe how often a certain term (term) appears in a document [5]. The vector space model can be seen in Fig. 1 [1]. Fig. 1. Vector Space Model Using the TF-IDF weight calculation, the document is modeled as a vector as shown in Fig. 1. Documents are modeled with the Ti Component, so that if all documents are collected into one, then it will form a document term matrix with the TF-IDF weight value as its value [1]. Documents on the matrix in accordance with the term will be given a value of 1, otherwise it will be given a value of 0. Next is to calculate the IDF value which can be seen in Equation 1 [5]. (1) Information: • IDF = Inverse Document Frequency • N = number documents • n(i) = number of documents frequently To perform TF-IDF calculations on a document can be done with Equation 2 [5]. (2) Information: • TF-IDF (i, j) = Weights for each document • TF (i, j) = The appearance of terms in each document • IDF (i) = Inverse Document Frequency value 74 http://www.i-jim.org Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… The advantage of the Content-Based Filtering algorithm is that it can provide recommendations based on user profile preferences, namely by calculating the similarity value between items that have been taken by the user with new items [13]. 2.5 Content-based filtering algorithm Codeigniter is an open-source application in the form of a framework with an MVC model (Model, View, Controller) for building dynamic websites. Using PHP Codeigniter will make it easier for developers to create web applications quickly and easily compared to creating them from scratch [11]. MVC is a software approach that separates logic from presentation. This will minimize scripting from web pages since client side scripts such as HTML, Javascript, and CSS are separated from PHP scripting. The following is an explanation of the MVC model, namely: 1. Model, used to interact with the database. One of them is like performing the create, read, update, and delete operations or commonly known as CRUD. 2. View, is used to write the codes that will be displayed on the website page. Written code such as HTML, CSS, and Javascript code. 3. Controller, is used to write program logic and as a liaison between the view and the model. 3 Research Method 3.1 Research design The research method used in this research is the experimental method. There are five stages carried out in this study as shown in Fig. 2. Fig. 2. Flowchart of Experimental Research Methods iJIM ‒ Vol. 15, No. 08, 2021 75 Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… 1. Data collection The data used in this study is the cooking class database contained in the Koolinera application database. Cooking class data consists of several class information such as class code, class name, dominant taste, tutor, area of origin of cuisine, category of cuisine, description and class status. 2. Preprocessing Before calculating the recommendations, the data that has been obtained from the Koolinera application database will be processed first. Data processing is done by utilizing implicit join feature in database calling queries. Because there are several attributes in the cooking class that have values containing foreign keys from other tables that are related to the cooking class table. The use of implicit join queries is used to replace data that contains foreign keys with values that match the foreign key values contained in that class data. 3. Processing The recommendation for the selection of cooking classes is done using the Content-Based Filtering algorithm. The way this algorithm works is by comparing one item with another item. The initial stage for calculating recommendations is to determine the input value, which is the cooking class data taken by the user. With this class data, a comparison process of the similarity of cooking class attributes will be carried out with the vector space model technique based on five recommendation criteria, namely class name, dominant taste of cuisine, category of cuisine, region of origin of cuisine, and tutor. If the attributes between these classes have similarities, then they are marked with 1, if they are not marked as 0. The next step is to calculate the DF value for each attribute, so that the frequency of data appearances on each attribute can be known. After that, proceed with the IDF calculation as in equation (1), then proceed with calculating the TFIDF weight as in equation (2). The next step is to calculate the weight of each attribute in each class by multiplying each occurrence of data on each attribute by the IDF value. After that, add up the weights obtained by all the attributes in each class and then sorted according to the highest weight. 76 http://www.i-jim.org Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… Fig. 3. Flowchart Content-Based Filtering Recoomedation Measurement 4. Testing System testing is done using user testing. System testing involves students of Food Court Area Testing is divided into two stages. The first stage of testing is carried out by testing usability testing experience and user acceptance testing. Respondents wrote their assessment through questionnaires. This first stage of testing uses system use scenarios starting from login until the system can provide recommendations to users. The second stage of testing is testing the relevance of the recommendation system. Respondents were asked to take cooking classes and were asked to rate the recommendations provided by the system whether they were relevant or not. 5. Evaluation Evaluation is carried out through blackbox testing, expert validation, and user testing. Blackbox testing aims to determine and ensure the running of the functions that have been made. Expert validation evaluation aims to determine the validity level of the media being developed. Evaluation using user testing is divided into two stages, in the first stage testing the usability testing experience, namely to determine the level of usability of the system and user acceptance testing, namely to find out user responses after using the system. User testing in the second stage tests the relevance of the recommendation system, namely to find out whether the recommendations provided by the system are relevant or not. iJIM ‒ Vol. 15, No. 08, 2021 77 Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… 4 Results and Discussion 4.1 Data processing At The initial stage carried out is data processing. As explained in the preprocessing stage, this data processing stage is the stage of converting foreign key values into values that match the table relations in the Koolinera application database. Cooking class data can be seen in Table 1. Table 1. Cooking Class Data Category Class Code Class Name Taste ID Teacher ID Province ID Category CL-0001 Rujak Cingur Pedas Manis 10 12 12 CL-0002 Nasi Padang Asin Pedas 10 26 12 CL-0003 Sate Ayam Madura Pedas Manis 11 12 13 CL-0058 Gulai Paranci Asin Pedas 14 26 14 CL-0059 Sayur Tumis Kangkung Pedas Manis 14 4 14 Based on the data exposure in Table1, it can be seen that the attributes of Teacher ID, Province ID and Category ID are still foreign key values. After the preprocessing stage is carried out, it will be as in Table 2. Table 2. Cooking Class Data Processing Class Code Class Name Taste ID Teacher ID Province ID Category CL-0001 Rujak Cingur Pedas Manis Titi Mutiara Jawa Timur Makanan Pokok CL-0002 Nasi Padang Asin Pedas Titi Mutiara Sumatera Barat Makanan Pokok CL-0003 Sate Ayam Madura Pedas Manis Budi Wibowotomo Jawa Timur Lauk Pauk CL-0058 Gulai Paranci Asin Pedas Nanang Slamet Gulai Paranci Hidangan Sayur CL-0059 Tumis Kangkung Pedas Manis Nanang Slamet Jawa Tengah Hidangan Sayur CL-0060 Sayur Asam Banjar Asin Nanang Slamet Kalimantan Selatan Hidangan Sayur 4.2 Content-based filtering recommendation process To perform recommendation calculations, the first step is to get the last class data from the user. The system requires user preferences to be able to provide recommendations. For example, the last class retrieved by the user can be seen in Table 3. 78 http://www.i-jim.org Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… Table 3. End User Data Class Class Code : CL-0026 Class name : Kue Lumpur Dominant Taste : Manis Category : Jajanan Place of Origin : Jawa Timur Tutor : Muhammad Ashar After getting the last class data taken by the user, the next step is to determine the value of the term (TF) in each attribute in each class. So the last class attribute will later be compared with the class attribute that the user has never taken before. If there are similarities in the attributes in the class, then the TF value is given a value of 1, otherwise the TF value is given 0. Determining the TF value can be seen in Table 4. Table 4. Value of TF CL-0026 CL-0001 CL-0002 CL-0003 CL-0004 CL-0005 CL-0010 CL- 0027 CL- 00028 CL- 0039 Kue Lumpur 0 0 0 1 0 1 1 1 0 Jajanan 0 0 0 1 0 1 1 1 0 Jawa Timur 1 0 1 0 0 0 0 0 0 Muhammad Ashar 0 0 0 0 0 0 1 0 0 Manis 0 0 0 1 0 1 1 1 0 After determining the TF value in each attribute in each class, the next step is to calculate the IDF value using the calculations in equation (1). To be able to calculate the IDF, you must get the DF value, which is the number of TFs that appear in each class in one of the attributes. IDF calculations can be seen in Table 5. Table 5. Calculating of IDF CL-0026 DF TF/DF IDF Kue Lumpur 4 9/4 0,352183 Jajanan 4 9/4 0,352183 Jawa Timur 2 9/2 0,653213 Muhammad Ashar 1 9/1 0,954243 Manis 4 9/4 0,352183 After getting the IDF value for each attribute, the next step is the process of giving weight to each attribute in each class. This weighting can be done by multiplying the TF value in each attribute of each class with the IDF value obtained for that attribute. The weighting process can be seen in Table 6. iJIM ‒ Vol. 15, No. 08, 2021 79 Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… Table 6. Weight Attribute Calculating CL-0026 CL-0001 CL-0002 CL-0003 CL-0004 CL-0005 CL-0010 CL-0027 CL- 00028 CL- 0039 Kue Lumpur 0 0 0 0,352183 0 0,352183 0,352183 0,352183 0 Jajanan 0 0 0 0,352183 0 0,352183 0,352183 0,352183 0 Jawa Timur 0,653213 0 0,653213 0 0 0 0 0 0 Fandi 0 0 0 0 0 0 0,954243 0 0 Manis 0 0 0 0,352183 0 0,352183 0,352183 0,352183 0 After going through the weighting process for each attribute in each class, the next step is to add up the weights obtained by each attribute in the class. The results of weight gain in each class can be seen in Table 7. Table 7. Numbeer of Class Weight Kode Kelas Nama Kelas Bobot CL-0001 Rujak Cingur 0,653213 CL-0002 Nasi Padang 0 CL-0003 Sate Ayam Madura 0,653213 CL-0004 Kue Bika Ambon 1,056548 CL-0005 Mie Aceh 0 CL-0010 Kue Serabi Bandung 1,056548 CL-0027 Kue Pancong 2,010790 CL-0028 Kue Pukis 1,056548 CL-0039 Sate Taichan 0 The final step is to sort the cooking class weight gain based on the highest to lowest weight. The cooking class data that has been sorted will become a cooking class recommendation. Cooking class data is only limited to six cooking classes and classes with a weight above 0. The cooking class recommendations can be seen in Table 8. Table 8. Cooking Class Recommendation Results Class Code Class Name weight Recommendation CL-0027 Kue Pancong 2,010790 Yes CL-0004 Kue Bika Ambon 1,056548 Yes CL-0010 Kue Serabi Bandung 1,056548 Yes CL-0028 Kue Pukis 1,056548 Yes CL-0001 Rujak Cingur 0,653213 Yes CL-0003 Sate Ayam Madura 0,653213 \Yes CL-0002 Nasi Padang 0 No CL-0005 Mie Aceh 0 No CL-0039 Sate Taichan 0 No 80 http://www.i-jim.org Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… 4.3 Application Application to the system is to add a cooking class recommendation section to the class menu section. New users do not have recommendation preferences from taking cooking classes, so recommendations will be given based on popular classes, namely the class that has the best rating with the most number of students. There are only six recommendations for popular class. If a class does not get a rating it will not be shown in the recommendation. System recommendations based on popular class can be seen in Fig. 4. Fig. 4. Class Popular Cooking class data that has been taken by the user will be displayed into the system as access to enter the classroom. The class page can be seen in Fig. 5. Fig. 5. Student Class The class taken by the user can be seen in Figure 4 above, so the recommendations obtained will depend heavily on the last class taken by the user. The cooking class recommendation feature can be seen in Fig. 6. iJIM ‒ Vol. 15, No. 08, 2021 81 Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… Fig. 6. Cooking Class Recommendation 4.4 Testing The results of obtaining recommendations in phase 1 testing can be seen in Table 9. Table 9. System Trial Results Stage 1 Name Class taken Recommendations obtained Dina Anatantia Soto Banjar Sayur Asam Banjar, Soto Betawi, Soto Lamongan Mie Kangkung, Kue Bingka Kentang Sayur Tumis Kangkung Nabila Safira Kue Bika Ambon Kue Pasung Merah, Kue Lumpur, Kue Bingka Kentang, Kue Pancong, Kue Pukis, Lumpia Yunita Dwiyanti Kue Pukis Kue Bingka Kentang, Lumpia, Kue Pancong Kue Lumpur, Kue Pasung Merah, Sayur Trancam Sarah Pauline Sayur Tumis Kangkung Sayur Trancam, Sayur Asam Banjar, Gulai Paranci Sayur Rumpu-rampe, Opor Ayam, Lumpia The results of the cooking class recommendations obtained in the second phase of testing can be seen in Table 10. 82 http://www.i-jim.org Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… Table 10. System Trial Results Stage 2 Nama Class taken Recommendations obtained Relevance Adinda Tasya Kue Lumpur Kue Pancong Kue Bingka Kentang Kue Sabongi Kue Karawo Kue Pasung Merah Kue Pukis Yes Yes Yes Yes Yes Yes Salwa Salsabila Es Manado Es Brenemon Es Laksamana Mengamuk Es Matoa Es Kacang Merah Es Pallu Butung Sekoteng Yes Yes Yes Yes Yes Yes … … … … Nadila Novayanti Ayam Betutu 1. Ayam Cincane Yes 2. Ayam Taliwang Yes 3. Sate Lilit Yes 4. Opor Ayam Yes 5. Pecak Ikan Bandeng Yes 6. Sate Klatak Yes Nadia Ayu Nasi Padang 1. Nasi Uduk Jakarta Yes 2. Nasi Jenggo Yes 3. Nasi Sambal Belut Yes 4. Nasi Pecel Yes 5. Gulai Paranci No 6. Mie Celor Yes 4.5 Evaluation Evaluation through media expert validation and technology design is made to find out how valid the system has been. There are several assessment instruments related to the system ranging from appearance, content suitability, convenience, practicality, to functioning. The assessment is carried out with a rating scale, namely an assessment of 1-5. The assessment instrument was made of 23 items. The results of the validity test through media expert validation and technology design can be seen in Table 11. Table 11. Validation Testing Results Assessment Instruments : 23 Maximum Value of Each Statement : 5 Maximum Score : 115 Acquisition Score : 111 Percentage : 96,52 % The second evaluation is the usability testing experience. This test uses 9 scenarios, starting from the user logging in until the system can provide cooking class recommendations to the user. This test was carried out directly on 123 undergraduate iJIM ‒ Vol. 15, No. 08, 2021 83 Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… students of Culinary Education, each semester 1, 3 and 5. The results of usability testing experience testing can be seen in Table 12. Table 12. Usability Testing Experience Number. Scenario Skor L CL S 1 Users register as students at Koolinera 118 5 0 2 The user logs in 116 7 0 3 Users view detailed cooking class information 115 8 0 4 The user takes cooking classes 98 25 0 5 Users access learning materials and tutorial videos 95 26 2 6 Users work on quizzes and assignments assessment 101 19 3 7 Users comment or post something in the discussion forum 105 17 1 8 Users access the learning outcomes page 102 18 3 9 The user sees class recommendations 109 13 1 Total 959 138 10 The results of the calculation of the percentage of usability testing experience can be seen in Table 13. Table 13. Usability Testing Experience Results Scenario : 9 Scenarios Respondents : 123 College students Maximum Score : 1107 Acquisition Score : 949 Percentage : 85,73% 5 Conclusion The Content-Based Filtering algorithm can be used in providing cooking class recommendations based on the last class taken by the user. Special treatment for new users, recommendations will be given based on popular classes, namely the class that gets the best rating and with the highest number of students. The results of expert validation testing got a percentage of 96.52%, usability testing experience got a percentage of 85.73%, user acceptance testing got a percentage of 83.89%, and testing the relevance of the recommendation system got a percentage of 88.69%. Testing using blackbox testing states that all functions that have been made can run well. 6 References [1] Adi, P., “Sistem Rekomendasi Nilai Mata Kuliah Menggunakan Metode Content-Based Filtering”, Jurnal disajikan dalam Seminar Informatika (Semnasif), Jurusan Teknik 84 http://www.i-jim.org Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… Informatika, Universitas Sanata Dharma, Yogyakarta, 2010.https://doi.org/10.30812/ matrik.v20i1.617 [2] Audina, S., “Sistem Rekomendasi Berbasis Konten dengan Naïve Bayes Classifier untuk Kelas Cendekia”, Skripsi tidak diterbitkan, Yogyakarta: Universitas Gadjah Mada, 2018. [3] Hidayah, N., “Klasifikasi Penjurusan Sekolah Menengah Atas dengan Algoritma Naïve Bayes Classifier pada SMAN 1 Subah”, Skripsi tidak diterbitkan, Semarang: Fakultas Ilmu Komputer Universitas Dian Nuswantoro, 2014.https://doi.org/10.24089/j.sisfo.2016.03.005 [4] Isinkaye, F., Folajimi, Y., dan Ojokoh B., “Recommendation systems: Principles, methods and evaluation”, Egyptian Informatics Journal, vol. 16, no. 3, pp. 261 – 273, 2015.https://doi.org/10.1016/j.eij.2015.06.005 [5] Jannach, D., Zanker, M., Felfernig, A., dan Friedrich, G., “Recommender System:an Introduction”, New York: Cambridge University Press, 2011.https://doi.org/10.1017/ cbo9780511763113.002 [6] Kusmana, A., “E-learning Dalam Pembelajaran”. Jurnal Lentera Pendidikan, vol. 14, no. 1, pp. 35 – 51, 2011. https://doi.org/10.24252/lp.2011v14n1a3 [7] Nastiti, P., “Penerapan Metode Content-Based Filtering Dalam Implementasi Sistem Rekomendasi Tanaman Pangan”, Jurnal Teknika, vol. 8, no.1, pp. 1 – 10, 2019. https://doi.org/10.34148/teknika.v8i1.139 [8] Nitisuari, N. dan Wardono, P. “Museum Sejarah Kuliner Tradisional Indonesia”, Jurnal Tingkat Sarjana bidang Senirupa dan Desain, no.1, pp. 1 – 7, 2013. [9] Parwita, W., Swari, M., dan Welda., “Perancangan Sistem Rekomendasi Dokumen dengan Pendekatan Content-Based Filtering”, CESS (Journal of Computer Engineering System and Science), vol. 3, no. 1, pp. 65 – 74, 2018. https://doi.org/10.24114/cess. v3i1.7855 [10] Keiji Yanai, Takuma Maruyama, Yoshiyuki Kawano (2014), A Cooking Recipe Recommendation System with Visual Recognition of Food Ingredients, iJIM – Vol.8 No 2. https://doi.org/10.3991/ijim.v8i2.3623 [11] Ratih Kartika Dewi, Buce Trias Hanggara, Aryo Pinandito. (2018). A Comparison Between AHP and Hybrid AHP for Mobile Based Culinary Recommendation System. iJIM ‒ Vol. 12, No. 1, 2018. https://doi.org/10.3991/ijim.v12i1.7561 [12] Ricci, F., Rokach, L., dan Shapira, B., “Introduction to Recommender Systems Hanbook”, New York: Springer, 2011. [13] Septian, G., “Trik Pintar Menguasai Codeigniter”, Jakarta: PT. Elex Media Computindo, 2011. [14] Siti Mahfuzah Sarif, Zurina Hanafi, Shafinah Farvin Packeer Mohamed, Syamsul Bahrin Zaibon, Mohamad Farhan Mohamad Mohsin. (2020). Makan@Local Chatok: Mobile Eatery Recommendation System Based on Local Knowledge. iJIM ‒ Vol. 14, No. 5, 2020. https://doi.org/10.3991/ijim.v14i05.13357 [15] Soeanardi, T., “Teori Dasar Kuliner: Teori Dasar Memasak untuk Siswa, Peminat, dan Calon Profesional”, Jakarta: PT. Gramedia Pustaka Utama. 2013. [16] Triana, Y., Adrianti, F., dan Maharani, F., “Implementasi Content-Based Filtering pada Aplikasi Pencarian Taman Penitipan Anak”, Jurnal Resti (Rekayasa Sistem dan Teknologi Informasi), vol. 14, no. 1, pp. 35 – 51, 2019. https://doi.org/10.29207/resti.v3i2.921 [17] Wardana, A.S. dan Timur, M., “Collaborative Filtering Recommender System Pada Virtual 3D Kelas Cendekia”, Indonesian Journal of Electronics and Instrumentation System (IJEIS), vol. 8, no. 1, pp. 73 – 82, 2018. https://doi.org/10.22146/ijeis.28729 [18] Wijaya, A.E. dan Alfian, D., “Sistem Rekomendasi Laptop Menggunakan Collaborative Filtering dan Content-Based Filtering”, Jurnal Computech dan Bisnis, vol. 12, no. 1, pp. 11 – 27, 2018. https://doi.org/10.25124/tektrika.v4i1.1846 iJIM ‒ Vol. 15, No. 08, 2021 85 https://doi.org/10.30812/matrik.v20i1.617 https://doi.org/10.30812/matrik.v20i1.617 https://doi.org/10.24089/j.sisfo.2016.03.005 https://doi.org/10.1016/j.eij.2015.06.005 https://doi.org/10.1017/cbo9780500763113.002 https://doi.org/10.1017/cbo9780500763113.002 https://doi.org/10.24252/lp.2011v14n1a3 https://doi.org/10.34148/teknika.v8i1.139 https://doi.org/10.24114/cess.v3i1.7855 https://doi.org/10.24114/cess.v3i1.7855 https://doi.org/10.3991/ijim.v8i2.3623 https://doi.org/10.3991/ijim.v12i1.7561 https://doi.org/10.3991/ijim.v14i05.13357 https://doi.org/10.29207/resti.v3i2.921 https://doi.org/10.22146/ijeis.28729 https://doi.org/10.25124/tektrika.v4i1.1846 Paper—Cooking Class Recommendation Using Content Based Filtering for Improving Chef Learning… 7 Authors Budi Wibowotomo is a Lecturer at the industrial Technology Department, Faculty of Engineering, Universitas Negeri Malang. Eris Dwi Septiawan Rizal is a Student at the Electrical Engineering Department, Faculty of Engineering, Universitas Negeri Malang. Email: erisdsr@gmail.com Dediek Tri Kurniawan is a Lecturer at the Management Department, Faculty of Business Economics, Universitas Negeri Malang Article submitted 2021-01-24. Resubmitted 2021-03-06. Final acceptance 2021-03-09. Final version published as submitted by the authors. 86 http://www.i-jim.org file:///D:/I%20A%20O%20E%202021/R%20View/iJIM/iJIM%2008/Divya/erisdsr@gmail.com