Cantitate/Preț
Produs

Linear Algebra and Probability for Computer Science Applications

Autor Ernest Davis
en Limba Engleză Paperback – 14 oct 2024
Based on the author’s course at NYU, Linear Algebra and Probability for Computer Science Applications gives an introduction to two mathematical fields that are fundamental in many areas of computer science. The course and the text are addressed to students with a very weak mathematical background. Most of the chapters discuss relevant MATLAB® functions and features and give sample assignments in MATLAB; the author’s website provides the MATLAB code from the book.
After an introductory chapter on MATLAB, the text is divided into two sections. The section on linear algebra gives an introduction to the theory of vectors, matrices, and linear transformations over the reals. It includes an extensive discussion on Gaussian elimination, geometric applications, and change of basis. It also introduces the issues of numerical stability and round-off error, the discrete Fourier transform, and singular value decomposition. The section on probability presents an introduction to the basic theory of probability and numerical random variables; later chapters discuss Markov models, Monte Carlo methods, information theory, and basic statistical techniques. The focus throughout is on topics and examples that are particularly relevant to computer science applications; for example, there is an extensive discussion on the use of hidden Markov models for tagging text and a discussion of the Zipf (inverse power law) distribution.
Examples and Programming Assignments
The examples and programming assignments focus on computer science applications. The applications covered are drawn from a range of computer science areas, including computer graphics, computer vision, robotics, natural language processing, web search, machine learning, statistical analysis, game playing, graph theory, scientific computing, decision theory, coding, cryptography, network analysis, data compression, and signal processing.
Homework Problems
Comprehensive problem sections include traditional calculation exercises, thought problems such as proofs, and programming assignments that involve creating MATLAB functions.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 34792 lei  6-8 săpt.
  CRC Press – 14 oct 2024 34792 lei  6-8 săpt.
Hardback (1) 49434 lei  6-8 săpt.
  CRC Press – 2 mai 2012 49434 lei  6-8 săpt.

Preț: 34792 lei

Preț vechi: 44318 lei
-21% Nou

Puncte Express: 522

Preț estimativ în valută:
6658 6819$ 5539£

Carte tipărită la comandă

Livrare economică 19 martie-02 aprilie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781032920030
ISBN-10: 1032920033
Pagini: 432
Dimensiuni: 191 x 235 mm
Greutate: 0.8 kg
Ediția:1
Editura: CRC Press
Colecția A K Peters/CRC Press
Locul publicării:Boca Raton, United States

Public țintă

Postgraduate

Cuprins

MATLAB. LINEAR ALGEBRA: Vectors. Matrices. Vector Spaces. Algorithms. Geometry. Change of Basis, DFT, and SVD. PROBABILITY: Probability. Numerical Random Variables. Markov Models. Confidence Intervals. Monte Carlo Methods. Information and Entropy. Maximum Likelihood Estimation. References. Notation. Index.


Notă biografică

Ernest Davis is a computer science professor in the Courant Institute of Mathematical Sciences at New York University. He earned a Ph.D. in computer science from Yale University. Dr. Davis is a member of the American Association of Artificial Intelligence and is a reviewer for many journals. His research primarily focuses on spatial and physical reasoning.

Descriere

Assuming as little mathematical background as possible, this classroom-tested text focuses on mathematical techniques that are most relevant to computer scientists. It covers applications from computer graphics, web search, machine learning, cryptography, and a host of other computer science areas. After an introductory chapter on MATLAB