跳到主要內容

臺灣博碩士論文加值系統

(98.80.143.34) 您好!臺灣時間:2024/10/14 01:59
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:吳閔慧
研究生(外文):Min-Huei Wu
論文名稱:利用分類技術探勘產品項目之行銷組合型樣
論文名稱(外文):Using Classification Techniques to Mine Marketing Mix Patterns of Product Items
指導教授:陳垂呈陳垂呈引用關係
指導教授(外文):Chui-Cheng Chen
學位類別:碩士
校院名稱:南台科技大學
系所名稱:資訊管理系
學門:電算機學門
學類:電算機一般學類
論文種類:學術論文
論文出版年:2006
畢業學年度:94
語文別:中文
論文頁數:89
中文關鍵詞:資料探勘分類分析加權次序布林運算行銷組合
外文關鍵詞:Data MiningclassificationweightedsequenceBoolean algorithmmarketing mix
相關次數:
  • 被引用被引用:0
  • 點閱點閱:222
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
近來資訊科技的蓬勃發展,使得企業能夠輕易的獲得多元化的資料,在這大量的資料當中,潛藏了許多對企業有用的資訊,可以提供給企業對於經營策略的制定作為參考的依據,而資料探勘(data mining)這種資料分析方法可以找出潛藏在資料中的資訊。分類分析(classification)中的決策樹(decision trees)是資料探勘技術中常被使用的一種資料探勘方法,依據已知的類別建立預測性模型,以解決類別之特性,企業可以根據這個預測性模型來找出產品屬性等屬性間的關聯性,再利用這些屬性間的關聯性來訂定產品行銷等企業經營管理策略。
以往的資料探勘技術中大多是對資料庫直接進行探勘,實際上,由於產品利潤的差異,其在產品行銷組合的重要性也會有所不同,若使用原始的分類分析探勘方法,很容易會忽略了一些獲利率高、但交易次數不頻繁的產品。因此藉由加權來改變其在總交易資料數量中出現次數的計算值,發掘考量加權因素的產品組合型樣。每一筆交易資料除了記錄有消費者曾經購買過的產品項目,也記錄著其購買時的次序性,顯示出消費者是依序本身的需求及產品的特性來有次序地購買產品項目,因此利用分類技術來發掘具有購買次序的產品組合型樣。這些探勘結果對於企業在擬訂產品之行銷組合的策略時,可以提供非常有用的參考資訊。
在傳統建構決策樹的過程中,由於大量交易資料的讀取造成資源上的浪費,為了提升探勘的執行效率,本研究使用布林運算為基礎以發掘產品項目之行銷組合型樣。將原先的交易資料庫進行編碼轉換,把資料轉換成bit的格式,使用“0”與“1”表示資料的交易狀況,運算的時候可以使用轉換後的資料進行布林運算,可提升資料在探勘時的執行效率。
With flourishing development of information science and technology, the establishment can get easily more and more original data and materials that are including lots of potential and useful information that can offer establishment the formulation of management strategies as a reference. Data mining is an analytic skill that can analyze and find out the potential information among the original data and materials. Under data mining, the way used most frequently for prospecting original materials is decision tree of classification. According this divinable model, business can find out the relation between all attributes such as customers, products and regions etc, so that they can formulate some business management strategies like product-marketing base on these relations.
Formerly, most of mining technology were prospected the database directly. However, because of the profits of product, the improve of the product marketing will have different. If use the primitive classification. So, some of high profit and few trading frequency products, shall be ignored easily. We will mine marketing mix patterns of product items with weighted that product items will adjust the number of items in the trading materials. Additionally, we will mine marketing mix patterns of product items from the trading materials record of the sequence. These results of mining are very useful information for enterprises to draft the strategy.
Traditionally, during the process of building the decision trees, the reading of a large amount of trading materials causes the waste of resources. In order to improve the executive efficiency, we will mine marketing mix patterns of product items based on Boolean algorithm. Changing the trading materials into forms of bit “0” and “1” by operate with Boolean algorithm that usually needs to scan the trading materials in order to improve the efficiency of prospecting.
Keywords: data mining, classification, weighted, sequence, Boolean algorithm, marketing mix
第一章 緒論.........................................................1
1.1 研究動機................................................1
1.2 研究目的................................................2
1.3 研究範圍與限制...........................................3
1.4 研究流程................................................4
1.5 論文架構................................................5
第二章 文獻探討..................................................6
2.1資料庫知識發掘............................................6
2.2分類分析.................................................9
2.2.1 決策樹意義........................................ 9
2.2.2 決策樹的定義.......................................9
2.3資料探勘相關技術.........................................11
2.3.1 ID3演算法........................................11
2.3.2 布林演算法.......................................15
2.3.3 建構決策樹之相關演算法............................16
第三章 發掘產品項目最適性之行銷組合...............................17
3.1利用ID3演算法發掘產品項目最適性之行銷組合..................17
3.1.1探勘方法.............................................17
3.1.2實例說明...........................................19
3.2考量加權因素發掘產品項目最適性之行銷組合...................22
3.2.1探勘方法.............................................22
3.2.2實例說明...........................................24
3.3利用分類技術發掘具有購買次序之產品項目.....................28
3.3.1探勘方法.............................................28
3.3.2實例說明...........................................31
第四章 以布林運算為基礎發掘產品項目最適性之行銷組合.................37
4.1以布林運算為基礎的ID3演算法..............................37
4.1.1建構方法...........................................37
4.1.2實例說明...........................................40
4.2以布林運算為基礎建構考量加權因素之ID3決策樹................45
4.2.1建構方法...........................................45
4.2.2實例說明...........................................46
4.3以布林運算為基礎建構具有購買次序之ID3決策樹................54
4.3.1建構方法...........................................54
4.3.2實例說明...........................................56
第五章 效能分析................................................68
5.1實驗設計...............................................68
5.2實驗過程...............................................70
5.3實驗結果...............................................79
5.3.1 ID3演算法的探勘效..................................79
5.3.2考量加權因素之ID3演算法探勘效能.......................80
5.3.3具有購買次序之ID3演算法探勘效能.......................81
5.3.4不同產品項目之ID3演算法的探勘效能.....................82
5.3.5不同產品項目之考量加權因素ID3演算法探勘效能.............83
5.3.6不同產品項目之具有購買次序ID3演算法探勘效能.............84
第六章 結論與未來發展...........................................85
6.1研究結論................................................85
6.2未來研究方向............................................86
參考文獻
一、中文部分
1.魏志平、董和昇,電子商豫理論與實務(2版),華泰書局,pp. 167-205,2002。
2.陳垂呈,以有效率的布林演算法來擷取關聯規則,2002數位生活與網際網路科技研討會,台南,成功大學,六月,2002。
3.顏秀珍,邱鼎穎,李御璽,從大型資料庫中挖掘加權的關聯規則,全國計算機會議,2001。
二、英文部分
4.P. Smyth, S. G. Piatetsky and U. Fayyad, “From Data Mining to Knowledge Discovery in Database,” Cambridge, AAA/MIT Press, 1996.
5.M. S. Chen, J. Han, and P. S Yu, “Data Mining: An Overview from a Database Perspective,” IEEE Trans. on Knowledge and Data Engineering, Vol. 8, No. 6, pp. 866-883, 1996
6.M. J. A. Berry and G. Linoff, Data Mining Techniques for Marketing Sales and Customer Support, John Wiley & Sons, 1997.
7.L. Kaufman, and P. J. Rousseeuw, Finding Groups in Data: an Introduction to Cluster Analysis, John Wiley & Sons, 1990.
8.K. Alsabti, S. Ranka and V. Singh, “An Efficient K-Means Clustering Algorithm,” PPS/SPDP Workshop on High Performance Data Mining, 1997.
9.R. C. Dubes and A. K. Jain, Algorithms for Clustering Data, Prentice Hall, 1988.
10.R. T. Ng and J. Han, “Efficient and Effective Clustering Methods for Spatial Data Mining,” Proc. of the 20th International Conference on Very Large Data Bases, pp. 144-155, 1994.
11.J. R. Quinlan, “Introduction of Decision Trees,” Machine Learning , Vol. 1, pp. 81-106, 1986.
12.S. Y. Wur, and Y. Leu, “An Effective Boolean Algorithm for Mining Association Rules in Large Databases,” DASFAA, 1999.
13.J. Yang, H. Wang, X. G.. Hu, and Z. H. Hu, “A New Classification Algorithm Based on Rough Set and Entropy,” International Conference on Machine Learning and Cybernetics, 2003.
14.Z. Meng and Z. Cai, “An Improved Algorithm of Decision Tree Based on Attribute Entropy,” Proc. of the 5th World Congress on Intelligent Control and Automation, pp. 4268-4272, 2004.
15.H. Ding, X. K. Wang, “Research on Algorithm of Decision Tree Induction,” Proc. of the First Int. Conference On Meachine Learn and Cybernetics, 2002.
16.Q. Yang, J. Yin, Charles X. Ling and Tielin Chen, “Postprocessing Decision Trees to Extract Actionable Knowledge,” Proc. of the Third IEEE Int. Con. On Data Mining, 2003.
17.K. W. Lam and V. C. S. Lee, “Building Decision Trees Using Functional Dependencies,” Pro. of the Int. Con. On Information Technology: Coding and Computing, 2004.
18.C. L. Sabharwal, K. R. Hacke and D. C. St. Clair, “Formation of Clusters and Resolution of Orkinal Attributes in ID3 Classification Trees,” Proc. of ACM/SIGAPP Symposium on Applied computing: Technological Challenges of the 1990’s, pp. 590-597, 1992.
19.C. H. Cai, W. C. Fu, C. H. Cheng and W. W. Kwong, “Mining Association Rules with Weighted Items,” International Database Engineering and Applications Symposium (IDEAS), pp. 68-77, 1998.
20.E. Rich and K. Knight, Learning in Neural Network, 2ndEd., McGraw-Hill, New York, 1991.
21.K. C. Laudon and J. P. Laudon, Management Information Systems, Sixth Edition, Upper Saddle River, NJ: Prentice Hall, 2000.
22.P. Clark and T. Niblett, “The CN2 Induction Algorithm,” Machine Learning, vol. 3, pp.261-283, 1989.
23.R. Agrawal and R. Srikant, “Mining Sequential Patterns,” Proceedings of the International Conference on Data Engineering(ICDE), 1995.
24.R. Skirkant and R. Agrawal, “Mining Sequential Patterns,” Generalizations and Performance Improvements,” Proceedings of the Fifth International Conference on Extending Database Technology (EDBT), 1996.
25.S. C. Hui and G. Jha, “Data Mining for Customer Service Support,” Information and Management, vol. 38, pp. 1-13, 2000.
連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
1. 何進財(2000)。社團指導老師的角色。訓育研究,39:3,1-3。
2. 周甘逢(1985)。不同制握大學生社團參與度對行為適應之影響。教育學刊,6,140-202。
3. 李郁文(2000)。社團輔導工作的心得與建言。訓育研究,39:1,40-46。
4. 邱文彬、林美珍(1999)。大學生發展成熟人際關係中親密性能力的發展:自我揭露與自主性之年級與性別差異的探討。教育心理學報,31:1,37-62。
5. 邱皓政(1996)。大學社團活動與學生的心性發展—一個發展心理學的觀點。訓育研究,35:3,37-42。
6. 林至善(2000)。學生社團之輔導與發展。訓育研究,39:1,6-15。
7. 林義男(1990)。大學生的學習參與、學習型態與學習成果的關係。輔導學報,13,79-119。
8. 姜淑華(2003a)。大學社團的意義與精神。學生事務理論與實務,42:1,61-63。
9. 張春興、黃淑芬(1982)。大學教育環境與大學生自我統合形成關係的初步研究。教育心理學報,15,31-46。
10. 陳金貴(1996)。變遷中的大學生心態與學生事務工作。訓育研究,35:1,23-30。
11. 黃玉(2000)。大學學生事務的理論基礎—台灣大學生心理社會發展之研究。公民訓育學報,9,161-200。台北:台灣師範大學。
12. 黃克仁(1992)。大專青年如何從事於社會服務。訓育研究,31:2,7-8。
13. 黃春枝(2002)。大學生價值觀與學校服務性社團經驗之相關研究。學生事務,41:2,62-75。
14. 黃鳳嬌(1996)。大學社團經驗之影響。訓育研究,35:3,33-36。
15. 楊極東(1992)。社團活動與民主教育。訓育研究,31:3,1-6。