Machine Learning

PUBLISHED: MAY 2, 20261 MIN READ

Machine LearningMachine learning is a mathematical, statistical, and logical model (system, algorithm). In ML, we train machines with past data and experience.M

Abhishek Singh Rajput
Abhishek SinghAuthor
sableye
#302
sableye

Machine Learning

Machine learning is a mathematical, statistical, and logical model (system, algorithm). In ML, we train machines with past data and experience.

Machine learning is the area of study, in which humans try to equip machines to think and make decisions like human beings with respect to a particular problem. Precisely, machine learning is related to the development of intelligent machines.

Data Set

A dataset is a collection of information in the form of feature values and categories. Each data point will have the same features.

Diabetes Data Set

Patient IDAge( F1 )B.P. ( F2 )Gender ( F3 )Sugar ( F4 )Class( Category )
D13080/1M103N
D24585/2F125P
D35090/1M140D
..................
..................
Dn6591/1F145D
Class:
  • N for Normal,
  • P for Prediabetic,
  • D for Diabetic.

Plotting of a Data point

We can plot a data point Di where 1 ≤ i ≤ n which is having k features. (k Dimensional space)

3D Real Plan : All the values are here real number that's why we call is Real Plane

3D Feature Space Representation of a Data Point in Machine Learning