- Haskell Data Analysis Cookbook
- Nishant Shukla
- 261字
- 2021-12-08 12:43:29
What this book covers
Chapter 1, The Hunt for Data, identifies core approaches in reading data from various external sources such as CSV, JSON, XML, HTML, MongoDB, and SQLite.
Chapter 2, Integrity and Inspection, explains the importance of cleaning data through recipes about trimming whitespaces, lexing, and regular expression matching.
Chapter 3, The Science of Words, introduces common string manipulation algorithms, including base conversions, substring matching, and computing the edit distance.
Chapter 4, Data Hashing, covers essential hashing functions such as MD5, SHA256, GeoHashing, and perceptual hashing.
Chapter 5, The Dance with Trees, establishes an understanding of the tree data structure through examples that include tree traversals, balancing trees, and Huffman coding.
Chapter 6, Graph Fundamentals, manifests rudimentary algorithms for graphical networks such as graph traversals, visualization, and maximal clique detection.
Chapter 7, Statistics and Analysis, begins the investigation of important data analysis techniques that encompass regression algorithms, Bayesian networks, and neural networks.
Chapter 8, Clustering and Classification, involves quintessential analysis methods that involve k-means clustering, hierarchical clustering, constructing decision trees, and implementing the k-Nearest Neighbors classifier.
Chapter 9, Parallel and Concurrent Design, introduces advanced topics in Haskell such as forking I/O actions, mapping over lists in parallel, and benchmarking performance.
Chapter 10, Real-time Data, incorporates streamed data interactions from Twitter, Internet Relay Chat (IRC), and sockets.
Chapter 11, Visualizing Data, deals with sundry approaches to plotting graphs, including line charts, bar graphs, scatter plots, and D3.js
visualizations.
Chapter 12, Exporting and Presenting, concludes the book with an enumeration of algorithms for exporting data to CSV, JSON, HTML, MongoDB, and SQLite.
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- 案例式C語言程序設計
- Hyper-V 2016 Best Practices
- Java EE 6 企業級應用開發教程
- MongoDB for Java Developers
- Flask Web開發入門、進階與實戰
- Java技術手冊(原書第7版)
- Learning Bayesian Models with R
- C語言程序設計
- 從零開始學Linux編程
- Advanced Express Web Application Development
- Arduino可穿戴設備開發
- 物聯網系統架構設計與邊緣計算(原書第2版)
- Python Machine Learning Cookbook
- Python機器學習與量化投資