GithubHelp home page GithubHelp logo

sohansai / product-categorization Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 6.89 MB

License: MIT License

Jupyter Notebook 100.00%
deep-learning machine-learning neural-networks product-categorization

product-categorization's Introduction

Creating an E-commerce Product Categorization Model Using Deep Learning

Here, we build a predictive model to categorize products in an e-commerce data set. Product categorization is a supervised classification problem where the product categories are the target classes, and the features are the words extracted from the product description or an image. The aim is to successfully classify product categories with high precision using state machine learning and deep learning techniques.

Methodology and Approach

Product classification is one of the classic problem statements in the e-commerce industry, and there are multiple approaches to solve it. Let's use the following approaches.

  • Image classification

  • Text classification

The problem can be solved in two ways. There are images for every item mapped to a particular category. We need to train deep learning algorithms and use that machine to predict the category whenever there is a new image of the product. But the challenge is, not every time seller provides the image which becomes a problem.

The other approach is multiclass text classification. Instead of images, we need to consider the product description as features and product category as a label to build the classifier. The idea is that a product description has detailed information about a particular product, and with some confidence, the text present in the description can predict the category.

This model can be built using traditional machine learning algorithms (naive Bayes classifier, logistics regression, support vector machine classifier, random forest classifier) and deep neural networks.

We implement the multiclass text classification using different deep neural networks algorithms.

product-categorization's People

Contributors

sohansai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.