DATA SCIENCE Internship
DATA SCIENCE Internship
Learning”
Presented By
Renukeshwar
1JS18EC110
• The accuracy of predicted output depends upon the amount of data, as the
huge amount of data helps to build a better model which predicts the output
more accurately.
Machine learning Types
Supervised Learning
• The system creates a model using labeled data to understand the datasets and learn
about each data,
• once the training and processing are done then we test the model by providing a
sample data to check whether it is predicting the exact output or not.
Unsupervised Learning
• The training is provided to the machine with the set of data that has not been labeled,
classified, or categorized, and the algorithm needs to act on that data without any supervision
• The goal of unsupervised learning is to restructure the input data into new features or a group
of objects with similar patterns.
Reinforcement Learning
• Reinforcement Learning is a feedback-based Machine learning technique in which
an agent learns to behave in an environment by performing the actions and seeing
the results of actions.
• For each good action, the agent gets positive feedback, and for each bad action,
the agent gets negative feedback or penalty.
Decision Tree
• In a Decision tree, there are two nodes, which are the Decision Node and Leaf Node.
• Decision nodes are used to make any decision and have multiple branches, whereas
Leaf nodes are the output of those decisions and do not contain any further branches.
Logistic Regression
• Logistic regression predicts the output of a categorical dependent variable.
• Therefore the outcome must be a categorical or discrete value.
• It can be either Yes or No, 0 or 1, true or False, etc. but instead of giving the
exact value as 0 and 1, it gives the probabilistic values which lie between 0 and
1.
Iris Data Set
Input variables
Sepal Length
Sepal Width
Petal Length
Petal Width
Iris Flower Species
Result