Algokghvjvgjviviviugviugvigvgvrithms.pptx

AronMozart1 5 views 19 slides Aug 06, 2024
Slide 1
Slide 1 of 19
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
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19

About This Presentation

bbjhbijhfgchgcc


Slide Content

Classification ML Algorithms

Breast CA is the most common cancer among female and one of the leading cause of cancer death. Objective - To develop a predictive model using Multilayer Perceptron (MLP) algorithm to classify breast cancer tumors as malignant or benign based on various features extracted from diagnostic images. Approach - Data Analysis, Visualization, Data Preprocessing, Model Training, Model Evaluation, Storing the Model The Problem ‹#›

‹#› The Data Consists of 31 Attributes and 569 entries Tumor size, Shape, and Texture To identify each sample. To be predicted Benign and Malignant. Area, Perimeter, Texture , Compactness, Concavity, Symmetry - Actual values, Mean and Standard Error Aspects ID & Diagnosis Attributes

Multilayer Perceptron ‹#› A type of Artificial Neural Network that designed to behave like human brain. It is consisted of multiple layers of nodes, each connected to the next layer. They use backpropagation to update the weights of connections between nodes during training in order to minimize the error. Predict categorical outcome of discrete values like Cat & Dog, Pneumonia or Healthy. Predicting continuous outcomes of continuous variables like Air Temperature , Stock Price Classification Regression

The Process Creating MLP involves several key steps in planning, data analysis , preprocessing, training and testing model and finally store the model. ‹#› _ Planning _ Plan What type of algorithm is suitable for the data we have. _ Data Analysis _ General overview of the data, obtain variables and find missing values. Preprocessing _ Adjust data types, find and remove outliers _ Training _ Train the model. _ Testing _ Perform test

Training Result of Python Model

Testing Result of Python Model

Result of Weka Model

The KNN Algorithm Principles of similarity Euclidian distance The K value How to determine? Rule of thumb Overview The nearest Neighbour? Once trained – Memorize. Lazy learner

Steps

Training Result of Python Model

Testing Result of Python Model

Result of Weka Model

Gaussian Naive Bayes ‹#› C lassification algorithm based on Bayes' theorem with the assumption of independence among predictors. It’s mainly useful to predict continuous data. Differs from Naive Bayes by Used when one of the attributes presence or absence affects the class or dependent variable. Used when the presence or absence one attribute can not affect the class or dependent variable. GNB Naive Bayes

The Process Similar to other planning, data analysis, preprocessing, training and testing model and finally store the model. _ Planning _ Plan What type of algorithm is suitable for the data we have. _ Data Analysis _ General overview of the data, obtain variables and find missing values. Preprocessing _ Adjust data types, find and remove outliers _ Training _ Train the model. ‹#› _ Testing _ Perform test

Training Result of Python Model

Testing Result of Python Model

Result of Weka Model

Dr Million (PhD) Moderator