Book Description
Publisher Description
Author : Hanan Samet
Publisher : Morgan Kaufmann
Page : 1023 pages
File Size : 30,79 MB
Release : 2006-08-08
Category : Computers
ISBN : 0123694469
Publisher Description
Author : Avrim Blum
Publisher : Cambridge University Press
Page : 433 pages
File Size : 24,90 MB
Release : 2020-01-23
Category : Computers
ISBN : 1108617360
This book provides an introduction to the mathematical and algorithmic foundations of data science, including machine learning, high-dimensional geometry, and analysis of large networks. Topics include the counterintuitive nature of data in high dimensions, important linear algebraic techniques such as singular value decomposition, the theory of random walks and Markov chains, the fundamentals of and important algorithms for machine learning, algorithms and analysis for clustering, probabilistic models for large networks, representation learning including topic modelling and non-negative matrix factorization, wavelets and compressed sensing. Important probabilistic techniques are developed including the law of large numbers, tail inequalities, analysis of random projections, generalization guarantees in machine learning, and moment methods for analysis of phase transitions in large random graphs. Additionally, important structural and complexity measures are discussed such as matrix norms and VC-dimension. This book is suitable for both undergraduate and graduate courses in the design and analysis of algorithms for data.
Author : Hanan Samet
Publisher : Addison Wesley Publishing Company
Page : 536 pages
File Size : 32,70 MB
Release : 1990
Category : Computers
ISBN :
Author : Clifford A. Shaffer
Publisher :
Page : 536 pages
File Size : 47,2 MB
Release : 2001
Category : Computers
ISBN :
This practical text contains fairly "traditional" coverage of data structures with a clear and complete use of algorithm analysis, and some emphasis on file processing techniques as relevant to modern programmers. It fully integrates OO programming with these topics, as part of the detailed presentation of OO programming itself.Chapter topics include lists, stacks, and queues; binary and general trees; graphs; file processing and external sorting; searching; indexing; and limits to computation.For programmers who need a good reference on data structures.
Author : Clifford A. Shaffer
Publisher : Courier Corporation
Page : 607 pages
File Size : 50,57 MB
Release : 2012-09-06
Category : Computers
ISBN : 0486173569
Comprehensive treatment focuses on creation of efficient data structures and algorithms and selection or design of data structure best suited to specific problems. This edition uses Java as the programming language.
Author : Joseph B. Kruskal
Publisher : SAGE Publications
Page : 100 pages
File Size : 41,4 MB
Release : 1978-01-01
Category : Social Science
ISBN : 1506320880
Outlines a set of techniques that enables a researcher to explore the hidden structure of large databases. These techniques use proximities to find a configuration of points that reflect the structure in the data.
Author : Abel Gomes
Publisher : Springer Science & Business Media
Page : 351 pages
File Size : 31,96 MB
Release : 2009-05-12
Category : Computers
ISBN : 1848824068
Implicit objects have gained increasing importance in geometric modeling, visualisation, animation, and computer graphics, because their geometric properties provide a good alternative to traditional parametric objects. This book presents the mathematics, computational methods and data structures, as well as the algorithms needed to render implicit curves and surfaces, and shows how implicit objects can easily describe smooth, intricate, and articulatable shapes, and hence why they are being increasingly used in graphical applications. Divided into two parts, the first introduces the mathematics of implicit curves and surfaces, as well as the data structures suited to store their sampled or discrete approximations, and the second deals with different computational methods for sampling implicit curves and surfaces, with particular reference to how these are applied to functions in 2D and 3D spaces.
Author : Akrivi Vlachou
Publisher : Springer Science & Business Media
Page : 93 pages
File Size : 36,64 MB
Release : 2012-04-13
Category : Technology & Engineering
ISBN : 1461421101
Applications that require a high degree of distribution and loosely-coupled connectivity are ubiquitous in various domains, including scientific databases, bioinformatics, and multimedia retrieval. In all these applications, data is typically voluminous and multidimensional, and support for advanced query operators is required for effective querying and efficient processing. To address this challenge, we adopt a hybrid P2P architecture and propose novel indexing and query processing algorithms. We present a scalable framework that relies on data summaries that are distributed and maintained as multidimensional routing indices. Different types of data summaries enable efficient processing of a variety of advanced query operators.
Author : Peter Brass
Publisher : Cambridge University Press
Page : 0 pages
File Size : 41,61 MB
Release : 2019-05-16
Category : Computers
ISBN : 9781108735513
Advanced Data Structures presents a comprehensive look at the ideas, analysis, and implementation details of data structures as a specialized topic in applied algorithms. Data structures are how data is stored within a computer, and how one can go about searching for data within. This text examines efficient ways to search and update sets of numbers, intervals, or strings by various data structures, such as search trees, structures for sets of intervals or piece-wise constant functions, orthogonal range search structures, heaps, union-find structures, dynamization and persistence of structures, structures for strings, and hash tables. This is the first volume to show data structures as a crucial algorithmic topic, rather than relegating them as trivial material used to illustrate object-oriented programming methodology, filling a void in the ever-increasing computer science market. Numerous code examples in C and more than 500 references make Advanced Data Structures an indispensable text. topic. Numerous code examples in C and more than 500 references make Advanced Data Structures an indispensable text.
Author : Clifford A. Shaffer
Publisher : Courier Corporation
Page : 626 pages
File Size : 33,54 MB
Release : 2012-07-26
Category : Computers
ISBN : 0486172627
Comprehensive treatment focuses on creation of efficient data structures and algorithms and selection or design of data structure best suited to specific problems. This edition uses C++ as the programming language.