Part III – Real-World Applications of Discrete Mathematics
Here you will learn how to apply discrete math to real-world, large-scale problems, including machine learning—in the shape of regression analysis for building predictive models and principal component analysis for dimensionality reduction—and modern web searches.
This part comprises the following chapters:
- Chapter 10, Regression Analysis with NumPy
- Chapter 11, Web Searches with PageRank
- Chapter 12, Principal Component Analysis with Scikit-Learn