Buy Fundamentals of Probability and Statistics for Machine Learning
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Home > Computing and Information Technology > Computer science > Artificial intelligence > Machine learning > Fundamentals of Probability and Statistics for Machine Learning
Fundamentals of Probability and Statistics for Machine Learning

Fundamentals of Probability and Statistics for Machine Learning


     0     
5
4
3
2
1



International Edition


X
About the Book

An introductory textbook for undergraduate or beginning graduate students that integrates probability and statistics with their applications in machine learning. An introductory textbook for undergraduate or beginning graduate students that integrates probability and statistics with their applications in machine learning. Most curricula have students take an undergraduate course on probability and statistics before turning to machine learning. In this innovative textbook, Ethem Alpaydın offers an alternative tack by integrating these subjects for a first course on learning from data. Alpaydın accessibly connects machine learning to its roots in probability and statistics, starting with the basics of random experiments and probabilities and eventually moving to complex topics such as artificial neural networks. With a practical emphasis and learn-by-doing approach, this unique text offers comprehensive coverage of the elements fundamental to an empirical understanding of machine learning in a data science context. Consolidates foundational knowledge and key techniques needed for modern data science Covers mathematical fundamentals of probability and statistics and ML basics Emphasizes hands-on learning Suits undergraduates as well as self-learners with basic programming experience Includes slides, solutions, and code

