Design of a Bundle Shopbot. Abstract

Size: px
Start display at page:

Download "Design of a Bundle Shopbot. Abstract"

Transcription

1 Design of a Bundle Shopbot Robert Garfinkel 1 ( robert.garfinkel@business.uconn.edu) Ram Gopal 1 ( ram@business.uconn.edu) Arvind Tripathi 2 ( tripathi@u.washington.edu) Fang Yin 1 ( fang.yin@business.uconn.edu) 1 School of Business, University of Connecticut, Storrs, Connecticut, U.S.A. 2 School of Business, University of Washington, Seattle, Washington, U.S.A. Abstract The increasing proliferation of online shopping and purchasing has naturally led to a growth in the popularity of comparison-shopping search engines, popularly known as shopbots. We extend the one-product-at-a-time search approach used in current shopbot implementations to consider purchasing plans for a bundle of items. Our approach leverages bundle-based pricing and promotional deals offered by online merchants to extract substantial savings. The problem of choosing the cheapest cost to purchase a bundle of items is modeled as a set covering problem and is shown to be NP-Hard. Interestingly, our approach can also identify freebies that consumers can obtain at no extra cost. We develop heuristic approaches that can be employed when the number of items is large or when the real-time nature of shopbot applications dictates quick response rates to consumer queries. A detailed illustration with real-world data from major retailers suggests that optimal solutions to the proposed models can result in significant savings for bundle purchasing consumers, and frequently identify freebies for consumers. The heuristic approach also performs extremely well and is thus practical for shopbot implementation.

2 Design of a Bundle Shopbot 1 Introduction The Internet has dramatically reduced buyer search costs by providing easy information retrieval (Bakos 1997). On the other hand researchers have found significant price variation on the Internet even for identical commodities such as books and CDs, to name a few (Bailey 1998; Brynjolfsson and Smith 2000). This variation and the large number of vendors have made it difficult for a user to find the best price for an item or items. In response, a number of comparison-shopping search engines, widely known as shopbots, have become popular (e.g., mysimon.com, Froogle.com, and PriceGrabber.com). At these web sites a shopper can enter the product name and specification, and the shopbot will search a large number of vendors and return the prices offered by these retailers, as well as other information such as shipping cost and availability. Recent work has addressed issues surrounding the impact of shopbots on retailer pricing strategies (Smith 2002), and operational design improvements to enhance a consumer s overall utility with the shopbots (Montgomery et al. 2004). Current shopbots are geared towards one-product-at-a-time search, and thus do not consider bundle pricing and promotions that are frequently offered by online retailers. There is a considerable literature on the benefits of bundling from the seller s side, beginning with the work of Stigler (1963) on how bundling can increase sellers profit (see also Stremersch and Tellis, 2002). Adam and Yellen (1976) classified three modes of bundling strategies, namely pure bundling, mixed bundling, and component selling (pure unbundling). In pure bundling, individual items are not offered. Mixed bundling is a combination of pure bundling and component selling. On the other hand pure bundling is not a concept of interest from the buyer s point of view since one can simply consider components to be minimal sets of goods that can be purchased individually. Since we focus on the buyer s problem we will assume that all bundling is mixed, meaning that all components are offered individually for purchase, and are also included in other bundles. The focus of our work is on the development of models for shopbots that leverage bundle pricing and promotional deals offered by online merchants to extract price savings. It is intended to operate in the presence of the demand for multiple items by a user. Note that it will generally not be the case that there exists an offered bundle that is identical to, or even includes, the set of goods demanded by the user. In the absence of such a shopbot, a shopper s 2

3 only recourse via current shopbots is to initiate the search for each product and then combine the search results on her own. In addition to its inconvenience, this one-product-at-a-time search pattern may result in loss of potential savings to the shopper since vendors generally offer promotional deals and discounts for bundles. In this research we develop models for a shopbot engine that aids consumers in procuring item bundles at the lowest possible price. The problem of choosing the cheapest cost to purchase a bundle of items is modeled as a set covering problem and is shown to be NP-Hard. Interestingly, our approach can also identify freebies that consumers can obtain at no extra cost. We develop heuristic approaches that can be employed when the number of items is large or when the real-time nature of shopbot applications dictates quick response rates to consumer queries. A detailed illustration with real-world data from major retailers suggests that optimal solutions to the proposed models can result in significant savings for bundle purchasing consumers, and frequently identify freebies for consumers. The heuristic approach also performs extremely well and is thus practical for shopbot implementation. The remainder of the paper is organized as follows. Bundle purchase models are given in Section 2. Algorithms are described in Section 3. Computational experience with real data is presented in Section 4, and conclusions follow in Section 5. 2 Bundle Purchase Models 2.1 General classifications of bundles The various general bundling strategies implemented have been implemented by retailers (Simon and Wuebker 1999) are listed below: Deterministic bundling: Exactly one set of predetermined items is included in the bundle. Non deterministic bundling: This includes, for instance, the following: Tie-in bundling: The buyer is required to buy one major product (e.g., digital camera, mp3 player) to qualify for discounted prices on other products (e.g., three software products for $48). Usually there are comprehensive lists for both the major and tied-in products. A special case is add-on bundling, where the buyer is required to buy one product (e.g., wireless router) to get a free product (e.g., wireless card). Another special case is cross promotion where the buyer is required to purchase one product to qualify for a discount on another product. However, the buyer has the option of not purchasing the additional product. 3

4 Total value discount: If the total amount of an order is above a certain threshold, the order gets an extra discount (e.g., 10% off any order above $100). 2.2 The General Model Consider a buyer with demand for one of each of a set of items S 0. There is a set of related bundles B := {B 1,B 2,...} (i.e. each bundle in B contains at least one element of S 0 ), offered by the retailers, including at least the S 0 degenerate bundles {i} for all i S 0.Eachitemi (we will often abuse notation by not distinguishing between a set and its index set) has an original (unbundled) cost given by c i > 0. The unbundled cost of a set T of items is denoted c(t ):= P c i and it represents the benchmark for price savings. Also let S j be the set of items in B j, and the set of i T all items in B is denoted by S := S S j.thecostofb j is f j > 0,sothatf j = c i if S j = {i}. LetB(i) be the set of j B bundles that contain item i. Then the problem (CB) of choosing the cheapest set of bundles that satisfies the demand for S 0 can be modeled as the following set covering problem: min X j B f j x j (1) s.t. X x j 1, i S 0 (2) j B(i) x j binary, j B (3) Note that the model CB is set covering, rather than set partitioning. That is, the constraints (2) allow the buyer to receive additional goods beyond the desired set S 0. Unless there is a negative utility associated with receiving additional goods, these constraints are preferred to replacing them with P x j =1, i S 0 (4) j B(i) which would result in a set partitioning model. That follows since set covering is a relaxation of set partitioning and thus always results in an objective value that is never worse than that of set partitioning. If B is an optimal set of bundles from CB, denote by S := S S j the corresponding optimal set of j B goods. Then, if B is purchased, the buyer may receive the set F of additional goods ( freebies ) beyond single copies of the elements of S 0.Thatis,F contains at least one copy of every element of S \S 0, as well as possible extra elements of S 0. 4

