Question: TASK - 2 ( BASICS of Linear Classifiers and SVM ) A rectangular forest block is shown in the Figure, which also shows

TASK-2("BASICS" of Linear Classifiers and SVM)
A rectangular forest block is shown in the Figure, which also shows with small circles trees/plants on this block of land. Coordinates of its corners can be retrieved from the title of the Figure.
Exact XX and YY coordinates for each plant are provided in the MATLAB data file, which can be retrieved from EXCEL data, you can retrieve the same coordinate numbers XX and YY from the Excel file (which has no headings, and which has XX and YY coordinates saved in the first and second columns):
Download the XLS file on your current MATLAB directory and, for example, run ">>data=xlsread('a2_linear_classifier_data_UU.xlsx');
XX=data(:,1)'; YY=data(:,2)';" from Command window or include as proper command in MATLAB script. Note: provided MATLAB sample commands load XX and YY as rows (and not as columns). Omit transposition signs to get XX and YY as columns.
Forest block has been divided by its diagonals into four triangular areas, and trees/plants in the area of interest were marked by black "x" symbols.
USE LINEAR CLASSIFIERS and DETERMINE THE NUMBER OF PLANTS in the area, marked by "x".
Download the XLS file on your current MATLAB directory and, for example, run ">>data=xlsread('a2_linear_classifier_data_UU.xlsx');
XX=data(:,1)'; YY=data(:,2)';" from Command window or include as proper command in MATLAB script. Note: provided MATLAB sample commands load XX and YY as rows (and not as columns). Omit transposition signs to get XX and YY as columns.
Forest block has been divided by its diagonals into four triangular areas, and trees/plants in the area of interest were marked by black "x" symbols.
USE LINEAR CLASSIFIERS and DETERMINE THE NUMBER OF PLANTS in the area, marked by "x".Coordinates of the Forest Block: -2000x3500;-3000Y200
 TASK-2("BASICS" of Linear Classifiers and SVM) A rectangular forest block is

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!