abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
357 stars 299 forks source link

[Project Addition]:Market basket Analysis #603

Closed manishh12 closed 4 months ago

manishh12 commented 4 months ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Market Basket Analysis
:red_circle: Aim : Market basket analysis aims to identify patterns of co-occurring items in customer transactions, helping businesses optimize product placement, cross-selling, and marketing strategies to enhance sales and customer satisfaction.
:red_circle: Dataset : https://www.kaggle.com/datasets/rashikrahmanpritom/groceries-dataset-for-market-basket-analysismba/data?select=Groceries+data.csv
:red_circle: Approach : I will be implementing Apriori Algorithm for initial stage but later i will try to implement using FP-Tree.


πŸ“ Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :

All the best. Enjoy your open source journey ahead. 😎

abhisheks008 commented 4 months ago

Hi @manishh12 thanks for showing up with this issue. As per the code of conduct you can work on one issue at a time.

manishh12 commented 4 months ago

Hi @manishh12 thanks for showing up with this issue. As per the code of conduct you can work on one issue at a time.

Okay Sure, I'll address the tasks one by one as I complete them.