5 2.3 Complexity of the Problem Given the bundle set B, along with the vector of bundle prices, the problem of choosing an optimal subset of B is set covering, which is shown (e.g. Garey and Johnson 1979) to be NP-Hard. On the other hand (see e.g. Nemhauser and Wolsey 1988) set covering problems are among the best-solved NP-Hard problems by both exact and heuristic algorithms. Of course the complexity of CB is a function of the size of the problem in terms of the number of constraints and variables. The former is determined by the cardinality of S 0 i.e. the number of items specified by the user. The latter can be bounded by 2 S0 1, since if two bundles contain identical elements of S 0, the shopbot will simply choose the cheaper of the two. On the other hand the problem can be shown to be hard, without resorting to set covering, in the presence of total value discounts. Consider a seller who offers a total value discount of α if the buyer spends more than a floor g. That is, the price of a set T of items is ½ c(t ),ifc(t ) g (1 α)c(t ),otherwise As before let S denote the set of all items offered by the seller and let T 0 := S S 0 be those items in the bundle desired by the buyer. Any items purchased in S\T 0 have no intrinsic value except for the possible discount. If c(t 0 ) g the buyer will purchase only the items in T 0, so assume that c(t 0 ) <g.thenletx S\T 0 be the additional items purchased. To get the discount it must be true that c(x) g c(t 0 ). Itisalsoeasytoseethat X must satisfy αc(t 0 ) (1 α)c(x) or else the discount does not outweigh the additional cost of X. Then the resulting problem is s.t. X min X i S\T 0 c i y i (5) c i y i g c(t 0 ) (6) i S\T 0 X c i y i α 1 α c(t 0) (7) i S\T 0 y i 0 and integer, i S\T 0 (8) But even as α 1, so that the constraint (7) becomes inoperative, the remaining problem is a minimization 5

6 variation of the standard Integer Knapsack Problem, with the special property that the cost coefficients and the constraint coefficients are the same. That special case is known to be NP-Hard (see e.g. Martello and Toth 1990). 2.4 Generating the Bundle Set Determination of the bundle set B to be used in solving CB is clearly an important issue. Here we touch on it briefly and leave extensive analysis to follow up research. In very general terms it follows that as the set B is expanded the solutions to CB will improve. Yet, there are two downsides to making B large. In general CB becomes more difficult to solve as B increases and, in addition, there is the cost of searching the Web to find additional promotions. Finally, thesizeandstructureofb will also be determined by the particular bundle promotions as indicated in Section 2.1. For non deterministic bundling there may be multiple elements of B for a given promotion and set S 0. The shopbot may simply choose to add only one element to B in these circumstances but, as shown in the previous subsection, choosing the cheapest such element, for at least one type of promotion, is itself an NP-Hard problem. Thus it may be useful to develop heuristic rules for the generation of B. 3 Algorithms for CB For consumer purchases that involve only a few items, the exact solution of CB can easily be found by generic integer programming packages or by specialized set covering algorithms. However, a heuristic approach may be useful in the following cases: (a) in commercial purchases for which S 0 could be quite large, and (b) when there are potential benefits to shaving off valuable seconds in responding to consumer requests. Our computational experiments with real-world data suggest that the time savings are in the order of 98 to 99 percent when heuristic approaches are used. A Standard Greedy Heuristic A standard greedy heuristic for set covering is given in Nemhauser and Wolsey (1988). In words it is to do the following. At each step choose that bundle that minimizes the ratio of the cost of the bundle to the number of desired items in the bundle that have not been selected at previous steps. Thus, at each step you will add at least one more desired item to the bundle. The heuristic has order O( B S 0 ) and is formalized below: Initialize: M 1 = S 0, N 1 = B, t =1, While M t 6=φ do, Select j t N t to min{f j / S j M t }, 6

