0% found this document useful (0 votes)
69 views8 pages

Balaji

This document provides an overview of a project to predict mobile phone prices using machine learning. It includes sections on understanding the problem statement, collecting and preprocessing the dataset from an e-commerce website, exploratory data analysis, feature selection and observation, building models using random forest regression and support vector regression, model performance, methodology, and predicting final prices. The goal is to build an accurate model for predicting phone prices based on specifications like RAM, ROM, battery power, camera features, and price ranges.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views8 pages

Balaji

This document provides an overview of a project to predict mobile phone prices using machine learning. It includes sections on understanding the problem statement, collecting and preprocessing the dataset from an e-commerce website, exploratory data analysis, feature selection and observation, building models using random forest regression and support vector regression, model performance, methodology, and predicting final prices. The goal is to build an accurate model for predicting phone prices based on specifications like RAM, ROM, battery power, camera features, and price ranges.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

PROJECT WORK

Project Title

Mobile Price Prediction

Using

Machine Learning

Submitting to Submitted by
Ms. Mallika Srivastava V. Sai Balaji
Table of Contents

· Overview 1

· Motivation 1

. Introduction 1

· Understand the Problem Statement 2

· About the Dataset 3

· About the Web Scrapping 4

· About the Algorithms used in 5

· Data Collections 6

· Data Preprocessing 7

· Exploratory Data Analysis(EDA) 9

· Feature Observation 11

· Feature Selection 20

· Model Building 23

· Model Performances 24
.Methodology 26

.Data Flow Diagram 27

· Prediction and Final Score 28

· Output & Conclusion 29

.References 30

.Details 30
List Of Figures

· About the Web Scrapping 5


· About the Algorithms used in 6
· Feature Observation 11
.Green map and Heat map 12
.I think there is no null or missing values 13
.Rating Frequency 13
.RAM Frequency 14
.ROM Frequency 14
.Primary Camera Frequency 15
.Selfi Camera Frequency 16
.RAM Limitations 17
.Battery Power Limitations 18
.Price Limitations 19
.Range Of Battery Power 20
.Feature Importance 22
.Model performance 25
.Methodology 26
.Data Flow Diagram 27
List Of Tables
.Data Overview 3
.Data Collection 7
.Data Pre-Processing 8
.Checking Null or Missing Values 8
.Data Types Changing 9
.Data Types of the Features 9
.Exploratory Data Analysis 10
.
Nomenclature/Notations if any
Hello Everyone My Name is V. Sai Balaji. Welcome to the Mobile Price Prediction Tutorial.
This is another Machine Learning Blog on Medium Site. I hope all of you like this blog. OK
let’s get start the prediction of mobile prices in different varieties.
So far so good, today we are going to work on a dataset which consist information about the
various kinds mobile data and its price and other aspects such as RAM, ROM etc. When we
work on these sorts of data, we need to see which column is important for us and which is
not. Our main aim today is to make a model which can give us a good prediction on the price
of the mobile on other Features.
We are going to use Random Forest Regression and Support Vector Regression for this dataset
and see if it gives us a good accuracy or not. Before we get started I’d like say some about my
blog and my project. In this project is full of developed by myself. Start from data
collection from one of the E-Commerce website to Model Deployment.

Abstract Of Project
To predict “If the mobile with given features will be Economical or Expensive” is the main
motive of this research work. Real Dataset is collected from website www.GSMArena.com .
Different feature selection algorithms are used to identify and remove less important and
redundant features and have minimum computational complexity. Different classifiers are
used to achieve as higher accuracy as possible. Results are compared in terms of highest
accuracy achieved and minimum features selected. Conclusion is made on the base of best
feature selection algorithm and best classifier for the given dataset. This work can be used in
any type of marketing and business to find optimal product(with minimum cost and maximum
features). Future work is suggested to extend this research and find more sophisticated
solution to the given problem and more accurate tool for price estimation.
General Terms: Machine Learning
Keywords: Machine Learning, Prediction, Decision Tree, Naïve Bayes

Project Summary
Mobile-Price-Range-Prediction Price prediction analyzes data and predicts the
cost of new products. The goal of this research is to achieve an arrangement
to predict the price of a cellphone based on its specifications.
1) Results of InfoGainAttributeEval Algorithm and Decision Tree Classifier
2) Results of InfoGainAttributeEval algorithm and Naive Bayes Classifier
3) Results of WrapperattributEval algorithm and Decision Tree Classifier
4) Results of WrapperattributEval algorithm and Naïve Bayes Classifier
These way we predict the mobile price prediction. This is the summary of the mobile price
prediction

You might also like