From 7959f80fdd4f65fddc6abca48790baa80c80d3ed Mon Sep 17 00:00:00 2001
From: Sameeksha22 <63872725+Sameeksha22@users.noreply.github.com>
Date: Sun, 26 Apr 2020 11:26:21 -0700
Subject: [PATCH 1/5] Week 1 Idea-Motivation
Week 1
---
decks/slides.mdx | 64 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)
create mode 100644 decks/slides.mdx
diff --git a/decks/slides.mdx b/decks/slides.mdx
new file mode 100644
index 00000000..1730becd
--- /dev/null
+++ b/decks/slides.mdx
@@ -0,0 +1,64 @@
+import { CodeSurfer as Surfer } from "code-surfer";
+import { CodeSurferColumns, Step } from "code-surfer";
+import { Appear, Background } from "gatsby-theme-mdx-deck";
+import * as L from "../src/layout";
+import customTheme from "../src/theme";
+import GreetingLoader from "./src/greeting-loader";
+
+export const theme = customTheme;
+
+
+
+# Association Mining
+
+
+
+---
+
+
+# Introduction
+
+* Our photos and introduction about ourselves
+
+
+
+---
+
+
+## Profitable Business
+
+- Businesses need ways to gain profits from the customers by increasing their sales.
+- By selling the product that the customer wants, customer satisfaction and business profits both increase.
+
+
+
+---
+
+
+## Association Mining
+
+- It is a rule based pattern mining technique.
+- It finds features which occur together and are related to each other.
+
+
+
+---
+
+
+## Example: Diaper and Beer
+
+* When a customer buys diapers, surprisingly, it is highly likely that the customer will also buy beer.
+* This is one of the frequently bought products together and such patterns are found using Association Mining.
+
+
+
+---
+
+
+## Use Cases
+
+* It can be used by stores to arrange their products on racks, i.e. most frequently bought together products besides each other.
+* It can be utilized for carrying out a promotional pricing/sale event.
+* Also used for recommending products to the customers on online platforms.
+
+
\ No newline at end of file
From 64e039c9b2cf478017a3a1b776453a8e00e986c8 Mon Sep 17 00:00:00 2001
From: Sameeksha22 <63872725+Sameeksha22@users.noreply.github.com>
Date: Sun, 26 Apr 2020 15:39:26 -0700
Subject: [PATCH 2/5] Added workshop proposal
---
Workshop_Proposal.md | 55 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
create mode 100644 Workshop_Proposal.md
diff --git a/Workshop_Proposal.md b/Workshop_Proposal.md
new file mode 100644
index 00000000..ca5bda6a
--- /dev/null
+++ b/Workshop_Proposal.md
@@ -0,0 +1,55 @@
+# Workshop Proposal
+
+### Specific Topic
+_Recommending frequently bought products to potential end-users using Association mining._
+
+
+
+### Interactive Component
+_Each workshop must have an original, interactive component._
+_Calculating the frequently bought items and every correct answer will get a reward._
+_This will help the students to understand the working behind the apriori algorithm._
+
+
+
+### Code Deliverables
+_In Weeks 2-3, your duo must code out the interactive component, as well as any other code needed for the entire workshop.
+What coding tasks do you need to complete? Each task should also come with what week each task will be completed as well as who is responsible for each task.
+Please be specific._
+_Also, you can use Week 4 to complete code deliverables. Note that this is highly **discouraged** because Week 4 is reserved for finishing touches and preparing the presentation._
+
+- [ Preprocessing data]
+- [ Association Mining using the Apriori Algorithm]
+- [ Trick to reduce the huge number of pairs generated in the algorithm]
+- [ Formatting the output]
+
+### Slide Outline
+_What is a general roadmap for your slides?_
+
+* Define the dataset and what features we choose
+* About Association mining
+* How will we use the algorithm to detect the frequently bought items
+* Other algorithms which students can research
+
+### Timing
+_Each workshop should be around an hour to 90 minutes. How long will your workshop be?
+_Planned to be precisely one hour on the dot but might run up to 90 minutes depending on the Q and A section._
+_Preprocessing the data will take less amount of time approcimately 10 minutes as the data is already clean._
+_The algorithm will take 40 minutes to explain but the running time might vary depending on machines._
+_Last 10 minutes will be allocated to discussing other algorithms and QnA section._
+
+
+### Motivation behind project
+_What motivated your duo to pursue this idea?_
+_Businesses need to expand their business and one of the crucial components of any successful business is customers and their needs. Recommending the customers what are the frequently bought goods together is a good way to enhance the business sales._
+
+
+### Explain difficulty/prior experience needed
+_Is there any prior experience needed for this workshop? Please be specific._
+_Python (Pandas, Numpy libraries)_
+
+
+### Technologies that will be used
+_Please be specific.
+* Python
+* PySpark
From 63a73197050c9d5ada44a6ca76fe090a8638ba9e Mon Sep 17 00:00:00 2001
From: Atul Jayaram
Date: Sun, 26 Apr 2020 17:03:52 -0700
Subject: [PATCH 3/5] Updated Proposal Name
---
Workshop_Proposal.md => misc/Association_Mining_Proposal.md | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename Workshop_Proposal.md => misc/Association_Mining_Proposal.md (100%)
diff --git a/Workshop_Proposal.md b/misc/Association_Mining_Proposal.md
similarity index 100%
rename from Workshop_Proposal.md
rename to misc/Association_Mining_Proposal.md
From 25f0bc25d57b4be48086bf27e4054c3f89e3d73e Mon Sep 17 00:00:00 2001
From: Atul Jayaram <56050973+atuljayaram@users.noreply.github.com>
Date: Sun, 26 Apr 2020 17:09:10 -0700
Subject: [PATCH 4/5] Updated name
---
decks/{slides.mdx => association_mining.mdx} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename decks/{slides.mdx => association_mining.mdx} (99%)
diff --git a/decks/slides.mdx b/decks/association_mining.mdx
similarity index 99%
rename from decks/slides.mdx
rename to decks/association_mining.mdx
index 1730becd..0c101aed 100644
--- a/decks/slides.mdx
+++ b/decks/association_mining.mdx
@@ -61,4 +61,4 @@ export const theme = customTheme;
* It can be utilized for carrying out a promotional pricing/sale event.
* Also used for recommending products to the customers on online platforms.
-
\ No newline at end of file
+
From a98a884a7f06ca26caf852a2a60c630ee41d439e Mon Sep 17 00:00:00 2001
From: Atul Jayaram
Date: Sun, 26 Apr 2020 17:10:23 -0700
Subject: [PATCH 5/5] Fixed File Structure
---
misc/{ => proposals}/Association_Mining_Proposal.md | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename misc/{ => proposals}/Association_Mining_Proposal.md (100%)
diff --git a/misc/Association_Mining_Proposal.md b/misc/proposals/Association_Mining_Proposal.md
similarity index 100%
rename from misc/Association_Mining_Proposal.md
rename to misc/proposals/Association_Mining_Proposal.md