machine learning ppt by akshaya with project

vallurumanjupriya432 7 views 15 slides Oct 10, 2024
Slide 1
Slide 1 of 15
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15

About This Presentation

this includes a project of ml


Slide Content

MACHINE LEARNING -By K . Akshaya (Y22CD072)

Introduction to Machine Learning Machine learning is a branch of artificial intelligence (AI) and computer science which focuses on the use of data and algorithms to imitate the way that humans learn. It is used to make predictions on new similar type data, without being explicitly programmed for each task. Traditional Machine Learning combines data with statistical tools to predict an output that can be used to make actionable insights.

Applications of Machine Learning 1) Speech analysis: e.g., speech recognition, synthesis. 2) Computer vision: e.g., object recognition/detection. 3) Robotics: e.g., position/map estimation. 4) Bio-informatics: e.g., sequence alignment, genetic analysis. 5) E-commerce: e.g., automatic trading, fraud detection. 6) Financial analysis: e.g., portfolio allocation, credits. 7) Medicine: e.g., diagnosis, therapy conception. 8) Web: e.g., Content management, social networks, etc.

Types of Machine Learning There are three types of machine learning 1.Supervised Learning 2.Unsupervised Learning 3.Reinforcement Learning

Problem Statement : Covid Prediction using supervised learning Identifying a covid effected person having different symptoms is a complex task. So , this project explains us and shows some insights about the symptoms of the covid persons, which helps us to identify whether a person is having covid/not by using machine learning algorithms. Using those as inputs we can develop an intelligent model which can help us to predict whether a person is affected with covid or not.

Data Visualization The data set should be equally distributed or in normal scenario in could be at most 60:40 ratio. In other cases the data gets biased .Here the data set is biased . So , transform it.

Feature Transformation

Algorithm Description

Results : Logistic Regression

2.Random Forest Classifier

3 . Decision Tree