- Mastering Data Mining with Python:Find patterns hidden in your data
- Megan Squire
- 202字
- 2021-08-20 10:33:26
What you need for this book
To complete the projects in this book, you will need a version of Python 3.5 or higher. I recommend using Anaconda Python, but any Python distribution will do as long as it is updated and contains the following packages: Numpy, Matplotlib, NetworkX, PyMySQL, Gensim, and NLTK. In Chapter 1, Expanding Your Data Mining Toolbox, we will walk through an easy installation of Python and all these libraries, and each time a library is used later in the book, we will install it or upgrade it together.
Because data mining is obviously data-centric, and because the data sets we are working with are sometimes large or require some type of persistent data storage, I chose to implement some of the data mining algorithms alongside a relational database system. I chose MySQL for accomplishing this since it is an established, easy-to-download and install piece of infrastructure. The chapters where MySQL comes into play are in working with the memory-intensive algorithms in Chapter 2, Association Rule Mining, and Chapter 3, Entity Matching. I also use MySQL for some of the examples in Chapter 9, Mining for Data Anomalies, but it is possible to go through that chapter without MySQL.
- Learning LibGDX Game Development(Second Edition)
- 深入淺出Windows API程序設計:編程基礎篇
- 人臉識別原理及算法:動態人臉識別系統研究
- C語言實驗指導及習題解析
- 軟件架構:Python語言實現
- PLC編程與調試技術(松下系列)
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Odoo 10 Implementation Cookbook
- Qt5 C++ GUI Programming Cookbook
- Getting Started with Polymer
- Arduino可穿戴設備開發
- 優化驅動的設計方法
- JavaScript Unit Testing
- 測試工程師Python開發實戰
- Java Web程序開發參考手冊