CPS 803

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

classification

task of assigning objects to one of several predefined categories also known as class (yes/no, warm/cold)

2
New cards

regression

task of assigning objects to continuous values(250 - 300, 3.14)

3
New cards

data set

collection of data objects

4
New cards

object

instance, record , point ,case ,sample ,entity

5
New cards

attribute

property or characteristic of an object (eye colour of a person, temperature)

6
New cards

target concept

function to be learned. inference of the concept from the training instances so that it maps outputs with inputs

7
New cards

training set

set of instances that are used to figure out the target concept. includes input and output pairs

8
New cards

candidtae

concept that might be the target concept

9
New cards

test set

set of instances that are used to evaluate the candidate concept

10
New cards

collection of instances

each instance is characterized by a tuple(x,y) where x is the attribute set and y is the class set

11
New cards

examples of classification

identifying tumor cells. the attribute set is features extracted from medical images. the class label is malignant or benign

12
New cards