7 End while Let N t+1 = N t \{j t }, M t+1 = M t \{S j t},andt = t +1, The solution is x j =1for j/ N t+1 and x j =0otherwise. We can observe that this standard greedy heuristic is not able to take advantage of the fact that, in our application, there always exist degenerate bundles for every element of S 0 and that the costs of these bundles may be taken into account. Thus a natural modification of that heuristic is to replace the step Select j t N t to min{f j / S j M t }, with Select j t N t P to min{f j / c i }. i S j M t That is, at each step choose the bundle that minimizes the ratio of the cost of the bundle to the retail value of the desired items in the bundle that have not been selected at previous steps. It will be seen in the computational results of the next section that, for this application, the modified heuristic gives superior results. Finally it should be noted that the solution may yield redundant bundles, namely any bundle that is not uniquely responsible for supplying at least one desired item. Upon termination of the heuristic, any such bundles can be discarded, one-at-a-time, yielding a lower cost solution. 4 Detailed Illustration To ascertain the potential practical benefits from deploying our models, we conducted a detailed analysis with real-world data on computer-related products. Recent reports indicate that this product category which includes software, wireless gadgets, printers, memories, and digital cameras is one of the most commonly purchased categories online (shop.org 2004). To limit any confounding retailer brand effects that may influence a shopper (Smith and Brynjolfsson 2001), we carefully selected the set of retailers for consideration. We initially started with Best Buy, and then identified its main competitors in the category of computer products. This information was derived from Hoovers ( which provides in-depth information on 40,000 of the world s top business entities as well as comprehensive industry and market information. This process led to the selection of the following 14 retailers: Best Buy,CircuitCity,BUY.com,CDW.com,Staples,Kmart,Wal-Mart,OfficeMax, Office Depot, Sears, Gateway, Radio Shack, CompUSA, Amazon.com. 7

8 We then monitored these retailers for a period of 10 days in early 2004, and captured their bundle-based pricing and promotional offers for computer-related products. From this we selected a total of 194 bundle offerings involving 36 products. Table 1 lists summary statistics on the individual items and the bundles. We evaluated the bundle shopping models by varying the size of the bundle from 2 to 20. For each bundle size, we randomly generated the products in the bundle from the 7 product groups. One thousand bundles for each bundle size were generated, resulting in a total of simulation runs. Items Bundles mean $ mean $ max $ max $ min $ min $ 0.01 std dev $ std dev $ n 36 n 194 Table 1 Summary Statistics of the Sample Distribution of Savings Savings 80% 70% 60% 50% 40% 30% 20% 10% 0% 76% 19% 5% 7% 9% 11% 13% 15% 0% 2% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Percentile Figure 1 Distribution of Savings (CB) 8

9 Avg Optimal Modified Heuristic Nbr of Benchmark Avg Value % of Avg Value % of Items value of Avg Avg # of Avg # of Avg Cost Std Dev of extra Benchmark Avg Cost Avg Saving Std Dev of extra Benchmark Needed needed Saving extra items extra items items Cost items Cost items* 2 $ $ % 16.5% 0.3 $ % $ % 16.5% 0.3 $ % 3 $ $ % 11.8% 0.4 $ % $ % 11.8% 0.4 $ % 4 $ $ % 9.6% 0.5 $ % $ % 9.6% 0.5 $ % 5 $ $ % 8.3% 0.6 $ % $ % 8.3% 0.7 $ % 6 $ $ % 7.1% 0.7 $ % $ % 7.1% 0.7 $ % 7 $ $ % 7% 0.8 $ % $ % 7% 0.8 $ % 8 $ $ % 7.1% 1.0 $ % $ % 7.1% 1.0 $ % 9 $ $ % 6.8% 1.1 $ % $ % 6.8% 1.1 $ % 10 $ $ % 6.1% 1.1 $ % $ % 6.1% 1.1 $ % 11 $ $ % 5.9% 1.3 $ % $ % 5.9% 1.3 $ % 12 $ 1, $ % 5.5% 1.3 $ % $ % 5.6% 1.4 $ % 13 $ 1, $ % 5.2% 1.4 $ % $ % 5.2% 1.5 $ % 14 $ 1, $ 1, % 4.9% 1.5 $ % $ 1, % 4.9% 1.6 $ % 15 $ 1, $ 1, % 4.9% 1.5 $ % $ 1, % 4.8% 1.6 $ % 16 $ 1, $ 1, % 4.8% 1.5 $ % $ 1, % 4.7% 1.6 $ % 17 $ 1, $ 1, % 4.7% 1.6 $ % $ 1, % 4.6% 1.7 $ % 18 $ 1, $ 1, % 4.4% 1.6 $ % $ 1, % 4.2% 1.8 $ % 19 $ 1, $ 1, % 4.3% 1.7 $ % $ 1, % 4.1% 1.9 $ % 20 $ 1, $ 1, % 4.1% 1.7 $ % $ 1, % 3.8% 1.9 $ % Table 2 Summary of Simulations (CB) Nbr of Items Needed Avg Performance Modified Heuristic Std Dev Lower Bound Avg Performance Standard Heurisitc Std Dev Lower Bound 2 100% 0% 100% 99.7% 1.9% 84.4% 3 100% 0% 100% 99.5% 1.8% 85.6% 4 100% 0.3% 91.3% 99% 2.5% 79.1% 5 100% 0.5% 92% 98.8% 2.6% 81.8% 6 100% 0.6% 92.6% 98.1% 3% 87.2% % 0.6% 93.6% 97.5% 3.3% 85.1% % 0.7% 93.5% 97% 3.6% 77.9% % 0.5% 94.1% 96.7% 3.4% 75.8% % 0.6% 95% 96.3% 3.1% 79.7% % 0.6% 95.1% 95.9% 3.3% 80.2% % 0.6% 95.4% 95.6% 3% 81.4% % 0.6% 96.4% 95.3% 2.9% 80.2% % 0.6% 95.7% 94.8% 3% 81.7% % 0.7% 95.8% 94.4% 2.9% 81.2% % 0.7% 94.9% 94.4% 3% 82.1% % 0.9% 94.9% 94% 2.8% 84.5% % 0.8% 95% 93.8% 2.9% 80.8% % 1% 94.9% 93.7% 2.6% 86.4% % 1.1% 95.2% 93.6% 2.5% 86.8% All differences are significant at p <.0001 Table 3 Comparisons between the Two Heuristics Figure 1 highlights the cumulative percentage savings over the benchmark (sum of the individually-cheapest prices of items in the bundle). Positive savings were observed in over 85% of the cases. The median savings rate was 10%, and in nearly 10% of the cases the percentage savings were over 20%. Table 2 lists the complete performance of the exact algorithm and the modified heuristic for various bundle sizes. As expected, the savings increase as 9

10 the number of items in the bundle increase. The heuristic performs extremely well. Both the optimal and heuristic algorithms were able to frequently identify freebies, with more freebies identified for larger bundles. Assuming that the baseline value of a freebie is its lowest individual price, the net savings with the freebies included are 4% to 10% higher than without freebies taken into consideration. Interestingly, the heuristic procedure, in a number of instances, was able to identify slightly higher-valued freebies than the optimal algorithm. A performance comparison of the standard heuristic for set covering with our modified heuristic is shown in Table 3. The performance is measured by the ratio of optimal objective value from exact algorithm over objective value from the heuristic. The modified heuristic significantly outperformed the standard heuristic for all bundle sizes. 5 Concluding Remarks We have provided a model for computing an optimal purchase plan to procure a bundle of items from competing sellers who offer bundle-based prices and promotions. Detailed analysis of the models with real-world data on computer-related products from major retailers reveals significant savings for bundle purchases and frequent opportunities to obtain freebies. These findings point to the viability of the proposed models for implementation consideration in current shopbot systems. Our work can be extended in a number of ways. Our finding that the savings increase with the number of items in the bundle suggests potential benefits to aggregating various consumer purchase plans. Consideration of retailer reputation and substitutable products is also worthy of further study. Finally, while mechanisms to automate retrieval of individual item prices from a retailer exist and are in use by current shopbots, no such mechanisms exist to automate the procurement of bundle prices and promotions. While the wide variety of bundling and bundle promotion strategies used by online retailers pose significant challenges, this can contribute immensely to the popularity and usage of shopbots. References Adams, W. J., J. L. Yellen Commodity Bundling and the Burden of Monopoly. Q. J. Econ. 90(3) Bailey, J Electronic Commerce: Prices and Consumer Issues for Three Products: Books, Compact Discs, and Software. Organisation for Economic Co-Operation and Development 98(4). 10

11 Bakos, Y. J Reducing Buyer Search Costs: Implication for Electronic Marketplaces. Manage. Sci. 43(12) Brynjolfsson, E., M. D. Smith Frictionless Commerce? A Comparison of Internet and Conventional Retailers. Manage. Sci. 46(4) Garey, M. R., D.S. Johnson Computers and Intractability. Freeman. Martello, S. and P. Toth Knapsack problems: algorithms and computer implementations. John Wiley & Sons, New York. Montgomery, A. L., K. Hosanagar, R. Krishnan, K. B. Clay Designing a Better Shopbot. Manage. Sci. 50(2) Nemhauser, G.L., L. A. Wolsey Integer and Combinatorial Optimization. John Wiley & Sons, New York. Shop.Org Online Sales Skyrocket as Profitability Jumps, According to Shop.Org/Forrester Research Study. accessed on May 25, Simon, H., G. Wuebker Bundling - a Powerful Method to Better Exploit Profit Potential. In R. Fuerderer, A. Herrmann and G. Wuebker (Ed.), Optimal Bundling: Marketing Strategies for Improving Economic Performance. Springer-Verlag, Berlin Smith, M. D The Impact of Shopbots on Electronic Markets. J. Acad. Market. Sci. 30(4) Smith, M. D., E. Brynjolfsson Consumer Decision Making at an Internet Shopbot: Brand Still Matters. J. Ind. Econ. 49(4) Stigler, G. J United States Vs. Loew s Inc.: A Note on Block Booking. Supreme Court Rev Stremersch, S., G. J. Tellis Strategic Bundling of Products and Prices: A New Synthesis for Marketing. J. Marketing 66(1)

HYBRID GENETIC ALGORITHMS FOR SCHEDULING ADVERTISEMENTS ON A WEB PAGE

HYBRID GENETIC ALGORITHMS FOR SCHEDULING ADVERTISEMENTS ON A WEB PAGE HYBRID GENETIC ALGORITHMS FOR SCHEDULING ADVERTISEMENTS ON A WEB PAGE Subodha Kumar University of Washington subodha@u.washington.edu Varghese S. Jacob University of Texas at Dallas vjacob@utdallas.edu

More information

The Problem of Scheduling Technicians and Interventions in a Telecommunications Company

The Problem of Scheduling Technicians and Interventions in a Telecommunications Company The Problem of Scheduling Technicians and Interventions in a Telecommunications Company Sérgio Garcia Panzo Dongala November 2008 Abstract In 2007 the challenge organized by the French Society of Operational

More information

Deal Seeking: Online vs. In-Store

Deal Seeking: Online vs. In-Store Summer 2013 Deal Seeking: Online vs. In-Store Semi-Annual Online/In-Store Pricing Comparison Executive Summary Anthem Marketing Solutions has completed its sixth semiannual market basket analysis of in-store

More information

Online and Offline Selling in Limit Order Markets

Online and Offline Selling in Limit Order Markets Online and Offline Selling in Limit Order Markets Kevin L. Chang 1 and Aaron Johnson 2 1 Yahoo Inc. klchang@yahoo-inc.com 2 Yale University ajohnson@cs.yale.edu Abstract. Completely automated electronic

More information

Social Media Mining. Data Mining Essentials

Social Media Mining. Data Mining Essentials Introduction Data production rate has been increased dramatically (Big Data) and we are able store much more data than before E.g., purchase data, social media data, mobile phone data Businesses and customers

More information

Cloud Computing. Computational Tasks Have value for task completion Require resources (Cores, Memory, Bandwidth) Compete for resources

Cloud Computing. Computational Tasks Have value for task completion Require resources (Cores, Memory, Bandwidth) Compete for resources Peter Key, Cloud Computing Computational Tasks Have value for task completion Require resources (Cores, Memory, Bandwidth) Compete for resources How much is a task or resource worth Can we use to price

More information

Buyer Search Costs and Endogenous Product Design

Buyer Search Costs and Endogenous Product Design Buyer Search Costs and Endogenous Product Design Dmitri Kuksov kuksov@haas.berkeley.edu University of California, Berkeley August, 2002 Abstract In many cases, buyers must incur search costs to find the

More information

A dynamic auction for multi-object procurement under a hard budget constraint

A dynamic auction for multi-object procurement under a hard budget constraint A dynamic auction for multi-object procurement under a hard budget constraint Ludwig Ensthaler Humboldt University at Berlin DIW Berlin Thomas Giebe Humboldt University at Berlin March 3, 2010 Abstract

More information

A Constraint Programming based Column Generation Approach to Nurse Rostering Problems

A Constraint Programming based Column Generation Approach to Nurse Rostering Problems Abstract A Constraint Programming based Column Generation Approach to Nurse Rostering Problems Fang He and Rong Qu The Automated Scheduling, Optimisation and Planning (ASAP) Group School of Computer Science,

More information

IS E-COMMERCE RIGHT FOR YOU

IS E-COMMERCE RIGHT FOR YOU IS E-COMMERCE RIGHT FOR YOU Introduction Electronic Commerce, commonly referred to as e-commerce, involves the buying and selling of products or services over the Internet, mobile devices, or other forms

More information

Multiple Linear Regression in Data Mining

Multiple Linear Regression in Data Mining Multiple Linear Regression in Data Mining Contents 2.1. A Review of Multiple Linear Regression 2.2. Illustration of the Regression Process 2.3. Subset Selection in Linear Regression 1 2 Chap. 2 Multiple

More information

Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows

Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows TECHNISCHE UNIVERSITEIT EINDHOVEN Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows Lloyd A. Fasting May 2014 Supervisors: dr. M. Firat dr.ir. M.A.A. Boon J. van Twist MSc. Contents

More information

DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM

DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM M. Mayilvaganan 1, S. Aparna 2 1 Associate

More information

Single machine models: Maximum Lateness -12- Approximation ratio for EDD for problem 1 r j,d j < 0 L max. structure of a schedule Q...

Single machine models: Maximum Lateness -12- Approximation ratio for EDD for problem 1 r j,d j < 0 L max. structure of a schedule Q... Lecture 4 Scheduling 1 Single machine models: Maximum Lateness -12- Approximation ratio for EDD for problem 1 r j,d j < 0 L max structure of a schedule 0 Q 1100 11 00 11 000 111 0 0 1 1 00 11 00 11 00

More information

Offline sorting buffers on Line

Offline sorting buffers on Line Offline sorting buffers on Line Rohit Khandekar 1 and Vinayaka Pandit 2 1 University of Waterloo, ON, Canada. email: rkhandekar@gmail.com 2 IBM India Research Lab, New Delhi. email: pvinayak@in.ibm.com

More information

1111111 Anthem Marketing Solutions 549 W. Randolph, Suite 700, Chicago IL, 60661 312.441.0382 www.anthemedge.com

1111111 Anthem Marketing Solutions 549 W. Randolph, Suite 700, Chicago IL, 60661 312.441.0382 www.anthemedge.com Executive Summary Anthem Marketing Solutions has completed its seventh semiannual market basket analysis of in-store and online pricing trends for a commonly purchased bundle of consumer products. Consistent

More information

The Federal Tax Authority

The Federal Tax Authority PREPARED STATEMENT SUBMITTED FOR THE RECORD OF THE PUBLIC HEARING REGARDING PROPOSED SMALL BUSINESS EXCEPTION IN THE MAIN STREET FAIRNESS ACT (H.R. 5660) Executive Committee to the Streamlined Sales Tax

More information

Cloud-based trading & financing ecosystem for global ecommerce

Cloud-based trading & financing ecosystem for global ecommerce Cloud-based trading & financing ecosystem for global ecommerce specializing in China inbound and outbound trade for small online retailers and social commerce players Our Motto MAKING BUY AND SELL EASY!

More information

The search for and purchasing of an airline ticket

The search for and purchasing of an airline ticket The search for and purchasing of an airline ticket Ogaga Udjo a Berendien Lubbe a and Anneli Douglas a a Department of Tourism Management University of Pretoria, South Africa berendien.lubbe@up.ac.za Abstract

More information

E Commerce INTRODUCTION LEARNING OUTCOMES

E Commerce INTRODUCTION LEARNING OUTCOMES Topic 9 E Commerce LEARNING OUTCOMES By the end of this topic, you should be able to: 1. Describe the benefits and limitations of e-commerce; 2. Explain major EC mechanisms; 3. Differentiate between B2C

More information

Win with Level 3 processing. Acquire more government and corporate customers while reducing your payment transaction fees

Win with Level 3 processing. Acquire more government and corporate customers while reducing your payment transaction fees Acquire more government and corporate customers while reducing your payment transaction fees 1 Table of contents Introduction 3 Level 3 payment processing can be easier than you expect 3 P-card usage is

More information

Bicolored Shortest Paths in Graphs with Applications to Network Overlay Design

Bicolored Shortest Paths in Graphs with Applications to Network Overlay Design Bicolored Shortest Paths in Graphs with Applications to Network Overlay Design Hongsik Choi and Hyeong-Ah Choi Department of Electrical Engineering and Computer Science George Washington University Washington,

More information

Classification - Examples

Classification - Examples Lecture 2 Scheduling 1 Classification - Examples 1 r j C max given: n jobs with processing times p 1,...,p n and release dates r 1,...,r n jobs have to be scheduled without preemption on one machine taking

More information

Scheduling Single Machine Scheduling. Tim Nieberg

Scheduling Single Machine Scheduling. Tim Nieberg Scheduling Single Machine Scheduling Tim Nieberg Single machine models Observation: for non-preemptive problems and regular objectives, a sequence in which the jobs are processed is sufficient to describe

More information

1 Associate Professor, Charles H. Dyson School of Applied Economics and Management, Cornell University, and

1 Associate Professor, Charles H. Dyson School of Applied Economics and Management, Cornell University, and Marketing Channel Assessment Tool (MCAT) Benchmark Performance Metrics Todd M. Schmit and Matthew N. LeRoux 1 NYFVI Final Report June 2014 Introduction Since 2008, 31 farms small- and medium-sized fruit

More information

A Simple Model of Price Dispersion *

A Simple Model of Price Dispersion * Federal Reserve Bank of Dallas Globalization and Monetary Policy Institute Working Paper No. 112 http://www.dallasfed.org/assets/documents/institute/wpapers/2012/0112.pdf A Simple Model of Price Dispersion

More information

How To Price Bundle On Cable Television

How To Price Bundle On Cable Television K. Bundling Brown and in Cable P. J. Alexander Television Bundling in Cable Television: A Pedagogical Note With a Policy Option Keith Brown and Peter J. Alexander Federal Communications Commission, USA

More information

How To Find An Optimal Search Protocol For An Oblivious Cell

How To Find An Optimal Search Protocol For An Oblivious Cell The Conference Call Search Problem in Wireless Networks Leah Epstein 1, and Asaf Levin 2 1 Department of Mathematics, University of Haifa, 31905 Haifa, Israel. lea@math.haifa.ac.il 2 Department of Statistics,

More information

Alexander Nikov. 7. ecommerce Marketing Concepts. Consumers Online: The Internet Audience and Consumer Behavior. Outline

Alexander Nikov. 7. ecommerce Marketing Concepts. Consumers Online: The Internet Audience and Consumer Behavior. Outline INFO 3435 E-Commerce Teaching Objectives 7. ecommerce Marketing Concepts Alexander Nikov Identify the key features of the Internet audience. Discuss the basic concepts of consumer behavior and purchasing

More information

Virtual Machine Resource Allocation for Service Hosting on Heterogeneous Distributed Platforms

Virtual Machine Resource Allocation for Service Hosting on Heterogeneous Distributed Platforms Virtual Machine Resource Allocation for Service Hosting on Heterogeneous Distributed Platforms Mark Stillwell, Frédéric Vivien INRIA, France Email: mark.stillwell@inrialpes.fr, Frederic.Vivien@inria.fr

More information

Establishing a Mobile Conference Call Under Delay and Bandwidth Constraints

Establishing a Mobile Conference Call Under Delay and Bandwidth Constraints Establishing a Mobile Conference Call Under Delay and Bandwidth Constraints Amotz Bar-Noy Computer and Information Science Department Brooklyn College, CUNY, New York Email: amotz@sci.brooklyn.cuny.edu

More information

Online Supplement: A Mathematical Framework for Data Quality Management in Enterprise Systems

Online Supplement: A Mathematical Framework for Data Quality Management in Enterprise Systems Online Supplement: A Mathematical Framework for Data Quality Management in Enterprise Systems Xue Bai Department of Operations and Information Management, School of Business, University of Connecticut,

More information

Proxy-Assisted Periodic Broadcast for Video Streaming with Multiple Servers

Proxy-Assisted Periodic Broadcast for Video Streaming with Multiple Servers 1 Proxy-Assisted Periodic Broadcast for Video Streaming with Multiple Servers Ewa Kusmierek and David H.C. Du Digital Technology Center and Department of Computer Science and Engineering University of

More information

Cloud Storage and Online Bin Packing

Cloud Storage and Online Bin Packing Cloud Storage and Online Bin Packing Doina Bein, Wolfgang Bein, and Swathi Venigella Abstract We study the problem of allocating memory of servers in a data center based on online requests for storage.

More information

PRICING STRATEGIES. Sunde T.

PRICING STRATEGIES. Sunde T. PRICING STRATEGIES Economists use the term price discrimination to refer to situations where firms charge more complicated prices than simple linear prices. In this topic, you will be introduced to the

More information

Index. comparison-shopping services, consolidated 6 comparison-shopping services, definition 17, 273

Index. comparison-shopping services, consolidated 6 comparison-shopping services, definition 17, 273 314 A actual shopping time (AST) 57 age, impact of 63 agent design, comparison-shopping services and 1 agent reasoning models 94 agent search 59 agent search, definition 72, 272 agent search, variables

More information

An optimisation framework for determination of capacity in railway networks

An optimisation framework for determination of capacity in railway networks CASPT 2015 An optimisation framework for determination of capacity in railway networks Lars Wittrup Jensen Abstract Within the railway industry, high quality estimates on railway capacity is crucial information,

More information

89 % Automotive Reputation Management. The Street Smart Guide to. By Beth Latta. & Peter Kahn

89 % Automotive Reputation Management. The Street Smart Guide to. By Beth Latta. & Peter Kahn The Street Smart Guide to Automotive Reputation Management By Beth Latta Cobalt Senior Product Marketing Manager, Reputation Management & Social Media & Peter Kahn Research Director, Strategic Marketing

More information

JUST-IN-TIME SCHEDULING WITH PERIODIC TIME SLOTS. Received December May 12, 2003; revised February 5, 2004

JUST-IN-TIME SCHEDULING WITH PERIODIC TIME SLOTS. Received December May 12, 2003; revised February 5, 2004 Scientiae Mathematicae Japonicae Online, Vol. 10, (2004), 431 437 431 JUST-IN-TIME SCHEDULING WITH PERIODIC TIME SLOTS Ondřej Čepeka and Shao Chin Sung b Received December May 12, 2003; revised February

More information

recommendation in e-commerce

recommendation in e-commerce recommendation in e-commerce Luminis Recommendation Services We are leaving the age of information and entering the age of recommendation Chris Anderson Authors: Hans Bossenbroek Hans Gringhuis Luminis

More information

VENDOR MANAGED INVENTORY

VENDOR MANAGED INVENTORY VENDOR MANAGED INVENTORY Martin Savelsbergh School of Industrial and Systems Engineering Georgia Institute of Technology Joint work with Ann Campbell, Anton Kleywegt, and Vijay Nori Distribution Systems:

More information

Online business models

Online business models Online business models 1 B2C INTERNET MARKETING: CATEGORIES OF PLAYERS 2 E-commerce: players Dot.com Pure Player Old Economy Click & Bricks Click & Mortar 3 E-commerce: players Dot.com Pure Player Old

More information

DIGITAL MARKETING. be seen. CHANNELADVISOR DIGITAL MARKETING ENABLES RETAILERS TO: And many more

DIGITAL MARKETING. be seen. CHANNELADVISOR DIGITAL MARKETING ENABLES RETAILERS TO: And many more DATA SHEET be seen. DIGITAL MARKETING With more and more digital marketing channels introduced each year, it can be hard to keep track of every place you re advertising let alone how each of your products

More information

Price Dispersion on the Internet: A Review and Directions for Future Research

Price Dispersion on the Internet: A Review and Directions for Future Research Price Dispersion on the Internet: A Review and Directions for Future Research Xing Pan Brian T. Ratchford Venkatesh Shankar* October 2003 * Xing Pan (xpan@indiana.edu) is an Assistant Professor of Marketing

More information

Best Practices: Advertising and Marketing

Best Practices: Advertising and Marketing Market Track Best Practice Series Best Practices: Advertising and Marketing Insight into developing a plan for cadence, volume, themes and versions Before Category Managers and Merchants pick and choose

More information

5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1

5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1 5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1 General Integer Linear Program: (ILP) min c T x Ax b x 0 integer Assumption: A, b integer The integrality condition

More information

Principles of demand management Airline yield management Determining the booking limits. » A simple problem» Stochastic gradients for general problems

Principles of demand management Airline yield management Determining the booking limits. » A simple problem» Stochastic gradients for general problems Demand Management Principles of demand management Airline yield management Determining the booking limits» A simple problem» Stochastic gradients for general problems Principles of demand management Issues:»

More information

MARKETPLACES. be seen. CHANNELADVISOR MARKETPLACES WILL ENABLE YOU TO: And Many More

MARKETPLACES. be seen. CHANNELADVISOR MARKETPLACES WILL ENABLE YOU TO: And Many More DATA SHEET be seen. MARKETPLACES Amazon, ebay and other marketplaces like Jet.com, Newegg and Sears account for a growing portion of global online retail sales. Online retailers of all sizes are recognizing

More information

Competitive Pricing Trends

Competitive Pricing Trends Competitive Pricing Trends OFFICE SUPPLY INDUSTRY January/February 2015 2015, Marketyze LTD. This report is M arketyze Proprietary Data. Please 1 Tw Eith L qauestions, V I V o r to PuH E N si tats. X TAMPA

More information

Optimal NetFlow Deployment in IP Networks

Optimal NetFlow Deployment in IP Networks Optimal NetFlow Deployment in IP Networks Hui Zang 1 and Antonio Nucci 2 1 Sprint Advanced Technology Laboratories 1 Adrian Court, Burlingame, CA, USA hzang@sprintlabs.com 2 Narus, Inc. 500 Logue Avenue,

More information

Analysis of Approximation Algorithms for k-set Cover using Factor-Revealing Linear Programs

Analysis of Approximation Algorithms for k-set Cover using Factor-Revealing Linear Programs Analysis of Approximation Algorithms for k-set Cover using Factor-Revealing Linear Programs Stavros Athanassopoulos, Ioannis Caragiannis, and Christos Kaklamanis Research Academic Computer Technology Institute

More information

Nan Kong, Andrew J. Schaefer. Department of Industrial Engineering, Univeristy of Pittsburgh, PA 15261, USA

Nan Kong, Andrew J. Schaefer. Department of Industrial Engineering, Univeristy of Pittsburgh, PA 15261, USA A Factor 1 2 Approximation Algorithm for Two-Stage Stochastic Matching Problems Nan Kong, Andrew J. Schaefer Department of Industrial Engineering, Univeristy of Pittsburgh, PA 15261, USA Abstract We introduce

More information

Market Power and Efficiency in Card Payment Systems: A Comment on Rochet and Tirole

Market Power and Efficiency in Card Payment Systems: A Comment on Rochet and Tirole Market Power and Efficiency in Card Payment Systems: A Comment on Rochet and Tirole Luís M. B. Cabral New York University and CEPR November 2005 1 Introduction Beginning with their seminal 2002 paper,

More information

Core problems in the bi-criteria {0,1}-knapsack: new developments

Core problems in the bi-criteria {0,1}-knapsack: new developments Core problems in the bi-criteria {0,}-knapsack: new developments Carlos Gomes da Silva (2,3, ), João Clímaco (,3) and José Figueira (3,4) () Faculdade de Economia da Universidade de Coimbra Av. Dias da

More information

AT&T Digital Life. Home Security and Automation Service. Overview. Service Innovation EXECUTIVE SUMMARY

AT&T Digital Life. Home Security and Automation Service. Overview. Service Innovation EXECUTIVE SUMMARY Customer Case Study AT&T Digital Life Home Security and Automation Service EXECUTIVE SUMMARY COMPANY OVERVIEW AT&T is the largest telecom services provider in the world and has a wide range of offerings,

More information

Managing the Network Infrastructure: A Peer-to-Peer Look at Trends and Challenges

Managing the Network Infrastructure: A Peer-to-Peer Look at Trends and Challenges Conducted by: Research Concepts LLC Conducted for: Network World Inc. Date: May 2007 Managing the Network Infrastructure: A Peer-to-Peer Look at Trends and Challenges Executive Summary...3 Purpose and

More information

www.egta.com Automated & programmatic marketing An egta publication on data-driven advertising sales for television & radio

www.egta.com Automated & programmatic marketing An egta publication on data-driven advertising sales for television & radio www.egta.com Automated & programmatic marketing An egta publication on data-driven advertising sales for television & radio abstract egta the organisation representing the leading television and radio

More information

On the Interaction and Competition among Internet Service Providers

On the Interaction and Competition among Internet Service Providers On the Interaction and Competition among Internet Service Providers Sam C.M. Lee John C.S. Lui + Abstract The current Internet architecture comprises of different privately owned Internet service providers

More information

The term e-commerce refers to buying, selling or ordering goods and services on the Internet. It is a subset of e-business.

The term e-commerce refers to buying, selling or ordering goods and services on the Internet. It is a subset of e-business. Enabling e-commerce Creating an online store The term e-commerce refers to buying, selling or ordering goods and services on the Internet. It is a subset of e-business. So e-commerce happens when any commercial

More information

How To Understand Book Debt Finance In India

How To Understand Book Debt Finance In India Chapter 7 Discounting. Factoring & Forfeiting Summary The financial service sector is developing at rapid pace in India. This is just because of the emerging needs of the economy. Many innovative schemes

More information

International comparison of electricity and gas prices for commerce and industry

International comparison of electricity and gas prices for commerce and industry International comparison of electricity and gas prices for commerce and industry FINAL REPORT ON A STUDY PREPARED FOR CREG October 2011 Frontier Economics Ltd, London. October 2011 Frontier Economics

More information

Session IX: Lecturer: Dr. Jose Olmo. Module: Economics of Financial Markets. MSc. Financial Economics

Session IX: Lecturer: Dr. Jose Olmo. Module: Economics of Financial Markets. MSc. Financial Economics Session IX: Stock Options: Properties, Mechanics and Valuation Lecturer: Dr. Jose Olmo Module: Economics of Financial Markets MSc. Financial Economics Department of Economics, City University, London Stock

More information

Design of an FX trading system using Adaptive Reinforcement Learning

Design of an FX trading system using Adaptive Reinforcement Learning University Finance Seminar 17 March 2006 Design of an FX trading system using Adaptive Reinforcement Learning M A H Dempster Centre for Financial Research Judge Institute of Management University of &

More information

Ecommerce. E-commerce Defined. E-commerce Developments and Themes 2006

Ecommerce. E-commerce Defined. E-commerce Developments and Themes 2006 Ecommerce Copyright 2007 Pearson Education, Inc. Slide 1-1 E-commerce Developments and Themes 2006 More and more people and businesses are using the Internet to conduct commerce The e-commerce channel

More information

WebSphere Commerce V7 Management Center

WebSphere Commerce V7 Management Center Juha Nevalainen WebSphere Commerce Technical Specialist April 20 WebSphere Commerce V7 Management Center Introduction Proof of Technology Agenda What is WebSphere Commerce WebSphere Commerce Focus Areas

More information

Data warehouse design

Data warehouse design DataBase and Data Mining Group of DataBase and Data Mining Group of DataBase and Data Mining Group of Database and data mining group, Data warehouse design DATA WAREHOUSE: DESIGN - 1 Risk factors Database

More information

Index Selection Techniques in Data Warehouse Systems

Index Selection Techniques in Data Warehouse Systems Index Selection Techniques in Data Warehouse Systems Aliaksei Holubeu as a part of a Seminar Databases and Data Warehouses. Implementation and usage. Konstanz, June 3, 2005 2 Contents 1 DATA WAREHOUSES

More information

9th Max-Planck Advanced Course on the Foundations of Computer Science (ADFOCS) Primal-Dual Algorithms for Online Optimization: Lecture 1

9th Max-Planck Advanced Course on the Foundations of Computer Science (ADFOCS) Primal-Dual Algorithms for Online Optimization: Lecture 1 9th Max-Planck Advanced Course on the Foundations of Computer Science (ADFOCS) Primal-Dual Algorithms for Online Optimization: Lecture 1 Seffi Naor Computer Science Dept. Technion Haifa, Israel Introduction

More information

APPLYING HEURISTIC METHODS FOR JOB SCHEDULING IN STORAGE MARKETS

APPLYING HEURISTIC METHODS FOR JOB SCHEDULING IN STORAGE MARKETS APPLYING HEURISTIC METHODS FOR JOB SCHEDULING IN STORAGE MARKETS Finkbeiner, Josef, University of Freiburg, Kollegiengebäude II, Platz der Alten Synagoge, 79085 Freiburg, Germany, josef.finkbeiner@is.uni-freiburg.de

More information

Online Scheduling with Bounded Migration

Online Scheduling with Bounded Migration Online Scheduling with Bounded Migration Peter Sanders, Naveen Sivadasan, and Martin Skutella Max-Planck-Institut für Informatik, Saarbrücken, Germany, {sanders,ns,skutella}@mpi-sb.mpg.de Abstract. Consider

More information

Hedging With a Stock Option

Hedging With a Stock Option IOSR Journal of Business and Management (IOSR-JBM) e-issn: 2278-487X, p-issn: 2319-7668. Volume 17, Issue 9.Ver. I (Sep. 2015), PP 06-11 www.iosrjournals.org Hedging With a Stock Option Afzal Ahmad Assistant

More information

Aggregation. Is bigger always better?

Aggregation. Is bigger always better? Aggregation Is bigger always better? Contents Purpose of this guidance 1 What is aggregation? 2 When should aggregation be considered? 4 Why use aggregation? 6 Some practical considerations 8 Further reading

More information

Copyright DEALMAKER.COM Worldwide Patents Granted & Pending

Copyright DEALMAKER.COM Worldwide Patents Granted & Pending The law of supply and demand dictates that in a perfectly balanced market prices gravitate towards equilibrium; where supply and demand become exactly equal... The next generation of electronic marketplaces

More information

Integer Programming Approach to Printed Circuit Board Assembly Time Optimization

Integer Programming Approach to Printed Circuit Board Assembly Time Optimization Integer Programming Approach to Printed Circuit Board Assembly Time Optimization Ratnesh Kumar Haomin Li Department of Electrical Engineering University of Kentucky Lexington, KY 40506-0046 Abstract A

More information

Journal of Internet Banking and Commerce An open access Internet journal (http://www.arraydev.com/commerce/jibc/)

Journal of Internet Banking and Commerce An open access Internet journal (http://www.arraydev.com/commerce/jibc/) Journal of Internet Banking and Commerce An open access Internet journal (http://www.arraydev.com/commerce/jibc/) Journal of Internet Banking and Commerce, April 2007, vol. 12, no.1 (http://www.arraydev.com/commerce/jibc/)

More information

Distributed Aggregation in Cloud Databases. By: Aparna Tiwari tiwaria@umail.iu.edu

Distributed Aggregation in Cloud Databases. By: Aparna Tiwari tiwaria@umail.iu.edu Distributed Aggregation in Cloud Databases By: Aparna Tiwari tiwaria@umail.iu.edu ABSTRACT Data intensive applications rely heavily on aggregation functions for extraction of data according to user requirements.

More information

Fast Generation of Optimal Music Playlists using Local Search

Fast Generation of Optimal Music Playlists using Local Search Fast Generation of Optimal Music Playlists using Local Search Steffen Pauws, Wim Verhaegh, Mark Vossen Philips Research Europe High Tech Campus 34 5656 AE Eindhoven The Netherlands steffen.pauws/wim.verhaegh@philips.com

More information

E-commerce refers to paperless exchange of business information using following ways.

E-commerce refers to paperless exchange of business information using following ways. E-Commerce E-Commerce or Electronics Commerce is a methodology of modern business which fulfills the need of business organizations, vendors and customers to reduce cost and improve the quality of goods

More information

Probabilistic Automated Bidding in Multiple Auctions

Probabilistic Automated Bidding in Multiple Auctions Probabilistic Automated Bidding in Multiple Auctions Marlon Dumas 1, Lachlan Aldred 1, Guido Governatori 2 Arthur H.M. ter Hofstede 1 1 Centre for IT Innovation 2 School of ITEE Queensland University of

More information

Framework of e-commerce

Framework of e-commerce Framework of e-commerce Alka Arora Lecturer, Department of CSE/IT, Amritsar College of Engg.& Tech,Amritsar.143 001, Punjab, India, E-mail :alka_411 @rediffmail.com. Abstract This paper provides a detailed

More information

Chapter 2 INDUSTRIAL BUYING BEHAVIOUR: DECISION MAKING IN PURCHASING

Chapter 2 INDUSTRIAL BUYING BEHAVIOUR: DECISION MAKING IN PURCHASING Chapter 1 THE ROLE OF PURCHASING IN THE VALUE CHAIN The role and importance of the purchasing and supply function in the value chain. The difference between concepts such as ordering, buying, purchasing,

More information

Introduction to E-Commerce

Introduction to E-Commerce Introduction to E-Commerce 1/12/2016 What is E-commerce? Buying and selling of products or services over electronic systems such as the Internet and other computer networks Online purchase of goods or

More information

From Schedule Push to Reality Pull: Reality Pull prefers Retail 1

From Schedule Push to Reality Pull: Reality Pull prefers Retail 1 From Schedule Push to Reality Pull: Reality Pull prefers Retail 1 By Frans van der Reep, Professor of ebusiness, INHOLLAND University, The Netherlands The Internet is changing the way we organise work.

More information

BUILD, BRAND, LAUNCH. THE SAAS MARKETS GUIDE TO BUILDING YOUR OWN APP STORE.

BUILD, BRAND, LAUNCH. THE SAAS MARKETS GUIDE TO BUILDING YOUR OWN APP STORE. BUILD, BRAND, LAUNCH. THE SAAS MARKETS GUIDE TO BUILDING YOUR OWN APP STORE. Welcome This is Build, Brand, Launch, the SaaS Markets guide to creating your app store. This booklet provides insights into

More information

Customized Efficient Collection of Big Data for Advertising Services

Customized Efficient Collection of Big Data for Advertising Services , pp.36-41 http://dx.doi.org/10.14257/astl.2015.94.09 Customized Efficient Collection of Big Data for Advertising Services Jun-Soo Yun 1, Jin-Tae Park 1, Hyun-Seo Hwang 1, Il-Young Moon 1 1 1600 Chungjeol-ro,

More information

FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008. Options

FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008. Options FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 Options These notes describe the payoffs to European and American put and call options the so-called plain vanilla options. We consider the payoffs to these

More information

The Definitive Guide to Automated Competitive and Supplier Price Monitoring

The Definitive Guide to Automated Competitive and Supplier Price Monitoring The Definitive Guide to Automated Competitive and Supplier Price Monitoring January 2011 Contents 1 9 Critical Questions to Understand When Choosing a Solution 1 Competitive Price Monitoring and Supplier

More information

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set Amhmed A. Bhih School of Electrical and Electronic Engineering Princy Johnson School of Electrical and Electronic Engineering Martin

More information

ECM 210 Chapter 6 - E-commerce Marketing Concepts: Social, Mobile, Local

ECM 210 Chapter 6 - E-commerce Marketing Concepts: Social, Mobile, Local Consumers Online: The Internet Audience and Consumer Behavior Around 75% (89 million) of U.S. households have Internet access in 2012 Intensity and scope of use both increasing Some demographic groups

More information

How To Make A Credit Risk Model For A Bank Account

How To Make A Credit Risk Model For A Bank Account TRANSACTIONAL DATA MINING AT LLOYDS BANKING GROUP Csaba Főző csaba.fozo@lloydsbanking.com 15 October 2015 CONTENTS Introduction 04 Random Forest Methodology 06 Transactional Data Mining Project 17 Conclusions

More information

Customer Loyalty Based Dynamic Pricing by Using RFID-enabled Floor Level Sales Information

Customer Loyalty Based Dynamic Pricing by Using RFID-enabled Floor Level Sales Information 2007 International Symposium on Applications and the Internet Workshop (SAINT 2007) Customer Loyalty Based Dynamic Pricing by Using RFID-enabled Floor Level Sales Information Keio University/Auto-ID Labs.

More information

Designing Difficult Office Space Allocation Problem Instances with Mathematical Programming

Designing Difficult Office Space Allocation Problem Instances with Mathematical Programming Designing Difficult Office Space Allocation Problem Instances with Mathematical Programming Özgür Ülker and Dario Landa-Silva Automated Scheduling, Optimisation and Planning (ASAP) Research Group School

More information

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Lecture - 36 Location Problems In this lecture, we continue the discussion

More information

Optimizing Description Logic Subsumption

Optimizing Description Logic Subsumption Topics in Knowledge Representation and Reasoning Optimizing Description Logic Subsumption Maryam Fazel-Zarandi Company Department of Computer Science University of Toronto Outline Introduction Optimization

More information

Measuring and Evaluating Results

Measuring and Evaluating Results Introduction Measuring and evaluating results will provide you and your associates with the vital information you need for making key strategic and tactical decisions prior to, at and after the trade shows,

More information

The Impact of Linear Optimization on Promotion Planning

The Impact of Linear Optimization on Promotion Planning The Impact of Linear Optimization on Promotion Planning Maxime C. Cohen Operations Research Center, MIT, Cambridge, MA 02139, maxcohen@mit.edu Ngai-Hang Zachary Leung Operations Research Center, MIT, Cambridge,

More information

MIS 456 - Ecommerce. Instructor: Ali Hashmi Ecommerce Business Model Concepts (Chapter 2) Slide 1-1

MIS 456 - Ecommerce. Instructor: Ali Hashmi Ecommerce Business Model Concepts (Chapter 2) Slide 1-1 MIS 456 - Ecommerce Instructor: Ali Hashmi Ecommerce Business Model Concepts (Chapter 2) Slide 1-1 E-commerce Business Models Definitions Business model Set of planned activities designed to result in

More information

Security-Aware Beacon Based Network Monitoring

Security-Aware Beacon Based Network Monitoring Security-Aware Beacon Based Network Monitoring Masahiro Sasaki, Liang Zhao, Hiroshi Nagamochi Graduate School of Informatics, Kyoto University, Kyoto, Japan Email: {sasaki, liang, nag}@amp.i.kyoto-u.ac.jp

More information

Martin Bichler, Benjamin Speitkamp

Martin Bichler, Benjamin Speitkamp Martin Bichler, Benjamin Speitkamp TU München, Munich, Germany Today's data centers offer many different IT services mostly hosted on dedicated physical servers. Server virtualization provides a new technical

More information