Question: Modeling Learning Problems build a system that predicts what courses students may want to register in the upcoming semester. The systems layout is shown in
Modeling Learning Problems build a system that predicts what courses students may want to register in the upcoming semester. The systems layout is shown in the Figure below. The system decides for each student individually. As input, it takes the courses that the student has studied so far as well as a new course C which we want to know if the student is going to register for or not. The output is a boolean YES/NO indicator. YES means that the system believes the student will register for course C, while NO means the opposite. The decision made by the system for each course C is learned from a set of examples collected from the registration records of a large number of students. The examples are in the form < Taken Courses, YES/NO >.
note: using the algorithms Al
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
