Presented by
Presented by
Presented By
DEEKSHITH
SHAIK MOHD SHAHID
FIRDOSEUNNISA
NITHYA SRINIVAS
Department Of Computer Science & Engineering
Karavali Institute of Technology
INDEX
Introduction
Objectives
Random forest algorithm
Methodology flow diagram
Result analysis
Conclusion
Reference
2
INTRODUCTION
People are eager to buy products from
online sites like Amazon, ebay, Flipkart etc.
Online sites also provide facility for
customers to write review on products they
buy.
These reviews help consumers and vendors
for making decision on marketing strategies,
and the improvement of products and
services.
3
Objective
Customer purchasing behavior is an
important and interesting issue in the
field of digital marketing or e-
commerce service.
Our proposed system can easily
predict the demand of a product before
adding the product on e-commerce
website.
4
Random Forest is a popular machine learning
Random Forest Algorithm
6
It takes less training time as compared
Why Random Forest Algorithm
to other algorithms.
It predicts output with high accuracy,
even for the large dataset it runs
efficiently.
It can also maintain accuracy when a
large proportion of data is missing.
7
Methodology Flow Diagram
Methodology(Cond.)
Collection of a huge amount of data from different
online sources.
In features selection , Use of Random Forest
algorithm to select the best suited features for our
proposed method.
preprocessed data using Python and different python
libraries to understand the demand of different
products those were sold online.
visualizing the dataset in such a way, we got a clear
conception about the relation between consumer
behavior and different online e-commerce services.
Methodology(Cond.)
pie chart and bar chart to understand the
consumer behavior graphically that can be used to
make people understand easily.
we trained our preprocessed dataset with some
classification machine learning algorithm. 70%
data were used to train our model and the
remaining 30% data were used to test the validity
of our machine learning algorithm
we created a trained model those were used to
predict the consumers behavior
Result Analysis
Analyzing the consumer behavior for
purchasing products we have used here some
Machine Learning Algorithms and shows 3
cases for purchasing observed here- only view,
add to cart or purchase. Resulted output:-
1- indicate that the product is only view by the
consumer.
2- indicates that the product is added to cart .
3- indicates that the product is purchased by the
consumer.
Result Analysis(contd.)
THANK
YOU