Code Monkey home page Code Monkey logo

amazon_apparel_recommendation_workshop's Introduction

Amazon_apparel_recommendation_workshop

In this workshop there are techniques used like Bag of words, TF-IDF, word2vec.

due to size limit i am not able to add all the files here.

Overview

Step wise explanation:

  1. Import all the libraries

  2. import data

  3. Explore the dataset/features like Color,Brand,Asin(Amazon Standard Identification Number),Medium_img_url,Product_type_name title and formated price.

  4. Considering Price and color features where we have not null(all) the values. we have nearly 28k data where all the rows filled with "price" and "color".

    now file size reduced to "183k ---> 28K"

  5. Remove duplicates

  6. Sort these 27949 products by Alphabetical order.

  7. After sorting few titles differ only by the last words.

  8. Hence,they are alphabetically sorted , consider first two and split them to words.

  9. after that data reduced to 17593.

    now file size reduced to "28k to 17k"

  10. Even after removing adjacent titles, there are some more duplicates. after deleting them.

    now file size reduced to "17k to 16k"

  11. Applied stopwords on this 16k data. save file as "16K_apparel_preprocessed_data".

  12. Applied Bag of words.

  13. Applied TF-IDF.

  14. Applied IDF.

  15. Applied Word_2_vec just to compare the performance to 12,13,14 points.

  16. Average word_2_vec

  17. IDF weighted word_2_vec model

  18. Till now we did simularity using Title, now do the same to Brand, Color.

  19. Deep learning visual model recommendation usinig tensorflow and keras.

  20. A/B testing.

amazon_apparel_recommendation_workshop's People

Contributors

purnasai 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.