ALGORITHMS FOR SUPERVISED LEARNING TECHNIQUE
Algorithms
2
Posts
2
Posters
0
Views
1
Watching
-
I am a student of final year MCA doing a project on intelligent tutoring systems ,i dont know which algorithm to use that will suit best to my project.... help me!
I'd say you should design a data structure that models what the student knows, and how well they know it. Then use this data to select tutorial topics. Then give quizzes and use the results to update the data structure.