

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Unassessed Worksheet - Machine Learning. Basic Comprehension. Regression. 1. Here is a small data set i) Calculate the averages for X and ...
Typology: Slides
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Introduction to Artificial Intelligence The University of Birmingham Autumn Semester 2016 School of Computer Science November 3, 2016 Jeremy L Wyatt
Basic Comprehension Regression
NB. Matlab is quite easy to read because it is very close to vector notation. If you want to see how the algorithm works step by step you can modify the code, or simply use the debugger. To set a stop point click on a horizontal line in the line numbers on the left of a piece of code. This will allow you stop the code. You can then step line by line, and see the values of variables by typing who, or hovering the mouse over the variables in the main matlab execution window. Finally the code is written to be slow but easy to read. Decision Tree Learning & Neural Network Learning