
Citation: Ernest Greene, Michael J. Hautus. Demonstrating Invariant Encoding of Shapes Using A Matching Judgment Protocol[J]. AIMS Neuroscience, 2017, 4(3): 120-147. doi: 10.3934/Neuroscience.2017.3.120
[1] | Peiqun Lin, Chenxing He, Lingshu Zhong, Mingyang Pei, Chuhao Zhou, Yang Liu . Bus timetable optimization model in response to the diverse and uncertain requirements of passengers for travel comfort. Electronic Research Archive, 2023, 31(4): 2315-2336. doi: 10.3934/era.2023118 |
[2] | Wenjie Wang, Suzhen Wen, Shen Gao, Pengyi Lin . A multi-objective dynamic vehicle routing optimization for fresh product distribution: A case study of Shenzhen. Electronic Research Archive, 2024, 32(4): 2897-2920. doi: 10.3934/era.2024132 |
[3] | Shiqi Zou, Xiaoping Shi, Shenmin Song . MOEA with adaptive operator based on reinforcement learning for weapon target assignment. Electronic Research Archive, 2024, 32(3): 1498-1532. doi: 10.3934/era.2024069 |
[4] | Linsen Song, Yichen Du . A real-time pricing dynamic algorithm for a smart grid with multi-pricing and multiple energy generation. Electronic Research Archive, 2025, 33(5): 2989-3006. doi: 10.3934/era.2025131 |
[5] | Liling Huang, Yong Tan, Jinzhu Ye, Xu Guan . Coordinated location-allocation of cruise ship emergency supplies under public health emergencies. Electronic Research Archive, 2023, 31(4): 1804-1821. doi: 10.3934/era.2023093 |
[6] | Gonglin Yuan, Minjie Huang . An efficient modified HS conjugate gradient algorithm in machine learning. Electronic Research Archive, 2024, 32(11): 6175-6199. doi: 10.3934/era.2024287 |
[7] | Gongcai Wu . Intelligent recommendation algorithm for social networks based on improving a generalized regression neural network. Electronic Research Archive, 2024, 32(7): 4378-4397. doi: 10.3934/era.2024197 |
[8] | Xueping Han, Xueyong Wang . MCGCL: A multi-contextual graph contrastive learning-based approach for POI recommendation. Electronic Research Archive, 2024, 32(5): 3618-3634. doi: 10.3934/era.2024166 |
[9] | Rajakumar Ramalingam, Saleena B, Shakila Basheer, Prakash Balasubramanian, Mamoon Rashid, Gitanjali Jayaraman . EECHS-ARO: Energy-efficient cluster head selection mechanism for livestock industry using artificial rabbits optimization and wireless sensor networks. Electronic Research Archive, 2023, 31(6): 3123-3144. doi: 10.3934/era.2023158 |
[10] | Jing Chen, Weiyu Ye, Shaowei Kang . Learning user preferences from Multi-Contextual Sequence influences for next POI recommendation. Electronic Research Archive, 2024, 32(1): 486-504. doi: 10.3934/era.2024024 |
With the spread of COVID-19, the emergence of online learning [1] platform has effectively solved the dilemma that universities and educational institutions cannot carry out offline teaching and ensured the safety and reliability of learning scenarios, which has become an important way for people to acquire knowledge. How to use the Internet and various artificial intelligence technologies to select the appropriate resource list from massive learning resources and accurately recommend the learning content to provide personalized learning experience for people has become one of the research hotspots in the field of online learning.
Personalized recommendation system can not only satisfy the preferences of learners, but also effectively improve the satisfaction of online learning. The recommendation system [2] generates the appropriate resource recommendation list mainly according to learning time [3], knowledge [4], learning preference [5], demand [6] and social situation [7]. The methods of learning resource recommendation can be basically divided into content-based resource recommendation [8], collaborative filtering-based resource recommendation [9], knowledge-based resource recommendation methods [10] and session-based resource recommendation [11]. The content-based learning resource recommendation makes similarity recommendation by comparing the characteristics between learners and resources, which is intuitive but ignores the correlation between resources. The collaborative filtering-based learning resource recommendation makes recommendation through the similarity matrix between learners or resources. This method has the defects of cold start and high time complexity, and the calculation method of similarity will affect the results. The knowledge-based learning resource recommendation considers the relevant knowledge of learners and resources, and matches the knowledge demands of learners with resource knowledge. This method conforms to the law of psychology and can save a lot of learning time, but its recommendation process requires large amount of manual intervention, which has subjective influence. The session-based learning resource recommendation relies on the interaction information between learners and resources, which can effectively improve the recommendation accuracy of resources. However, it requires the internal structure processing and the modeling of relationship between sessions on session data, and there are few researches on this aspect.
Learners have multiple attributes, and there are associations between resources, while users' demands for learning resources are multi-dimensional. For example, different users have different requirements on cognitive ability, media preference, content preference and other aspects. Therefore, the problem of learning resource recommendation with multidimensional constraints can be regarded as an NP-hard problem, and the main solutions include ant colony algorithm [12], genetic algorithm [13] and particle swarm optimization algorithm [14]. In addition, the ε-constraint method [15] and the minimum-maximum method [16] solve the multi-objective optimization problem by constraining other objective functions and optimizing one objective function. These research methods all need to set complex weights. In order to avoid the above problems, NSGA-Ⅱ and its improved algorithm [17,18,19,20,21,22,23,24,25], as a solution to the multi-objective optimization problem, have successfully solved the multi-objective optimization problem in several research fields. However, there are few related researches in the field of online learning resource recommendation.
From the view of balancing the various demands of learners, this paper proposed a learning resource recommendation model based on the improved NSGA-Ⅱ algorithm. The learning resources were filtered with background fitness, cognitive fitness and diversity as objective functions. The Tabu search algorithm was applied to improve local search ability. At the same time, the dynamic updating of crowding degree and the adaptive changing of crossover rate and mutation rate were adopted to ensure individual diversity. The main contributions of this paper are as follows:
1) In order to solve the problem that low-density individuals are easy to be deleted and homogeneous populations, dynamic updating crowded distance and adaptive crossover mutation operators are proposed.
2) According to the multi-dimensional needs of learners, a three-objective optimization model of background fitness, cognitive fitness and diversity is established.
3) While retaining the advantages of individual diversity and uniformity of NSGA-Ⅱ algorithm, Tabu search strategy is added to improve the search ability of solution set and increase the diversity.
The rest of this paper is structured as follows: Section 2 describes the algorithm and modeling process of this paper; Section 3 details the solution process of model. Section 4 discusses the experiments and results. Section 5 presents conclusion and future research direction.
This section first makes conventions on the symbols used in the full text, and formalizes the selection of personalized learning resources, including the necessary symbol definition. After that, the factors that affect the results of personalized resource recommendation are briefly analyzed to clarify the rationality of the three factors considered in this paper, i.e., background fitness, difficulty fitness and content preference.
The online resource recommendation technology in online teaching judges the preferences of students according to their pre-test characteristics, so as to provide students with resources that meet their demands [26]. The characteristics of students in online teaching mainly include age, gender, educational background, cognitive ability and other information, as well as the acceptable learning time of learners. The characteristics of online resources mainly include the average age of learning groups [27], female proportion, educational threshold, difficulty level, the feature of resource content and time to complete learning resources.
This paper proposes an online learning resource recommendation model based on improved NSGA-Ⅱ algorithm, which does not convert the multi-objective problem into a single objective problem by the weighted method, but uses the multi-objective method to improve the online learning resources recommendation. The improved NSGA-Ⅱ algorithm adopts the ternary combination mode, and takes background fitness, cognitive fitness and diversity as the selection targets.
Definition 1. Characteristics of learner: The personalized characteristics of learners include background information (BI), cognitive ability (CA) and time limit (T). The learner set is expressed as U={u1,u2,...,u|U|}, where the |U| represents the size of learner set. For a specific learner ui, its background information (BIi) is defined as BIi={AI,GI,EI}, which is composed of age information (AI), gender information (GI) and education Information (EI). According to the relevant researches on the influencing factors of cognitive ability in recent years, it is concluded that learners' cognitive ability in the field of education has relation to their age [28], gender [29] and educational background [30].
Definition 2. Characteristics of learning resource: The characteristics of learning resources include preference information (PI), difficulty information (DI), content information (CI), and time (t). The learning resource set is expressed as L={LO1,LO2,...,LO|LO|}, of which |LO| denotes the size of learning resource set. The preference information (PI) of specific learning resource LOi is defined as PIi={MA,WP,UP}, which is composed of mean age (MA) of learner group, women proportion (WP) and undergraduates percentage (UP).
Definition 3. Content information of learning resource: content information (CI) of learning resources is expressed as CI={PD,AD,ND}, which determines the selection quality of learning resource recommendation list. It is codetermined by popularity degree (PD), authority degree (AD) and novelty degree (ND). The background fitness (BF) between learners and learning resources is decided by learners' background information (BI) and learning resources' preference information (PI). The difficulty fitness (DF) of learner to learning resources is determined by the cognitive ability (CA) of learners and the difficulty information (DI) of learning resources (DI).
The background fitness, cognitive fitness and diversity screening of learner affect the final resource recommendation list from three dimensions. Based on the above three characteristics, a multi-dimensional online learning resource recommendation model combined with time constraints is constructed. According to the background fitness and the difficulty fitness of learners, the diversity of resources is regarded as the auxiliary screening objective to provide suitable online learning resources list to learners.
Aimed at the above problems, an online learning resource recommendation model based on the improved NSGA-Ⅱ algorithm is proposed, as shown in Figure 1.
In the above recommendation model, the three-dimensional objectives of resource screening include background fitness, cognitive fitness and diversity. The screening conditions of diversity contain popularity degree, authority degree and novelty degree. The three-dimensional objectives are constrained by learning time limit. The three-dimensional objectives and time constraints jointly determine the final result, the higher the fitness of result, the better the experience of learners.
The background characteristics of learners include age, gender and education, which affect the choice of learning resources to a large extent. The background information is expressed as BI=[BI1,BI2,...,BI|U|], where BIi is a three-dimensional vector. The background characteristics of the ith learner are represented by BIi={AIi,GIi,DIi}. The preference information of learning resources are described by PI=[PI1,PI2,...,PI|LO|], of which PIj is a three-dimensional vector, PIj=[MAj,WPj,UPj] shows the preference information of the jth learning resource. The background fitness of the ith learners to the jth learning resource is formulated as:
BFij=sim(BIi,PIj)=ω1|AIi−MAj|min(AIi,MAj)+ω2|GIi−WPj|+(1−ω1−ω2)|DIi−UPj| | (1) |
where, AIi indicates the age information of learners, values for actual age. GIi figures the gender information of learner, with value of 0 or 1, 0 for female and 1 for male. DIi denotes the education information of learners. The value can be 0 or 1, indicating that the education of learner is below the bachelor degree and above the bachelor degree, respectively. MAj represents the mean age of learner that choose the resource. WPj shows the proportion of women that study the resource, and UPj represents the undergraduate proportion of the population studying the resource.
The cognitive ability of learner is expressed as CA=[CA1,CA2,...,CA|U|], where CAi shows the learning ability of the ith learner, value for CAi∈(0,1). The difficulty of learning resource is related to the learning stage and the percentage of people who have got achievement. The difficulty DIj of the jth learning resource can be calculated by
DIj=phasej×comjMax(com) | (2) |
where, phasej represents the course duration of learning resource, phasej∈[0,4] and phasej is an integer. comj denotes the number of people who have completed the learning task and successfully took the exam; Max(com) indicates the maximum number of participants for all learning resources. The difficulty fitness DFij of learners is the difference between the cognitive ability of the ith learner CAi and the difficulty of the jth learning resource Dj:
DFij=CAi−Dj | (3) |
If the difficulty of learning resources exceeds the cognitive ability of learners too much, learners will not be able to learn smoothly. If the difficulty of learning resources is too simple, there will be time waste of learners. Therefore, the difficulty of learning resources should be as close as possible to the cognitive limit of learners, the calculation result |DFj| the closer to zero, the better.
The content preference CP of learning resource is determined by its popularity degree, authority degree and novelty degree. The popularity degree of learning resources is related to the percentage of participants, the viewing frequency and score. The percentage of learning participants, the viewing frequency and the comprehensive score of resources can be expressed as:
f1(LOj)=SjMax(S) | (4) |
f2(LOj)=VjMax(V) | (5) |
f3(LOj)=1n∑n1(Pij+−PLOj−−Pui) | (6) |
where, Sj indicates the participant number of learning resource LOj that exceeds 50%. Max(S) indicates the maximum visits time of learning resource. Vj represents the viewing times of learning resource LOj. Max(V) denotes the maximum viewing times of resource. Pij shows the score of ith learner for the jth learning resource. −PLOj is the average score of learning resources. −Pui is the average score of all learners.
The popularity degree (PD) of learning resource is calculated by weighted f1(LOj), f2(LOj) and f3(LOj) in the above formula, with formula as follows:
PD(LOj)=ω3f1(LOj)+ω4f2(LOj)+(1−ω3−ω4)f3(LOj) | (7) |
The authority of learning resources will affect the trust of learner in the resources. The authoritative resources can improve the learning motivation of learner. The influences of issuing institution and lecturer affect the authority of resources. H-index is a method to evaluate academic achievements. The H-index of a scientific researcher means that he has H papers cited at least H times. The influence of institution can be related to the H-index of its staff, so the influence of agency can be expressed as:
f4(LOj)=HP−Min(HP)Max(HP)−Min(HP) | (8) |
where, HP represents the H-index of institution. Min(HP) and Max(HP) are the minimum and maximum H-index of the staff in institution. The influence of resource lecturers is expressed as:
f5(LOj)=Ha−Min(Ha)Max(Ha)−Min(Ha) | (9) |
where, Ha is the H-index of resource lecturers. Min(Ha) and Max(Ha) represent the minimum and maximum H-index of lecturers. Their H-index is closely related to the citation rate of their published scientific papers, which can be found and calculated from research platforms like CNKI. The authority degree AD of learning resources is expressed as:
AD(LOj)=ω5f4(LOj)+(1−ω5)f5(LOj) | (10) |
Novel learning resources can improve the positivity of learners. The novelty degree of learning resources N(LOi) is related to the release time of resource TimeLOi, and the novelty degree of resources is expressed as:
ND(LOj)=TimeLOj−E(Time)T−E(Time) | (11) |
where, E(Time) represents the earliest release time of the knowledge point contained in the learning resource, and T represents the current year. By integrating the PD, AD and ND of learning resources, the content selection of learning resources can be expressed as:
CIij=ω6PD(LOj)+ω7AD(LOj)+(1−ω6−ω7)ND(LOj) | (12) |
In this paper, a new hybrid algorithm is proposed, which combines the Tabu search algorithm with excellent local search efficiency with the NSGA-Ⅱ algorithm. The children obtained from the Tabu search algorithm are inserted into the population selection of NSGA-Ⅱ algorithm to enhance the diversity of population. The basic idea of NSGA-Ⅱ algorithm is to sort the population by non-dominated sorting and calculate the crowding distance to maintain the diversity of population. The improved NSGA-Ⅱ algorithm takes the resources as the parent population P0 with the size of N, and carries out non-dominated sorting on them. Each resource individual obtains the fitness, then doing tournament selection and genetic operator operation on each resource individual to generate a child population Gt with the size of N.
In the elitist strategy, the parent population Pt of generation t, the children population Gt generated by crossover mutation and the new individual Tt generated by Tabu search are combined into the new population Rt. The non-dominated Pareto solution set with decreasing rank is obtained by fast non-dominated sorting of Rt, expressed as F1,F2,⋯. The first N solutions are selected into the population Pt+1 until there are F1+F2+⋯+Fi≥N, where Fi is called the critical layer. Calculating the crowding distance of the critical layer, the individuals with high crowding degree is preferentially selected until the maximum number of iterations. The flow chart is shown in Figure 2.
The sorting mechanism of NSGA-Ⅱ algorithm is based on the calculation of crowding distance of individual resources. Crowding distance represents the density of resource solutions near a specific resource individual. In order to maintain diversity, individuals with large crowding distance at the same layer are preferentially selected. Although this strategy can retain individuals with low crowding degree, there is a risk that individuals with low crowding degree in the same area will be deleted at the same time.
In order to solve the above problems, the dynamical updating of crowding distance is adopted. The calculation process is as follows:
Step 1: Calculate the Euclidean distance between adjacent individuals. Let the crowding distance between the kth individual and the k+1th individual be:
I[k,k+1]distance=√∑m1(fi(k)−fiminfimax−fimin−fi(k+1)−fiminfimax−fimin)2 | (13) |
where, m is the target number, fi(k) is the value of the kth individual on the ith target. fimin is the minimum value of the ith target, and fimax is the maximum value of the ith target.
Step 2: Find the minimum crowding distance I[k,k+1] and compare I[k−1,k] with I[k+1,k+2]. If I[K−1,k] is smaller, select individual k+1; otherwise, select individual k.
Step 3: Update the crowding distance.
Step 4: Determine whether the number of individuals is greater than or equal to N, otherwise return to Step 2.
When the genetic algorithm approaches the termination generation, there will be duplicate individuals with good fitness in the mating pool, and the population is close to homogeneity. Although the mutation operation can improve this situation, traditional mutation operations would set a fixed value and the probability of mutation is very small. Even with the mutation operation, premature population convergence will occur.
The performance of genetic algorithm is closely related to the selection of crossover rate Hc and mutation rate Hm. Therefore, an adaptive genetic algorithm (AGA) is proposed. The optimal crossover rate Hc and mutation rate Hm are allocated adaptively according to the adaptive level of individuals. This algorithm ensures the convergence of genetic algorithm and the diversity of population:
Hc={Hcmin+(Hcmax−Hcmin)(Genmax−Gen′)2(Genmax−Genavg),Gen′>GenavgHcmin+Hcmax2+(Hcmax−Hcmin)(Genavg−Gen)2(Genavg−Genmin),Gen′≤Genavg | (14) |
Hm={Hmmin+(Hmmax−Hmmin)(Genmax−Gen′)2(Genmax−Genavg),Gen′>GenavgHmmin+Hmmax2+(Hmmax−Hmmin)(Genavg−Gen)2(Genavg−Genmin),Gen′≤Genavg | (15) |
where, Genavg represents the mean remaining generations of individuals. Genmax and Genmin represent the minimum and maximum remaining generations of the population, respectively; Gen′ denotes the larger residual generation of the two individuals participating in the crossover; Gen expresses the remaining generations of individuals involved in the mutation; Hcmin and Hcmax refer to the minimum and maximum crossover rates set by the algorithm, respectively. Hmmin and Hmmax are the minimum and maximum mutation rates set by the algorithm, respectively.
The candidate solutions generated by Tabu search algorithm during the search process are not random, which can accept sub-optimal solutions, so it has strong search ability. Therefore, the advantages of individual diversity and uniformity in NSGA-Ⅱ algorithm are retained while maintaining the genetic operator operation of NSGA-Ⅱ algorithm. The individual variables in this paper are generated from the neighborhood of current solution, rather than randomly generated. When the optimal solution meets the aspiration criterion, we have Pm = 1, and the current individual is added to the children population as a mutant; otherwise, Pm = 0.
The solution set after merging is set as Rt=Pt∪Gt∪Tt, where Pt is the parent individual, Gt is the individual obtained by genetic operator, and Tt is the individual obtained by Tabu search operator. Secondly, the first N individuals are selected as the next generation parent individuals Rt+1 by non-dominated sorting and crowding distance. Through this operation, the advantage of NSGA-Ⅱ algorithm that avoids losing excellent individuals in the parent generation can be retained and the local search ability can be improved, so as to reduce the number of duplicate individuals in the offspring and enhance the diversity of solution set.
The Tabu search strategy is as follows:
1) Initial solution
Tabu search algorithm is highly dependent on the initial solution, so the initial solution is randomly selected from the individuals whose parent individual non-dominated order equal to 1.
2) Neighborhood solution
During the initial iteration, the search scope should be enlarged to increase the probability of finding the optimal solution. As the iteration continues, the obtained solution gradually approaches the optimal solution, so the search scope should be narrowed to avoid repeated search. The objective functions (1), (3) and (12) are used as fitness functions to calculate the fitness values of each candidate solution.
3) Candidate solutions
For a specific resource LOj, it takes a lot of computation to calculate all the neighborhood solutions, so some strategies are required for choosing the candidate solutions. In this paper, a number of solutions N (X) are selected from a given set of candidate solutions by using non-dominated sorting and crowding operators.
4) Aspiration criterion
The solution with the best fitness is selected from the candidate solutions and compared with the current optimal solution. If it is better than the current optimal solution, the best candidate solution is applied to update the current optimal solution regardless of whether it is taboo or not. It is also used as the current solution for the next iteration. Then, the corresponding operation is inserted to the taboos table. If it is not better than the current optimal solution, the optimal solution that is not in the Tabu state is selected from all candidate solutions as the new current solution, and then the corresponding operation is added to the Tabu table.
In order to evaluate the efficiency of the proposed course personalization algorithm, three evolutionary algorithms (NSGAII, IBEA, PESA2) are compared with the proposed algorithm, so as to verify the effectiveness of the personalized learning resource recommendation proposed in this paper.
The study was based on 290 online courses from Harvard and MIT on the edX platform. The dataset contains 250,000 certifications, 4.5 million participants, and 28 million hours of participant data. The feasibility and accuracy of the proposed algorithm are verified on this dataset. The dataset of this online public course contains data like issuing institution, course number and release date, which fully meet the research requirements of this paper. Table 1 shows the description of parameters in the edx dataset, and Table 2 presents the information of four datasets generated by course subject according to the edx dataset, denoted as S1, S2, S3 and S4, respectively.
parameter | instructions |
Institution | Issuing agency |
Course number | Course ID |
Launch Date | Creation time |
Course title | Course title |
Instructors | Keynote Speaker |
Course Subject | Course subject |
Year | Duration of Course |
Audited | Students who learn more than 50% of their progress |
Participants | Number of visitors |
Played Video | Number of viewers |
%Posted in Forum | Percentage of forum discussion |
Median age | Average age of users |
%female | Percentage of women |
Total course hours | Total course hours |
%bachelor's degree or higher | The proportion of users with bachelor degree or above |
M | Scale of learning resources |
N | Learner scale |
NO. | Course Subject | M | N |
S1 | Computer Science | 30 | 171,502 |
S2 | Government, Health, and Social Science | 75 | 240,794 |
S3 | Humanities, History, Design, Religion, and Education | 94 | 163,729 |
S4 | Science, Technology, Engineering, and Mathematics | 91 | 163,235 |
This section introduces the performance evaluation index of the algorithm, which mainly evaluates learners' satisfaction with the resource list. We determined the weight value through comparative analysis of several experiments, and then compared the accuracy, mean fitness, recall rate, F1 mean, HV, GD and IGD of each algorithm in different datasets.
1) Accuracy refers to the proportion of resources in a given resources recommendation list that can correctly predict the demand of learners. The computation formula of accuracy is as follows:
Accuracy=TP+TNTP+FP+TN+FN | (16) |
2) Mean fitness refers to the fitness between learners and learning resources. The mean fitness with different scales reflects the satisfaction of learners with the recommendation list. The computation formula is as follows:
Fitness=∑mi=1∑nj=1(BFij+DFij+CIij)nm | (17) |
3) Recall rate refers to the proportion of samples that accurately predict resources required by learners. The computation formula is as follows:
Recall=TPTP+FN | (18) |
4) F1 value is used to better represent the accuracy rate and recall rate of learning resource recommendation. The computation formula is as follows:
F1=2×Precise×RecallPrecise+Recall | (19) |
5) GD measures the average minimum distance between each point in solution set P and reference set P. The smaller the GD value is, the better the convergence effect will be. The computation formula is as follows:
GD=√∑y∈Pminx∈p∗dis(x,y)2|P| | (20) |
6) IGD measures the average distance between each reference point and the nearest solution. The smaller the IGD value is, the better the comprehensive performance of the algorithm is. The computation formula is as follows:
IGD=√∑y∈p∗minx∈Pdis(x,y)2|P∗| | (21) |
The weight in Eq (1) is the weight factor to calculate the background fitness between learners and resources, which is used to control the proportion of age, gender and educational background when calculating the background similarity. In order to analyze the influence of weight ω1 and ω2 on the algorithm in this paper, we calculate the accuracy values under different values of weight ω1 and ω2 in the datasets with different sizes. By comparing the accuracy values under three different weight values in Figure 3, it can be seen that when ω1 = 0.38 and ω2 = 0.1, the fitness between learners and resources has nothing to do with gender, and the importance of age and education for learning resources is much higher than gender.
The weight in Eq (7) is the weight factor to calculate the popularity degree of learning resources, which is used to control the proportion of the learning participant percentage, viewing frequency and score when calculating the popularity degree. In order to analyze the influence of weight ω3 and ω4 on the algorithm in this paper, we calculate the accuracy values of resources under different values of weight ω3 and ω4 in datasets with different size. By comparing the accuracy values under three different weight values in Figure 4, it can be seen that when ω3 = 0.47 and ω4 = 0.3, the average popularity degree of learning resources is the highest.
The weight in Eq (10) is the weight factor to calculate the authority degree of learning resources, which is used to control the proportion of the influence of institutions and the influence of lecturers when calculating the authority degree of resources. In order to analyze the influence of weight ω5 on the algorithm in this paper, we calculate the accuracy values of resources under different values of weight ω5 in datasets with different sizes. By comparing the accuracy values under two different weight values in Figure 5, it can be seen that when ω5 = 0.65, the average authority degree of learning resources is the highest.
The weight in Eq (12) is the weight factor to calculate the content quality of learning resources, which is used to control the proportion of popularity degree, authority degree and novelty degree when calculating the content quality of learning resources. In order to analyze the influence of weight ω6 and ω7 on the algorithm in this paper, we calculated the accuracy value of resources under different values of weight ω6 and ω7 in datasets with different sizes. By comparing the f accuracy values under three different weight values in Figure 6, it can be seen that when ω6 = 0.22 and ω7 = 0.52, the average accuracy value of learning resources is the highest.
The parameter setting of the multi-objective algorithm is an important step, which has huge impact on the results. Therefore, we configured probabilities for the basic MOEA operations, including mutation and crossover, population size, and generation. Table 3 summarizes the parameter settings of four algorithms used in the experiment, and Figure 7 shows the Pareto frontier of a certain user.
Improved NSGA-Ⅱ | NSGA-Ⅱ | IBEA | PESA2 | |
Target quantity | 2 | 2 | 2 | 2 |
Number of population | 150 | 150 | 150 | 150 |
Algebra | 1000 | 1000 | 1000 | 1000 |
Crossover rate | 0.9 | 0.9 | 0.9 | 0.9 |
Mutation rate | 0.1 | 0.1 | 0.1 | 0.1 |
Each point in Figure 7 represents the recommendation lists for target users. The algorithm is based on the tradeoff between learner fitness and resource diversity, which is contradictory. In order to verify the effectiveness of the algorithm, the proposed algorithm is compared with the other three algorithms. Table 4 shows the performance results of each algorithm in each dataset.
Accuracy | Recall | F1 | |
Improved NSGA-Ⅱ | 71.3 | 80.4 | 75.58 |
NSGA-Ⅱ | 68.6 | 78.2 | 73.09 |
IBEA | 65.3 | 68.3 | 66.77 |
PESA2 | 66.5 | 76.8 | 71.28 |
Accuracy | Recall | F1 | |
Improved NSGA-Ⅱ | 82.4 | 83.6 | 83 |
NSGA-Ⅱ | 78.5 | 81.5 | 79.97 |
IBEA | 71.5 | 75.3 | 73.35 |
PESA2 | 68.8 | 75.2 | 71.86 |
Accuracy | Recall | F1 | |
Improved NSGA-Ⅱ | 71.5 | 82.4 | 76.56 |
NSGA-Ⅱ | 68.2 | 73.6 | 70.8 |
IBEA | 65.4 | 75.1 | 69.92 |
PESA2 | 60.1 | 71.4 | 62.26 |
Accuracy | Recall | F1 | |
Improved NSGA-Ⅱ | 72.5 | 65.8 | 68.99 |
NSGA-Ⅱ | 69.1 | 62.7 | 65.74 |
IBEA | 75.1 | 62.5 | 68.22 |
PESA2 | 70.5 | 63.1 | 66.6 |
In this paper, 30 independent operation (iterative) experiments were performed to verify the efficiency of four algorithms in the generation of personalized learning resource recommendation list, so as to obtain the average accuracy of the model. For each iteration, we evaluated 10 different data partitions that were cross-validated.
Figure 8 demonstrates the accuracy results of the algorithm for generating personalization rules. The improved NSGA-Ⅱ provides optimal accuracy in 85 to 98%, with an average accuracy of 92%, slightly higher than the average accuracy of NSGA-Ⅱ algorithm. However, IBEA and PESA2 are less accurate.
The evaluation of multi-objective evolutionary algorithm needs to consider some evaluation indexes, so various performance indicators are introduced. This paper focuses on only three performance indicators, GD and IGD, to evaluate the efficiency of the algorithm. The IGD algorithm that provides minimum GD value is considered as the best algorithm.
Table 8 describes the results achieved when applying performance indicators. It can be seen that the improved NSGA-Ⅱ algorithm provides the minimum value of 0.010 and 0.065 for IGD and GD respectively. and its superior convergence and diversity are verified by calculating the distance between the individuals in the real individuals of non-dominated front. The indicator GD is used to determine the number of solutions placed at the intersection of the obtained Pareto frontier and the true Pareto frontier, which is achieved by calculating the distance between each recommended resource. To sum up, the improved NSGA-Ⅱ can generate a personalized resources recommendation list better than INSGA-Ⅱ, IBEA and PESA2 due to its good performance in indicators.
Improved NSGA-Ⅱ | NSGA-Ⅱ | IBEA | PESA2 | |
IGD | 0.010 | 0.012 | 0.115 | 0.141 |
GD | 0.065 | 0.086 | 0.108 | 0.26 |
Online learning is an emerging education method that aims to meet the preferences of each learner by engaging with them and providing personalized resources. Ultimately, the goal of personalized learning is to provide appropriate learning resources according to the demands of learners. Therefore, this paper utilizes the online learning resource recommendation model based on the improved NSGA-Ⅱ algorithm to transform the personalized screening of massive learning resources into an optimization problem, and defines two competing objectives. The quality of the resource list gets maximum improvement by maximizing the difficulty and the learning threshold. Besides, the credibility also gets enhanced by maximizing the popularity degree, authority degree, and novelty degree of each learning resource. The improved NSGA-Ⅱ algorithm takes the dataset, personalized characteristics of learner and the resource characteristic of learner as input. In the process of model construction, a large number of weights are set for the feature processing of the learning resource model in the early stage, which is not intelligent enough. In future work, we plan to add correlation researches between resources to build a model that can customize learning paths according to learners' preferences.
The research is supported by the National Natural Science Foundation of China (No. 12105120, No. 72174079 and No. 72101045), Natural Science Foundation of the Jiangsu Higher Education Institutions of China (No. 21KJB520033), Jiangsu Qinglan Project Teaching Group, Lianyungang "521 projects", The Research Project of Graduate Education and Teaching Reform of Jiangsu Ocean University (YJG202201).
The authors declare there is no conflict of interest.
[1] | Kohler W (1938) Gestaltprobleme und Anfänge einer Gestalttheorie. Jahresbericht über der Gesellshaft Physiologie. Translated by: Ellis WD, A Source Book of Gestalt Psychology, London: Routledge & Kegan Paul: 58. |
[2] | Goldmeier E (1936/1972) Similarity in visually perceived forms. Psychol Issues 8: 1-135. |
[3] | Greene E (2007) Recognition of objects displayed with incomplete sets of discrete boundary dots. Percept Mot Skills 104: 1043-1059. |
[4] |
Greene E, Visani A (2015) Recognition of letters displayed as briefly flashed dot patterns. Atten Percept Psychophys 77: 1955-1969. doi: 10.3758/s13414-015-0913-6
![]() |
[5] | Greene E (2016) Information persistence evaluated with low-density dot patterns. Acta Psychol 170: 215-225. |
[6] | Green DM, Swets JA (1966) Signal Detection Theory and Psychophysics. New York; Wiley. |
[7] |
Hautus MJ, van Hout D, Lee HS (2009) Variants of A Not-A and 2AFC tests: Signal Detection Theory models. Food Qual Prefer 20: 222-229. doi: 10.1016/j.foodqual.2008.10.002
![]() |
[8] | Macmillan NA, Creelman CD (2005) Detection Theory: A User's Guide, New Jersey: Lawrence Erlbaum. |
[9] |
Hautus MJ (1995) Corrections for extreme proportions and their biasing effects on estimated values of d´. Behav Res Methods Instrum Comput 27: 46-51. doi: 10.3758/BF03203619
![]() |
[10] |
Miller J (1996) The sampling distribution of d'. Percept Psychophys 58: 65-72. doi: 10.3758/BF03205476
![]() |
[11] | Hautus J (2012) SDT Assistant (version 1.0) [Software]. Available from http://hautus.org. |
[12] | Hautus MJ (1997) Calculating estimates of sensitivity from group data: pooled versus averaged estimators. Behav Res Methods Instrum Comput 29: 556-562. |
[13] | Hubel DH, Wiesel TN (1959) Receptive fields of single neurons in the cat's striate cortex. J Physiol 148: 574-591. |
[14] | Hubel DH, Wiesel TN (1968) Receptive fields and functional architecture of monkey striate cortex. J Physiol 195: 215-243. |
[15] | Selfridge OG (1959) Pandemonium: A Paradigm for Learning in the Mechanization of Thought Process, London; HM Stationary Office. |
[16] |
Sutherland NS (1968) Outlines of a theory of visual pattern recognition in animals and man. Proc R Soc Lond B Biol Sci 171: 297-317. doi: 10.1098/rspb.1968.0072
![]() |
[17] | Binford TO (1971) Visual perception by computer. Proc IEEE Conf Syst Control, Miami, FL. |
[18] |
Barlow HB (1972) Single units and sensation: a neuron doctrine for perceptual psychology. Perception 1: 371-394. doi: 10.1068/p010371
![]() |
[19] | Milner PM (1974) A model for visual shape recognition. Psychol Rev 81: 521-535. |
[20] | Palmer SE (1975) Visual perception and world knowledge: notes on a model of sensory-cognitive interaction. In: Norman DA, Rumelhart DE eds, Explorations in Cognitions, San Francisco: WH Freeman & Co.: 279-307. |
[21] | Marr D (1982) Vision: A Computational Investigation into the Human Representation and Processing of Information, New York: Freemen: 51-79. |
[22] | DeValois RL, Devalois KK (1991) Vernier acuity with stationary moving Gabors. Vision Res 31: 1619-1626. |
[23] |
Panda R, Chatterji BN (1996) Gabor function: an efficient tool for digital image processing. IETE Tech Rev 13: 225-231. doi: 10.1080/02564602.1996.11416611
![]() |
[24] | Kohonen T, Oja E (1998) Visual feature analysis by the self-organizing maps. Neural Comput Appl 7: 273-286. |
[25] |
Pettet MW, McKee SP, Grzywacz NM (1998) Constraints on long range interactions mediating contour detection. Vision Res 38: 865-879. doi: 10.1016/S0042-6989(97)00238-1
![]() |
[26] |
Pennefather PM, Chandna A, Kovacs I, et al. (1999) Contour detection threshold: repeatabililty and learning with 'contour cards.' Spat Vis 12: 257-266. doi: 10.1163/156856899X00157
![]() |
[27] | Taylor G, Hipp D, Moser A, et al. (2014) The development of contour processing: evidence from physiology and psychophysics. Front Psychol 5: e719 |
[28] | Dong X, Chantlier MJ (2016) Perceptually motivated image features using contours. IEEE Trans Image Process 25: 5050-5062. |
[29] | Edelman S (1999) Representation and Recognition in Vision, MIT Press. |
[30] |
Cooke T, Jakel F, Wallraven C, et al. (2007) Multimodal similarity and categorization of novel, three-dimensional objects. Neuropsychologia 45: 484-495. doi: 10.1016/j.neuropsychologia.2006.02.009
![]() |
[31] | Hayworth KJ (2012) Dynamically partitionable autoassociative networks as a solution to the neural binding problem. Front Comput Neurosci 6: e73. |
[32] |
Rodriguez-Sanchez AJ, Tsotsos JK (2012) The roles of endstopped and curvature tuned computations in a hierarchical representation of 2D shape. PLoS ONE 7: e42058. doi: 10.1371/journal.pone.0042058
![]() |
[33] | Hopfield JJ (1995) Pattern recognition computation using action potential timing for stimulus representation. Nature 376: 33-36. |
[34] | Hopfield JJ (1996) Transforming neural computations and representing time. Proc Nat Acad Sci 83: 15440-15444. |
[35] |
Maass W (1997) Fast sigmoidal networks via spiking neurons. Neural Comput 9: 279-304. doi: 10.1162/neco.1997.9.2.279
![]() |
[36] | McClelland JL (2013) Integrating probabilistic models of perception and interactive neural networks: a historical and tutorial review. Front Psychol 4: e503. |
[37] | Guan T, Wang Y, Duan L, et al. (2015) On-device mobile landmark recognition using binarized descriptor and multifeature fusion. ACM Trans Intell Syst Technol 7: e12. |
[38] |
Wei B, Guan T, Duan L, et al. (2015) Wide area localization and tracking on camera phones for mobile segmented reality systems. Multimed Syst 21: 381-399. doi: 10.1007/s00530-014-0364-2
![]() |
[39] | Pan H, Guan T, Luo Y, et al. (2016) Dense 3D reconstruction combining depth and RGB information. Neurocomputing 175: 644-651. |
[40] | Ullman S (1976) Filling-in the gaps: the shape of subjective contours and a model for their generation. Biol Cybern 25: 1-6. |
[41] | Sha'ashua A, Ullman S (1988) Structural saliency: the detection of globally salient structures using a locally connected network. In: Proc 2nd Intern Conf Comput Vision, Clearwater FL: 321-327. |
[42] |
Kellman PJ, Shipley TF (1991) A theory of visual interpolation in object rperception. Cogn Psychol 23: 141-221. doi: 10.1016/0010-0285(91)90009-D
![]() |
[43] | Shipley TF, Kellman PJ (1992) Strength of visual interpolation depends on the ratio of physically specified to total edge length. Percept Psychophys 52: 97-106. |
[44] | Cormen TH, Leherson CE, Rivest RL, et al. (2001) Single-source shortest paths and all pairs shortest paths. In: Introduction to Algorithms, MIT Press & McGraw-Hill: 580-642. |
[45] | Field DJ, Hayes A, Hess RF (1993) Contour integration by the human visual system: evidence for a local "association field." Vision Res 33: 173-193. |
[46] | Kwon TK, Agrawal K, Li Y, et al. (2016) Spatially-global integration of closed, fragmented contours by finding the shortest-path in a log-polar representation. Vision Res 126: 143-163. |
[47] | Sceniak MP, Hawken MJ, Shapley R (2001) Visual spatial characterization of Macaque V1 neurons. J Neurophysiol 85: 1873-1887. |
[48] | Bowers JS (2009) On the biological plausibility of grandmother cells: implications for neural network theories in psychology and neuroscience. Psychol Rev 116: 220-251. |
[49] | Greene E (2008) Additional evidence that contour attributes are not essential cues for object recognition. Behav Brain Funct 4: e26. |
[50] | Greene E (2016) How do we know whether three dots form an equilateral triangle? JSM Brain Sci 1: 1002. |
[51] |
Lichtsteiner P, Posch C, Delbruck T (2008) A 128x128 120 dB 15 µs latency asynchronous temporal contrast vision sensor. IEEE J Solid-State Circuits 43: 566-576. doi: 10.1109/JSSC.2007.914337
![]() |
[52] | Robinson DA (1964) The mechanisms of human saccadic eye movement. J Physiol 174: 245-264. |
[53] | Zimmermann E, Lappe M (2016) Visual space constructed by saccadic motor maps. Front Human Neurosci 10: e225. |
[54] |
McSorlely E, McCloy R, Williams L (2016) The concurrent programming of saccades. PLoS ONE 11: e0168724. doi: 10.1371/journal.pone.0168724
![]() |
[55] | Bhutani N, Sengupta S, Basu D, et al. (2017) Parallel activation of prospective motor plans during visually-guided sequential saccades. Neurosci 45: 631-642. |
[56] |
Feldman JA, Ballard DH (1982) Connectionist models and their properties. Cogn Sci 6: 205-254. doi: 10.1207/s15516709cog0603_1
![]() |
[57] |
Fukushima K (1980) Neocognitron: a self-organizing neural network model for a mechanism of pattern recognition unaffected by shift in position. Biol Cybern 36: 193-202. doi: 10.1007/BF00344251
![]() |
[58] |
Rolls ET (1992) Neurophysiological mechanisms underlying face processing within and beyond the temporal cortical visual areas. Phil Trans R Soc 335: 11-21. doi: 10.1098/rstb.1992.0002
![]() |
[59] | Wallis G, Rolls ET (1997) Invariant face and object recognition in the visual system. Prog Neurobiol 51: 167-194. |
[60] | Riesenhuber M, Poggio T (2000) Models of object recognition. Nature Neurosci (S3): 1199-1204. |
[61] | Pasupathy A, Connor CE (2001) Shape representation in area V4: position-specific tuning for boundary conformation. J Neurophysiol 86: 2505-2519. |
[62] |
Suzuki N, Hashimoto N, Kashimori Y, et al. (2004) A neural model of predictive recognition in form pathway of visual cortex. BioSystems 76: 33-42. doi: 10.1016/j.biosystems.2004.05.004
![]() |
[63] |
Pinto N, Cox DD, DeCarlo JJ (2008) Why is real-world visual object recognition hard? PLoS Comput Biol 4: e27. doi: 10.1371/journal.pcbi.0040027
![]() |
[64] | Hancock PJB, Walton L, Mitchell G, et al. (2008) Segregation by onset asynchrony. J Vision 8: 1-21. |
[65] | Karplus I, Goren M, Algorn D (1982) A preliminary experimental analysis of predator face recognition by Chromis caenuleus (Pisces, Pomacentridae). Z Tierpsychol 58: 53-65. |
[66] | Siebeck UE, Parker AN, Sprenger D, et al. (2010) A species of reef fish that uses untraviolet patterns for covert face recognition. Curr Biol 20: 407-410. |
[67] | Karplus I, Katzenstein R, Goren M (2006) Predator recognition and social facilitation of predator avoidance in coral reef fish Dascyllus marginatus juveniles. Mar Ecol Prog Ser 319: 215-223. |
[68] | Siebeck UE, Litherland L, Wallis GM (2009) Shape learning and discrimination in reef fish. J Exp Biol 212: 2113-2119. |
[69] |
Newport C, Wallis G, Reshitnyk Y, et al. (2016) Discrimination of human faces by archerfish (Toxotes catareus). Sci Rep 6: e27523. doi: 10.1038/srep27523
![]() |
[70] |
Greschner M, Field GD, Li PH, et al. (2014) A polyaxonal amacrine cell population in the primate retina. J Neurosci 34: 3597-3606. doi: 10.1523/JNEUROSCI.3359-13.2014
![]() |
[71] |
Greschner M, Heitman AK, Field GD, et al. (2016) Identification of a retinal circuit for recurrent suppression using indirect electrical imaging. Curr Biol 26: 1935-1942. doi: 10.1016/j.cub.2016.05.051
![]() |
[72] | Greene E (2007) Retinal encoding of ultrabrief shape recognition cues. PLoS One 2: e871. |
[73] | Greene E (2016) Retinal encoding of shape boundaries. JSM Anat Physiol 1: 1002. |
parameter | instructions |
Institution | Issuing agency |
Course number | Course ID |
Launch Date | Creation time |
Course title | Course title |
Instructors | Keynote Speaker |
Course Subject | Course subject |
Year | Duration of Course |
Audited | Students who learn more than 50% of their progress |
Participants | Number of visitors |
Played Video | Number of viewers |
%Posted in Forum | Percentage of forum discussion |
Median age | Average age of users |
%female | Percentage of women |
Total course hours | Total course hours |
%bachelor's degree or higher | The proportion of users with bachelor degree or above |
M | Scale of learning resources |
N | Learner scale |
NO. | Course Subject | M | N |
S1 | Computer Science | 30 | 171,502 |
S2 | Government, Health, and Social Science | 75 | 240,794 |
S3 | Humanities, History, Design, Religion, and Education | 94 | 163,729 |
S4 | Science, Technology, Engineering, and Mathematics | 91 | 163,235 |
Improved NSGA-Ⅱ | NSGA-Ⅱ | IBEA | PESA2 | |
Target quantity | 2 | 2 | 2 | 2 |
Number of population | 150 | 150 | 150 | 150 |
Algebra | 1000 | 1000 | 1000 | 1000 |
Crossover rate | 0.9 | 0.9 | 0.9 | 0.9 |
Mutation rate | 0.1 | 0.1 | 0.1 | 0.1 |
Accuracy | Recall | F1 | |
Improved NSGA-Ⅱ | 71.3 | 80.4 | 75.58 |
NSGA-Ⅱ | 68.6 | 78.2 | 73.09 |
IBEA | 65.3 | 68.3 | 66.77 |
PESA2 | 66.5 | 76.8 | 71.28 |
Accuracy | Recall | F1 | |
Improved NSGA-Ⅱ | 82.4 | 83.6 | 83 |
NSGA-Ⅱ | 78.5 | 81.5 | 79.97 |
IBEA | 71.5 | 75.3 | 73.35 |
PESA2 | 68.8 | 75.2 | 71.86 |
Accuracy | Recall | F1 | |
Improved NSGA-Ⅱ | 71.5 | 82.4 | 76.56 |
NSGA-Ⅱ | 68.2 | 73.6 | 70.8 |
IBEA | 65.4 | 75.1 | 69.92 |
PESA2 | 60.1 | 71.4 | 62.26 |
Accuracy | Recall | F1 | |
Improved NSGA-Ⅱ | 72.5 | 65.8 | 68.99 |
NSGA-Ⅱ | 69.1 | 62.7 | 65.74 |
IBEA | 75.1 | 62.5 | 68.22 |
PESA2 | 70.5 | 63.1 | 66.6 |
Improved NSGA-Ⅱ | NSGA-Ⅱ | IBEA | PESA2 | |
IGD | 0.010 | 0.012 | 0.115 | 0.141 |
GD | 0.065 | 0.086 | 0.108 | 0.26 |
parameter | instructions |
Institution | Issuing agency |
Course number | Course ID |
Launch Date | Creation time |
Course title | Course title |
Instructors | Keynote Speaker |
Course Subject | Course subject |
Year | Duration of Course |
Audited | Students who learn more than 50% of their progress |
Participants | Number of visitors |
Played Video | Number of viewers |
%Posted in Forum | Percentage of forum discussion |
Median age | Average age of users |
%female | Percentage of women |
Total course hours | Total course hours |
%bachelor's degree or higher | The proportion of users with bachelor degree or above |
M | Scale of learning resources |
N | Learner scale |
NO. | Course Subject | M | N |
S1 | Computer Science | 30 | 171,502 |
S2 | Government, Health, and Social Science | 75 | 240,794 |
S3 | Humanities, History, Design, Religion, and Education | 94 | 163,729 |
S4 | Science, Technology, Engineering, and Mathematics | 91 | 163,235 |
Improved NSGA-Ⅱ | NSGA-Ⅱ | IBEA | PESA2 | |
Target quantity | 2 | 2 | 2 | 2 |
Number of population | 150 | 150 | 150 | 150 |
Algebra | 1000 | 1000 | 1000 | 1000 |
Crossover rate | 0.9 | 0.9 | 0.9 | 0.9 |
Mutation rate | 0.1 | 0.1 | 0.1 | 0.1 |
Accuracy | Recall | F1 | |
Improved NSGA-Ⅱ | 71.3 | 80.4 | 75.58 |
NSGA-Ⅱ | 68.6 | 78.2 | 73.09 |
IBEA | 65.3 | 68.3 | 66.77 |
PESA2 | 66.5 | 76.8 | 71.28 |
Accuracy | Recall | F1 | |
Improved NSGA-Ⅱ | 82.4 | 83.6 | 83 |
NSGA-Ⅱ | 78.5 | 81.5 | 79.97 |
IBEA | 71.5 | 75.3 | 73.35 |
PESA2 | 68.8 | 75.2 | 71.86 |
Accuracy | Recall | F1 | |
Improved NSGA-Ⅱ | 71.5 | 82.4 | 76.56 |
NSGA-Ⅱ | 68.2 | 73.6 | 70.8 |
IBEA | 65.4 | 75.1 | 69.92 |
PESA2 | 60.1 | 71.4 | 62.26 |
Accuracy | Recall | F1 | |
Improved NSGA-Ⅱ | 72.5 | 65.8 | 68.99 |
NSGA-Ⅱ | 69.1 | 62.7 | 65.74 |
IBEA | 75.1 | 62.5 | 68.22 |
PESA2 | 70.5 | 63.1 | 66.6 |
Improved NSGA-Ⅱ | NSGA-Ⅱ | IBEA | PESA2 | |
IGD | 0.010 | 0.012 | 0.115 | 0.141 |
GD | 0.065 | 0.086 | 0.108 | 0.26 |