ML Problems Module2
ML Problems Module2
Dataset
sunny,warm,normal,strong,warm,same,Y
sunny,warm,high,strong,warm,same,Y
rainy,cold,high,strong,warm,change,N
sunny,warm,high,strong,cool,change,Y
Solution
S[0]: {('0', '0', '0', '0', '0', '0')}
G[0]: {('?', '?', '?', '?', '?', '?')}
Dataset
big,red,circle,N
small,red,triangle,N
small,red,circle,Y
big,blue,circle,N
small,blue,circle,Y
Solution
Dataset
small,blue,circle,Y
big,red,circle,N
small,red,triangle,N
small,red,circle,Y
big,blue,circle,N
Solution
Solution
S[0]: {('0', '0', '0', '0', '0')}
G[0]: {('?', '?', '?', '?', '?')}