Table of Contents:
Contents
Preface v
1 Introduction 1
1.1 What Is Learning From Data ? 1
1.2 Types of Learning 7
1.3 Relationship to Statistics, Data Science, and Artificial Intelligence 12
1.4 Social, Ethical, and Legal Aspects 13
1.5 Notes 14
1.6 Exercises 15
2 Random Experiments and Probabilities 17
2.1 Random Events 17
2.2 What Is A Probability ? 18
2.3 Equally-Likely Events 19
2.4 Principles of Counting 21
2.5 Some Events May Be More Equal Than Others 24
2.6 The Additive Rule 24
2.7 Random Variables and Probability Distributions 25
2.8 Joint Probability Distribution of Two Random Variables 34
2.9 Conditional Probabilities 35
2.10 Bayes’ Rule 41
2.11 Graphical Models 43
2.12 Notes 56
2.13 Exercises 57
3 Probability Distributions 63
3.1 Expected Value 63
3.2 Variance 67
3.3 Covariance, Correlation, and Independence 70
3.4 Russian Inequalities 73
3.5 Programming Probability Distributions 75
3.6 Discrete Probability Distributions 76
3.7 Continuous Probability Distributions 85
3.8 Mixtures of Distributions 101
3.9 Generalized Distributions 105
3.10 Distributions of Two Random Variables 107
3.11 Exercises 114
4 Sampling and Estimation 121
4.1 Population vs. Sample 121
4.2 Sample Statistics 123
4.3 Maximum Likelihood Estimation 125
4.4 Bias and Variance 128
4.5 Knowledge Extraction 132
4.6 Prediction 133
4.7 Sampling Distributions 137
4.8 Interval Estimation 142
4.9 Nonparametric Estimation 152
4.10 Monte Carlo Methods 156
4.11 Bootstrapping 159
4.12 Notes 163
4.13 Exercises 163
5 Hypothesis Testing 171
5.1 Basic Definitions 171
5.2 Tests on the Mean of a Population 172
5.3 Tests on the Proportion of a Bernoulli Population 186
5.4 Tests on the Variance of a Normal Population 189
5.5 Comparing the Parameters of Two Populations 191
5.6 Comparing Many Populations: Analysis of Variance 197
5.7 Design of Experiments 201
5.8 Goodness of Fit Tests 204
5.9 Nonparametric Tests 207
5.10 Notes 210
5.11 Exercises 210
6 Multivariate Models 215
6.1 Multivariate Data 215
6.2 Multivariate Modeling 220
6.3 Multivariate Normal Distribution 226
6.4 Multivariate Bernoulli Distribution 232
6.5 Principal Component Analysis 234
6.6 Dimensionality Reduction and Class Separability 245
6.7 Encoding/Decoding Data 245
6.8 Feature Embedding 249
6.9 Singular Value Decomposition 252
6.10 Notes 255
6.11 Exercises 256
7 Regression 263
7.1 The Idea 263
7.2 Simple Linear Regression 265
7.3 Probabilistic Interpretation 268
7.4 Analysis of Variance for Regression 271
7.5 Prediction 273
7.6 Vector-Matrix Notation 275
7.7 Generalizing the Linear Model 278
7.8 Regression using Iterative Optimization 281
7.9 Online Learning 290
7.10 Model Selection and the Bias/Variance Tradeoff 296
7.11 Cross-Validation 299
7.12 Feature Selection 306
7.13 Regularization 311
7.14 K-Fold Resampling 312
7.15 Exercises 316
8 Classification 325
8.1 Introduction 325
8.2 Bayesian Decision Theory 326
8.3 Parametric Classification 327
8.4 Multivariate Case 330
8.5 Losses and Rejects 339
8.6 Information Retrieval 342
8.7 Logistic Regression 344
8.8 Notes 357
8.9 Exercises 357
9 Clustering 363
9.1 Introduction 363
9.2 k-Means Clustering 365
9.3 Normal Mixtures and Soft Clustering 374
9.4 Mixtures of Mixtures for Classification 379
9.5 Radial Basis Functions 382
9.6 Mixtures of Experts 385
9.7 Notes 390
9.8 Exercises 391
10 Nearest Neighbors 395
10.1 The Story So Far 395
10.2 Nonparametric Methods 396
10.3 Kernel Density Estimation 397
10.4 Nonparametric Classification 401
10.5 k-Nearest Neighbors 403
10.6 Smoothing Models 410
10.7 Distance Measures 414
10.8 Notes 415
10.9 Exercises 416
11 Artificial Neural Networks 419
11.1 Why We Care About the Brain 419
11.2 The Perceptron 425
11.3 Training A Perceptron 428
11.4 Learning Boolean Functions 428
11.5 The Multilayer Perceptron 434
11.6 The Autoencoder 444
11.7 Deep Learning 447
11.8 Improving Convergence 449
11.9 Structuring the Network 451
11.10 Recurrent Networks 456
11.11 Composite Architectures 457
11.12 Notes 460
11.13 Exercises 461
A Linear Algebra 465
A.1 Vectors and Matrices 465
A.2 Vector Projections 467
A.3 Similarity of Vectors 468
A.4 Square Matrices 468
A.5 Linear Dependence, Rank, and Inverse Matrices 468
A.6 Positive Definite Matrices 469
A.7 Trace and Determinant 469
A.8 Matrix-Vector Product 470
A.9 Eigenvalues and Eigenvectors 470
A.10 Matrix Decomposition 470
References 471
Index 476

About the Author :
Ethem Alpaydın is Professor in the Department of Computer Engineering at zyegin University and a member of the Science Academy, Istanbul. He is the author of the widely used textbook, Introduction to Machine Learning, now in its fourth edition, and Machine Learning, both published by the MIT Press.


Best Sellers


Product Details
  • ISBN-13: 9780262049818
  • Publisher: MIT Press Ltd
  • Publisher Imprint: MIT Press
  • Height: 229 mm
  • No of Pages: 544
  • Returnable: Y
  • ISBN-10: 0262049813
  • Publisher Date: 02 Dec 2025
  • Binding: Hardback
  • Language: English
  • Returnable: Y
  • Width: 178 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Fundamentals of Probability and Statistics for Machine Learning
MIT Press Ltd -
Fundamentals of Probability and Statistics for Machine Learning
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Fundamentals of Probability and Statistics for Machine Learning

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    Your IP: 216.73.216.54 216.73.216.54 216.73.216.54