International Journal of Interactive Mobile Technologies (iJIM) – eISSN: 1865-7923 – Vol. 14, No. 2, 2020 Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and Artificial Neural Networks https://doi.org/10.3991/ijim.v14i02.10940 Ann Nosseir () Institute of National Planning (INP), Cairo Egypt The British University in Egypt (BUE), Cairo, Egypt ann.nosseir@bue.edu.eg Yahia Mohamed Fathy The British University in Egypt (BUE), Cairo, Egypt Abstract—Identifying students at risk, or potentially excellent students is in- creasingly important for higher education institutions to meet the needs of the students and to develop efficient learning strategies. Early stage prediction can give an indication of the students’ performance during their study years. This helps to tailor an appropriate learning strategy for weak or excellent students. This work develops a novel framework for a mobile app to predict student performance before starting university education. The framework has three main components, namely, a neural network model that predicts GPA, a mobile app that tests basic knowledge in different domains, and a fuzzy model that estimates future student performance. Keywords—Mobile app, Predictive Models, Fuzzy algorithm, Neural Network, Pedagogy 1 Introduction Work has been done in identifying students’ performance, more specifically students “at risk” [13][10][16][3][17][20][15][26]. These students are at risk of not finishing their degree in the assigned period and may drop out. The reason why it is important to detect and solve this problem earlier is because it has negative consequences on differ- ent levels. This is an economic loss for families, universities and the public. These losses can be reduced if, in early stages, these students’ performance is predicted and, accordingly, an appropriate learning strategy is set for them. It is equally important to identify the outstanding ones. Having the right education program designed for them will have a positive impact. Some universities, based only on students’ entry marks, take precautionary measures to maintain a certain level of education and dropout rate by minimizing the number of students at risk. For example, they could add extra courses such as math or English. This is to help students to engage in the university system as smoothly as possible. For 4 http://www.i-jim.org https://doi.org/10.3991/ijim.v14i02.10940 mailto:ann.nosseir@bue.edu.eg Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... excellent students, universities encourage and support students to take part in national and international competitions and conferences. They pay for mentors to guide students and help them to gain more skills and succeed. Knowing the exact numbers of weak and excellent students helps universities to plan ahead and provide the needed services to support students to successfully complete their studies. Students’ performance is not limited to their entry marks only. There are other fac- tors that need to be considered. The work by [5][4][16][9][25] shows other factors that influence their success or failure. For example, factors such as gender and race are rea- sons for early withdrawal[22]. Additionally, social background, confidence, and moti- vation[19] greatly affect students’ performance. Checchi and Flabbi[8] and Aina[1] found that well-trained students integrate faster in the University’s system and there is a strong relationship between secondary school choice and parental educational back- ground, cultural and financial factors and their success at university. Güner et.al.[13] classified these factors into the academic background of students, social, economic, and educational levels of students’ families, as well as the physiological and individual characteristics of students. Dropout commonly happens after the first year of university. Researchers have shown that there is a strong relationship between first year academic success and grad- uating successfully in time [24]. Tinto[27] has observed that 73% of withdrawals occur within the first two years. Added to that, less than 80% students in early years in Queensland University of Technology managed to graduate within four years [9]. This novel work has a framework of three components which are: a neural network, fuzzy models and a question-based assessment application. The supervised neural net- work model considers socio-economic factors in addition to other factors. This paper starts with related work. Then it describes the framework in three sections which are: the neural network model, assessment application, and the fuzzy model. It ends with discussion and conclusions. 2 Related Work In the literature, there have been many research papers attempting to predict the GPAs of students using data mining models. These use either one model or a hybrid model. Cortz and Silva [7] collected real-world data about student grades, demographic, social and school-related features using school reports and questionnaires. They used k-means clustering, Naive Bayes and C4.5 decision tree algorithm on algorithms to classify the students’ failure in two core classes (Mathematics and Portuguese). Güner et. al. [13] applied three classifiers namely: Support Vector Classification (SVC) ap- proaches, Least-squares support vector classification (LSSVC) and Radial basis func- tion neural networks (RBFNN) to predict students’ university first year GPA. They built their models with 39 inputs that represented their socio-economic status e.g., the dis- tance of hometown to university and other data related to their high school marks such as the quantitative score of the high school in national rankings. Other work [26] pro- poses a reduced training vector-based support vector machine (RTV-SVM) capable of predicting at-risk and marginal students. They used the marks of university students in iJIM ‒ Vol. 14, No. 2, 2020 5 Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... seven courses to develop their model. Djulovic and Li [11] implemented four models i.e., decision trees, Naïve Bayes, Neural Networks, and Rule Induction models to iden- tify first year students who are more likely to drop out of university. The fuzzy logic technique is used for uncertain facts to support the decision-making process. Jyothi et. al[29] proposed a fuzzy expert system for evaluating teachers’ over- all performance. They used student feedback evaluation, teachers’ self-appraisal, as- sessment by peers, and university exams to predict the assessment results. Ajiboye [2] developed a model using a fuzzy logic approach to predict the risk status of students based on how basic information correlates with the students’ academic achievement. Goni [12]used a fuzzy logic-based expert system to predict student academic perfor- mance in Adamawa State University Mubi. Their input variables were the score of O’level result, type of secondary school attended and age of the students. Rathore and Jayanthi [21] and Akansha et.al.[14] implemented a fuzzy inference system to predict student performance. Rathore and Jayanthi’s [21] model inputs are the 10th marks, 12th marks, B.Tech CGPA, M.Tech CGPA, and number of backlogs. The Akansha et.al.[14] model inputs are: exam 1, exam 2 and exam practical. Ulloa- Cazarez [6] built a fuzzy logic model to predict the performance of on-line students and their inputs of their model are the results of the Calif_U1 and Calif_U2. The current work builds a novel hybrid model that has three components: a neural network and fuzzy models and a question-based assessment application. It uses real data to predict the general performance from the early registered data. It combines both data mining techniques of neural network and fuzzy logic. The following section de- scribes the details of this work. 3 Predictive Student Performance Framework The objective of this framework is to predict student performance. To achieve this, the framework uses university registration entry data and students’ answers to a set of questions in different domains. The architecture of the framework has three main com- ponents. The first component is a neural network model that predicts the expected GPA from the data provided in early stages i.e., before starting undergraduate studies. The second component is the assessment application. This application has a list of questions that examines the students’ knowledge in different domains. The third component is the fuzzy model. It predicts student performances from the predicted GPA and the percent- age of correct answers. Figure 1. shows the details of the framework. The following sections describe in detail the three components. 6 http://www.i-jim.org Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... Fig. 1. Predictive students’ performance framework 3.1 Neural network model Methodology: To develop the model, a number of steps were followed: data collec- tion, data processing, and building the neural network model. Data collection: To build a supervised model, the model considered data from uni- versity records. The data are for students’ graduated between 2009 and 2017. The data record attributes are graduation year, gender, address, country of school, prequalifica- tion certificate, prequalification percentage, English language entry mark, prep year av- erage to predict the final GPA (see Fig.2). Fig. 2. An image of the original data from university records 2009-2017 Data preprocessing: The data went into two phases of processing: coding and then normalization. In the coding, the data were converted into digital numbers. For exam- ple, for the years from 2009-2017, the corresponding numbers are 1-9. For the female- 1 and male-0. The students’ addresses were from 65 areas. The digital number was iJIM ‒ Vol. 14, No. 2, 2020 7 Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... converted based on the area, e.g., Gharbia =32. Regarding the students’ country of schooling, the data had 13 countries. The addresses of the schools were converted as follows: Egypt=1 Cameroon=2, United Arab Emirates=3, etc. The Prequalification Certificate was coded as follow Thanawya Amma=1, American High School Di- ploma=2, and IGCSE / GCSE=3. In the normalization phase, each value in each attribute is normalized using the minmax normalization. This is equation (1) of the minmax. 𝑌𝑖 = (𝑋𝑖 − 𝑚𝑖𝑛(𝑋)) (𝑚𝑎𝑥(𝑋)− 𝑚𝑖𝑛(𝑋)) (1) Where Xi is the i data point and min represents the minimum and maximum repre- sents maximum. So Xi converts to Yi1 Network Building: Topology of the network: The network topology describes the arrangement of the neural network. Choosing the topology of the neural network is a difficult decision [28]. The network topologies available are numerous, each with its inherent advantages and disadvantages. For example, some networks trade off speed for accuracy, while some are capable of handling static variables and not continuous ones. Hence, to arrive at an appropriate network topology, various topologies such as multilayer perceptron, recur- rent network, and time-lagged recurrent network were considered. Due to the nature of our case study data, which is static and not sufficiently large to enable the use of com- plex topologies, the multilayer perceptron was selected. Multilayer perceptron: Multilayer Perceptrons (MLPs) are layered feed-forward net- works typically trained with static back propagation. Fig. 3 shows the topology of this model. Fig. 3. Neural network topology Learning algorithm: Learning is actually the process of adapting or modifying the connected weights between neurons as a result of the mismatch between the targeted output and the desired output [7]. There are many techniques commonly used in learn- ing algorithms, which include: Gradient Decent Backpropagation, Radial Basis Func- 1 : Statistics Prentice Hall; 10 edition (February 16, 2006) James T. McClave Terry Sincich 8 http://www.i-jim.org Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... tion and the fastest known technique called Levenberg –Marquardt (LM). The activa- tion or transfer function used in the hidden layers are log sigmoid or “logsig” while in the output layer is mainly pure linear or “purelin”. Network training: The training will stop when Minimum Square Error or MSE is obtained, which is the minimum error between targeted and predicted. MSE is given. The network was trained with the number of runs set to 3 and the Epoch set to ter- minate at 1000. The training performance was then evaluated using the following per- formance measures: The Mean Square Error (MSE) in equation (2): MSE= ∑ (𝒅𝒊𝒋−𝒀𝒊𝒋)𝟐𝑷𝑵𝒋=𝟎 𝒊=𝟎 𝑵𝑷 (2) where: P = number of outputs of processing element. N= number of exemplars in the dataset. Yij=network output for exemplars i at processing element j, dij=desired output for exemplars i at processing element j, Model Performance Test: Fig.3 shows the results of the validation performance. The least MSE in the validation step happened at epoch1000, which has the best validation performance equal to 1.8278e-09. Fig. 4. Best validation performance of the model 3.2 Assessment application The second component is the question-based application. The backbone of this ap- plication is the relational database management system (RDBMS). It has 10 tables. Ta- ble 1 shows the attribute of each table and Fig. 4 shows the RDB diagram. iJIM ‒ Vol. 14, No. 2, 2020 9 Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... Table 1. The database tables description and attributes. Table Description Student Saves information related to the student (Name – Username – Password – GPA – Performance - Department). Category Category of the Subject (Biology Science). One subject has several categories containing questions. Doctor Information about Module Leaders (Name – Username – Password – Department). Questions All saved questions in the system (Question – Answer – Difficulty Rate – Category – Type – Module Leader). Exams Information about the saved exam (Exam name – Date – Subject – Answers). Sheets Information about the saved sheet (Sheet name – Date – Subject – Answers). Evaluation Exam (Exam number – Date – Student – Subject). Subject All subjects of system (Name – Department). Department Departments in system (Name). Department Business. Type Types of Question Example: True or False - MCQ Admin Information for IT individuals (Username – Password). Fig. 5. Relation database (RDB) diagram This database is accessed by two main user types i.e. the module leaders and the new students. A module leader has full access to the database. The main responsibility of 10 http://www.i-jim.org Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... the module leader is to add questions, answers and the difficulty rate to test the new students’ background knowledge in different domains. The second user is the student. He/she uses the mobile app and answers the ques- tions. Fig. 5 shows an example of the interface. Fig. 6. The Interface of the assessement application 3.3 Fuzzy model The third component is the fuzzy model. There are four main steps to build a fuzzy model namely, crisp inputs, fuzzed inputs, fuzzy conclusion and crisp output. It starts with having a crisp input or fuzzy sets and in our case, the sets are both the neural network and the assessment application results. Second is developing the core model. This step begins by processing the fuzzified inputs or the fuzzification where the fuzzy rules are defined. The defuzzification is the following step to get the fuzzy conclusions and produce the crisp output. iJIM ‒ Vol. 14, No. 2, 2020 11 Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... Fig. 7. Fuzzy model 3.4 Fuzzy sets (crisp inputs and outputs)and membership function A fuzzy set is defined by Zayeh [30][1] to be a class of objects that have a continuum of membership grades. The membership function assigns to each object a membership grade with a range between zero and one. The membership function curve defines how each point in the input space is mapped to a membership value between 0 and 1[2]. The x axis represents the universe of discourse, whereas the y axis represents the degrees of membership in the [0,1] interval. The shape of membership function can be Gaussian, triangular, trapezoidal, sigmoid, S-shape or Z-shape[15] . This model has three sets. They are two input sets, which are the GPA and the aver- age correct answers to the questions, and the third is the output set of the students’ performance. The intervals for the sets or crisp inputs and output are as follows. The GPA graph interval carries values between (0 – 4.0). The intervals of the correct an- swers are between (0-50). For the output of the students’ performance, the intervals are between 0-10. To develop the membership function, The Gaussian function is selected because the students’ grades and performance set falls under the normal distribution. The Gaussian function is defined by a central value m and a standard deviation k > 0. The smaller k is, the narrower the “bell” is[30] in equation (3). 𝜇𝐴 (𝑥) = 𝑒 −(𝑥−𝑚)2 2𝑘2 (3) This model membership functions are represented in Gaussian curves in Fig. 1, 2, &3. 12 http://www.i-jim.org Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... Fig. 8. GPA membership Fig. 9. Correct answers Fig. 10. Rate of the students’ performance 3.5 Fuzzy Rule-Based Model (FRBM) A Fuzzy Rule-Based Model (FRBM) or a fuzzy inference system estimates a set of outputs from a set of input data using the fuzzy sets theory [30][23]. This model predicts iJIM ‒ Vol. 14, No. 2, 2020 13 Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... the students’ performance with two inputs, namely the GPA and the average of correct answers. Matlab’s fuzzy inference system was used to generate the rules. These are the rules for the students’ performance.  If (GPA is Low) and (Average Correct is Low) then (Rate is Low)  If (GPA is Low) and (Average Correct is Med) then (Rate is Low)  If (GPA is Low) and (Average Correct is High) then (Rate is Med)  If (GPA is Med) and (Average Correct is Low) then (Rate is Low)  If (GPA is Med) and (Average Correct is Med) then (Rate is Med)  If (GPA is Med) and (Average Correct is High) then (Rate is High)  If (GPA is High) and (Average Correct is Low) then (Rate is Med)  If (GPA is High) and (Average Correct is Med) then (Rate is High)  If (GPA is High) and (Average Correct is High) then (Rate is High) Fig. 11. Result of rate when GPA=2.95 and average correct answers=18.4 i.e. 60% 3.6 Defuzzification A defuzzification is the process to produce the fuzzy conclusion. It is called known as fuzzy inference. This defuzzification process means converting fuzzy output back to classical or crisp output to the control objective. The commonly used method is the Mean of Maximum and the Center Of Gravity (COG) Method[18][24]. COG method can be defined by the algebraic expression used for algebraic integra- tion. Fig. 11 represents this method graphically[24]. The weighted average for center of gravity or membership function of the area bounded by function of membership curve is computed then to be the most crisp value of fuzzy quantity. For discrete mem- bership function, the defuzzified value denoted as X using COG is defined as Here Xi 14 http://www.i-jim.org Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... indicates the sample element, μ (Xi) is the membership function, and n represents the number of elements in the sample (see equation (4)). 𝑋 = ∑ 𝑥𝑖.𝜇(𝑥𝑖) 𝑛 𝑖=1 ∑ 𝜇(𝑥𝑖) 𝑛 𝑖−1 (4) Fig. 12. Defuzzification using Center Of Gravity (COG) [24] Fig. 10 shows the COG results when the GPA is 2.95 and the Average Correct An- swers is 18.4. The fuzzy inference system calculates the overall performance or rate of 6. It is equal to 60%. 4 Conclusions and Future Work This paper presents new work in the area of predicting student performance. First, data selection was based on the factors influencing drop out or students at risk percentages. The supervised ANN model used student data of the university from 2009 -2017. From this data the main attributes selected were socio-economic factors that af- fect their performances [13]. In addition, as research shows that the drop out usually happens after the first year [24] and[27], one of the attributes is the prep year mark. Consequently, the attributes are graduation year, gender, address, country of school, prequalification certificate, prequalification percentage, English entry mark, prep year average and to predict the final GPA. Second, the system tests the students’ basic knowledge in certain area that is related to his specialty or major they select. It develops a mobile app that has a database. It allows the lecturer or tutor to add questions and the system calculates the percentage of correct answers. Third, based on the real data provided by the university, the system incorporates a neural network that predicts the final GPA of the students. At that point this work is iJIM ‒ Vol. 14, No. 2, 2020 15 Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... similar to [7], [13], and [11]. The difference is in the attributes used to predict the per- formance. Fourth, the value of this work is the fuzzy model that integrates the students’ current knowledge in the major in which the student wishes to specialize and the predicted final GPA. The model predicts the final performance of students. The major is one of the factors that affects the final performance. This is different to the work of [2], [12], [21] ,[14] and [6]. Future work will exam whether the system can pick up the exact cause behind low performance. Additionally, we would like to expand this work to add a question-based system that predicts the performance and guides students to improve their performance. 5 References [1] Carmen Aina. 2013. Parental background and university dropout in Italy. High. Educ. 65, 4 (2013), 437–456. https://doi.org/10.1007/s10734-012-9554-z [2] Adeleke Raheem Ajiboye, Ruzaini Abdullah Arshah, and Hongwu Qin. 2013. Risk Status Prediction and Modelling Of Students ’ Academic Achievement - A Fuzzy Logic Approach. Int. J. Eng. Sci. 3, 11 (2013), 7–14. [3] Abdullah Alsheddy. 2017. on the application of data mining algorithms for predicting stu- dent performance : a case study. 17, 10 (2017), 189–197. [4] Pauziah Mohd Arsad, Norlida Buniyamin, and Jamalul-lail Ab Manan. 2013. A Neural Net- work Students ’ Performance Prediction Model ( NNSPPM ). November (2013). https://doi.org/10.1109/icsima.2013.6717966 [5] Abeer Badr, El Din, and Ibrahim Sayed Elaraby. 2014. Data Mining : A prediction for Stu- dent’s Performance Using Classification Method. 2, 2 (2014), 43–47. https://doi.org/10.13 189/wjcat.2014.020203 [6] Rosa Leonor Ulloa Cazarez. 2014. Fuzzy Logic Model for predicting student performance on online courses. November 2013 (2014). https://doi.org/10.13140/2.1.1236.6720 [7] Kalpesh P Chaudhari, Riya A Sharma, Shreya S Jha, and Rajeshwari J Bari. 2017. Student Performance Prediction System using Data Mining Approach. 6, 3 (2017), 833–839. https://doi.org/10.17148/ijarcce.2017.63195 [8] Daniele Checchi. 2010. Intergenerational Mobility and Schooling Decisions in Germany and Italy : the Impact of Intergenerational Mobility and Schooling Decisions in. (2010), 1–47. [9] Ali Daud. 2017. Predicting Student Performance using Advanced Learning Analytics. (2017), 415–421. [10] Gerben W Dekker, Mykola Pechenizkiy, and Jan M Vleeshouwers. 2009. Predicting Stu- dents Drop Out : A Case Study. (2009), 41–50. [11] Admir Djulovic and Dan Li. 2013. Towards Freshman Retention Prediction: A Comparative Study. Int. J. Inf. Educ. Technol. 3, 5 (2013), 494–500. https://doi.org/10.77 63/IJIET.2013.V3.324 [12] Ibrahim Goni, Jerome M Gumpy, and P B Zira. 2018. Designing A Fuzzy Rule Based Sys- tem To Predict Students Academic Performance In Adamawa State University Mubi. Arch. Appl. Sci. Res. 10, 2 (2018), 27–34. [13] Necdet Güner, Abdulkadir Yaldır, Gürhan Gündüz, Sezai Tokat, and Serdar İplikçi. 2014. Predicting Academically At-Risk Engineering Students : A Soft Computing Application. 11, 5 (2014), 199–216. 16 http://www.i-jim.org https://doi.org/10.1007/s10734-012-9554-z https://doi.org/10.1109/icsima.2013.6717966 https://doi.org/10.13189/wjcat.2014.020203 https://doi.org/10.13189/wjcat.2014.020203 https://doi.org/10.13140/2.1.1236.6720 https://doi.org/10.17148/ijarcce.2017.63195 https://doi.org/10.7763/IJIET.2013.V3.324 https://doi.org/10.7763/IJIET.2013.V3.324 Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... [14] Salvi Akansha H, Khairnar Medha M, Shaikh Samina R, and Kokani Shital T. 2018. Predic- tion and Evaluation of Students Academic Performance using Fuzzy Logic. (2018), 1797– 1799. [15] Ali Kadkhodaie Ilkhchi, Mohammadreza Rezaee, and Seyed Ali Moallemi. 2006. A fuzzy logic approach for estimation of permeability and rock type from conventional well log data: An example from the Kangan reservoir in the Iran Offshore Gas Field. J. Geophys. Eng. 3, 4 (2006), 356–369. https://doi.org/10.1088/1742-2132/3/4/007 [16] Ellen Kalinga. 2017. Neural n etwork m odel f or p redicting s tudents ’ a chievement i n b lended c ourses a t t he u niversity o f d ar e s s alaam. 8, 2 (2017), 23–35. [17] Lorenz Kemper. 2018. Predicting Student Dropout : a Machine Learning Approach Predict- ing Student Dropout : A Machine Learning Approach. February (2018), 0–33. [18] W Van Leekwijck and E E Kerre. 1999. Defuzzification: criteria and classification. Fuzzy Sets Syst. 108, 2 (1999), 159–178. https://doi.org/10.1016/s0165-0114(97)00337-0 [19] Anne Catherine Lehre, Arvid Hansen, and Petter Laake. 2009. Gender and the 2003 Quality Reform in higher education in Norway. High. Educ. 58, 5 (2009), 585–597. https://doi.org/10.1007/s10734-009-9211-3 [20] Farshid Marbouti, Heidi A Diefes-dux, and Krishna Madhavan. 2016. Computers & Educa- tion Models for early prediction of at-risk students in a course using standards-based grad- ing. Comput. Educ. 103, (2016), 1–15. https://doi.org/10.1016/j.compedu.2016.09.005 [21] Ravi Kumar Rathore and J Jayanthi. 2018. Student Prediction System for Placement Train- ing Using Fuzzy Inference System. ICTACT J. Soft Comput. 7, 3 (2018), 1443–1446. https://doi.org/10.21917/ijsc.2017.0199 [22] Russell Rumberger. 1983. Dropping out of High School : The Influence of Race, Sex, and Family Background Author ( s ): Russell W . Rumberger Published by : American Educa- tional Research Association Stable URL : http://www.jstor.org/stable /1162594%20REFERENCES Linked references ar. Am. J. Educ. Res. 20, 2 (1983), 199– 220. https://doi.org/10.3102/00028312020002199 [23] L. Rutkowski. 2006. Flexible neuro-fuzzy systems: Structures, learning and performance evaluation. IEEE Trans. Neural Networks 17, 1 (2006), 270. https://doi.org/10.1109 /TNN.2005.864047 [24] Fernando Saboya, Maria da Glória Alves, and Wendell Dias Pinto. 2006. Assessment of failure susceptibility of soil slopes using fuzzy logic. Eng. Geol. 86, 4 (2006), 211–224. https://doi.org/10.1016/j.enggeo.2006.05.001 [25] Brett E Shelton, Jui-long Hung, and Patrick R Lowenthal. 2017. Predicting student success by modeling student interaction in asynchronous online courses. Distance Educ. 7919, (2017), 1–11. https://doi.org/10.1080/01587919.2017.1299562 [26] Kwok Tai, Dennis Chun, Lok Fung, Miltiadis D Lytras, and Tin Miu. 2018. Computers in Human Behavior Predicting at-risk university students in a virtual learning environment via a machine learning algorithm. Comput. Human Behav. December 2017 (2018), 0–1. https://doi.org/10.1016/j.chb.2018.06.032 [27] Vincent Tinto. 1993. Leaving College : Rethinking the Causes and Cures. University of Chi- cago Press. [28] O.E. Charles-Owaba. V.O. Oladokun, A.T. Adebanjo. 2010. Predicting Students’ Academic Performance Using Artificial Neural Networks : A Case Study. J. Comput. Sci. 8, 5 (2010), 97–100 [29] Issue Version, Ms G Jyothi, Ch Parvathi, P Srinivas, and Sk Althaf. 2014. Fuzzy Expert Model for Evaluation of Faculty Performance in Technical Educational Institutions. 4, 5 (2014), 41–50. [30] L.A Zadeh. 1965. Zadeh_FuzzySetTheory_1965.pdf. Information and Control 8, 338–353 iJIM ‒ Vol. 14, No. 2, 2020 17 https://doi.org/10.1088/1742-2132/3/4/007 https://doi.org/10.1016/s0165-0114(97)00337-0 https://doi.org/10.1007/s10734-009-9211-3 https://doi.org/10.1016/j.compedu.2016.09.005 https://doi.org/10.21917/ijsc.2017.0199 http://www.jstor.org/stable/1162594%20REFERENCES http://www.jstor.org/stable/1162594%20REFERENCES https://doi.org/10.3102/00028312020002199 https://doi.org/10.1109/TNN.2005.864047 https://doi.org/10.1109/TNN.2005.864047 https://doi.org/10.1016/j.enggeo.2006.05.001 https://doi.org/10.1080/01587919.2017.1299562 https://doi.org/10.1016/j.chb.2018.06.032 Paper—A Mobile Application for Early Prediction of Student Performance Using Fuzzy Logic and... 6 Authors Ann Nosseir is an associate professor at the Institute of National Planning (INP) and the British University in Egypt (BUE). She is the Faculty of Informatics and Computer Science. Yahia Mohamed Fathy is a Faculty of Informatics and Computer Science (ICS) at British University in Egypt. Yahia is Informatics & Computer Science department grad- uate in 2019. yahia129151@bue.edu.eg Article submitted 2019-05-28. Resubmitted 2019-11-26. Final acceptance 2019-11-26. Final version pub- lished as submitted by the authors. 18 http://www.i-jim.org yahia129151@bue.edu.eg