100% found this document useful (1 vote)
921 views16 pages

DATA SCIENCE Internship

This presentation summarizes an internship presentation on artificial intelligence and machine learning. It introduces Tequed Labs, an R&D center focused on latest technologies. It then defines artificial intelligence and machine learning, explaining that machine learning uses algorithms to learn from data and make predictions. The presentation describes supervised and unsupervised learning, as well as reinforcement learning. It provides examples of decision trees and logistic regression, applying these concepts to the iris dataset to classify iris flowers. The results show the accuracy scores of different machine learning algorithms on this dataset.

Uploaded by

Lakshan Narayan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
921 views16 pages

DATA SCIENCE Internship

This presentation summarizes an internship presentation on artificial intelligence and machine learning. It introduces Tequed Labs, an R&D center focused on latest technologies. It then defines artificial intelligence and machine learning, explaining that machine learning uses algorithms to learn from data and make predictions. The presentation describes supervised and unsupervised learning, as well as reinforcement learning. It provides examples of decision trees and logistic regression, applying these concepts to the iris dataset to classify iris flowers. The results show the accuracy scores of different machine learning algorithms on this dataset.

Uploaded by

Lakshan Narayan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 16

JSS ACADEMY OF TECHNICAL EDUCATION

JSS Campus, Dr. Vishnuvardhan Road, Bengaluru – 560060


DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING

“ Artificial Intelligence and Machine


Internship Presentation On

Learning”

Presented By
Renukeshwar
1JS18EC110

Internal Guide External Guide


Mrs. Sunita L Shirahatti Mr. Aditya S K
Assistent Professor, Chief Technology Officer
Dept. of E&C Tequed Labs , Bengaluru
Jssate- Bengaluru-60
 
Outline

• About Tequed Labs


• Introduction
• Working of Machine Learning
• Types of Machine Learning
• Decision Tree
• Logistic Regression
• Iris dataset
• Result
• Certificate
About Tequed Lab
• Tequed Labs is a research and development centre and educational
institute based in Bangalore.
• Tequed Labs are focused on providing quality education on latest
technologies and develop products which are of great need to the society.
• They also involve distribution and sales of latest electronic innovation
products developed all over the globe to their customers.
Introduction
• Artificial intelligence refers to systems or machines that mimic human intelligence
to perform tasks and can iteratively improve themselves based on the information
they collect.

• Machine Learning is a subset of artificial intelligence that is mainly concerned with


the development of algorithms which allow a computer to learn from the data and
past experiences on their own.

• Machine learning is a growing technology which enables computers to learn


automatically from past data. Machine learning uses various algorithms for building
mathematical models and making predictions using historical data or information.
Working of Machine Learning

• A Machine Learning system learns from historical data, builds the prediction


models, and whenever it receives new data, predicts the output for it.

• 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

Accuracy score obtained for different algorithms :

Decision Tree 0.93


Logistic Regression 0.738
CERTIFICATE
Thank You

You might also like