0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (9)
  • R250 - R500 (66)
  • R500+ (5,717)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Algorithms & procedures

Algorithms Illuminated - Omnibus Edition (Hardcover): Tim Roughgarden Algorithms Illuminated - Omnibus Edition (Hardcover)
Tim Roughgarden
R1,563 Discovery Miles 15 630 In Stock

In Algorithms Illuminated, Tim Roughgarden teaches the basics of algorithms in the most accessible way imaginable. This Omnibus Edition contains the complete text of Parts 1-4, with thorough coverage of asymptotic analysis, graph search and shortest paths, data structures, divide-and-conquer algorithms, greedy algorithms, dynamic programming, and NP-hard problems. Hundreds of worked examples, quizzes, and exercises, plus comprehensive online videos, help readers become better programmers; sharpen their analytical skills; learn to think algorithmically; acquire literacy with computer science's greatest hits; and ace their technical interviews.

Data: A Guide to Humans (Hardcover): Phil Harvey, Noelia Jimenez Martinez Data: A Guide to Humans (Hardcover)
Phil Harvey, Noelia Jimenez Martinez
R348 Discovery Miles 3 480 Ships in 12 - 17 working days

Data is humanity's most important new resource. It has the capacity to provide insight into every aspect of our lives, the planet and the universe at large; it changes not only what we know but also how we know it. Exploiting the value of data could improve our existence as much as - if not more than - previous technological revolutions. Yet data without empathy is useless. There is a tendency in data science to forget about the human needs and feelings of the people who make up the data, the people who work with the data, and those expected to understand the results. Without empathy, this precious resource is at best underused, at worst misused. Data: A Guide to Humans will help you understand how to properly exploit data, why this is so important, and how companies and governments are currently using data. It makes a compelling case for empathy as the crucial factor in elevating our understanding of data to something which can make a lasting and essential contribution to your business, your life and maybe even the world.

The Garbage Collection Handbook - The Art of Automatic Memory Management (Paperback): Richard Jones, Antony Hosking, Eliot Moss The Garbage Collection Handbook - The Art of Automatic Memory Management (Paperback)
Richard Jones, Antony Hosking, Eliot Moss
R1,423 Discovery Miles 14 230 Ships in 9 - 15 working days

Published in 1996, Richard Jones's Garbage Collection was a milestone in the area of automatic memory management. The field has grown considerably since then, sparking a need for an updated look at the latest state-of-the-art developments. The Garbage Collection Handbook: The Art of Automatic Memory Management brings together a wealth of knowledge gathered by automatic memory management researchers and developers over the past fifty years. The authors compare the most important approaches and state-of-the-art techniques in a single, accessible framework. The book addresses new challenges to garbage collection made by recent advances in hardware and software. It explores the consequences of these changes for designers and implementers of high performance garbage collectors. Along with simple and traditional algorithms, the book covers parallel, incremental, concurrent, and real-time garbage collection. Algorithms and concepts are often described with pseudocode and illustrations. The nearly universal adoption of garbage collection by modern programming languages makes a thorough understanding of this topic essential for any programmer. This authoritative handbook gives expert insight on how different collectors work as well as the various issues currently facing garbage collectors. Armed with this knowledge, programmers can confidently select and configure the many choices of garbage collectors. Web ResourceThe book's online bibliographic database at www.gchandbook.org includes over 2,500 garbage collection-related publications. Continually updated, it contains abstracts for some entries and URLs or DOIs for most of the electronically available ones. The database can be searched online or downloaded as BibTeX, PostScript, or PDF. E-bookThis edition enhances the print version with copious clickable links to algorithms, figures, original papers and definitions of technical terms. In addition, each index entry links back to where it was mentioned in the text, and each entry in the bibliography includes links back to where it was cited.

A Practical Approach to Data Structures and Algorithms (Hardcover): Sanjay Pahuja A Practical Approach to Data Structures and Algorithms (Hardcover)
Sanjay Pahuja
R1,424 Discovery Miles 14 240 Ships in 12 - 17 working days

The aim of the book is to serve as a text for students learning programming in 'C' on Data Structures such as array, linked list, stack, queue, trees, graph and sorting and searching methodology. The book illustrates in detail the methods, algorithms, functions and implementation of each and every concept of data structures. Algorithms are written in pseudo syntax i.e., near to 'C' language for easy understanding. It contains worked examples to amplify the material, and enhance the pedagogy. The content is not overburdened with math, and instead pays attention to the key components of the subject, especially link listing. By discussing the practical applications of the subject, the author has lessened the dry theory involved, and made the book more approachable.

How to Prove It - A Structured Approach (Paperback, 3rd Revised edition): Daniel J. Velleman How to Prove It - A Structured Approach (Paperback, 3rd Revised edition)
Daniel J. Velleman
R1,096 Discovery Miles 10 960 Ships in 9 - 15 working days

Proofs play a central role in advanced mathematics and theoretical computer science, yet many students struggle the first time they take a course in which proofs play a significant role. This bestselling text's third edition helps students transition from solving problems to proving theorems by teaching them the techniques needed to read and write proofs. Featuring over 150 new exercises and a new chapter on number theory, this new edition introduces students to the world of advanced mathematics through the mastery of proofs. The book begins with the basic concepts of logic and set theory to familiarize students with the language of mathematics and how it is interpreted. These concepts are used as the basis for an analysis of techniques that can be used to build up complex proofs step by step, using detailed 'scratch work' sections to expose the machinery of proofs about numbers, sets, relations, and functions. Assuming no background beyond standard high school mathematics, this book will be useful to anyone interested in logic and proofs: computer scientists, philosophers, linguists, and, of course, mathematicians.

AI for Scientific Discovery (Hardcover): Janna Hastings AI for Scientific Discovery (Hardcover)
Janna Hastings
R3,595 Discovery Miles 35 950 Ships in 12 - 17 working days

AI for Scientific Discovery provides an accessible introduction to the wide-ranging applications of artificial intelligence technologies in scientific research and discovery across the full breadth of scientific disciplines. Artificial intelligence technologies support discovery science in multiple different ways. They support literature management and synthesis, allowing the wealth of what has already been discovered and reported on to be integrated and easily accessed. They play a central role in data analysis and interpretation - in the context of what is called 'data science'. AI is also helping to combat the reproducibility crisis in scientific research, by underpinning the discovery process with AI-enabled standards and pipelines, support the management of large-scale data and knowledge resources so that they can be shared, integrated and serve as a background 'knowledge ecosystem' into which new discoveries can be embedded. However, there are limitations to what AI can achieve and its outputs can be biased and confounded thus should not be blindly trusted. The latest generation of hybrid and 'human-in-the-loop' AI technologies have as their objective a balance between human inputs and insights and the power of the number-crunching and statistical inference at massive scale that AI technologies are best at.

The Garbage Collection Handbook - The Art of Automatic Memory Management (Hardcover, 2nd edition): Richard Jones, Antony... The Garbage Collection Handbook - The Art of Automatic Memory Management (Hardcover, 2nd edition)
Richard Jones, Antony Hosking, Eliot Moss
R1,885 Discovery Miles 18 850 Ships in 9 - 15 working days

Universally acclaimed as the book on garbage collection. A complete and up-to-date revision of the 2012 Garbage Collection Handbook. Thorough coverage of parallel, concurrent and real-time garbage collection algortithms including C4, Garbage First, LXR, Shenandoah, Transactional Sapphire and ZGC, and garbage collection on the GPU. Clear explanation of the trickier aspects of garbage collection, including the interface to the run-time system, handling of finalisation and weak references, and support for dynamic languages. New chapters on energy aware garbage collection, and persistence and garbage collection. The e-book includes more than 40,000 hyperlinks to algorithms, figures, glossary entries, indexed items, original research papers and much more. Backed by a comprehensive online database of over 3,400 garbage collection-related publications

Digital Intermediation - Unseen Infrastructure for Cultural Production (Paperback): Jonathon Hutchinson Digital Intermediation - Unseen Infrastructure for Cultural Production (Paperback)
Jonathon Hutchinson
R1,096 Discovery Miles 10 960 Ships in 9 - 15 working days

Digital Intermediation offers a new framework for understanding content creation and distribution across automated media platforms - a new mediatisation process. The book draws on empirical and theoretical research to carefully identify and describe a number of unseen digital infrastructures that contribute to a predictive media production process through technologies, institutions and automation. Field data is drawn from several international sites, including Los Angeles, San Francisco, Portland, London, Amsterdam, Munich, Berlin, Hamburg, Sydney and Cartagena. By highlighting an increasingly automated content production and distribution process, the book responds to a number of regulatory debates on the societal impact of social media platforms. It highlights emerging areas of key importance that shape the production and distribution of social media content, including micro-platformization and digital first personalities. The book explains how technologies, institutions and automation are used within agencies to increase exposure for the talent they manage, while providing inside access to the processes and requirements of producers who create content for platform algorithms. Finally, it outlines user agency as a strategy for those who seek diversity in the information they access on automated social media content distribution platforms. The findings in this book provide key recommendations for policymakers working within digital media platforms, and will be invaluable reading for students and academics interested in automated media environments.

Algorithm Design: A Methodological Approach - 150 problems and detailed solutions (Paperback): Patrick Bosc, Marc Guyomard,... Algorithm Design: A Methodological Approach - 150 problems and detailed solutions (Paperback)
Patrick Bosc, Marc Guyomard, Laurent Miclet
R1,587 Discovery Miles 15 870 Ships in 9 - 15 working days

A best-seller in its French edition, the construction of this book is original and its success in the French market demonstrates its appeal. It is based on three principles: 1. An organization of the chapters by families of algorithms : exhaustive search, divide and conquer, etc. At the contrary, there is no chapter only devoted to a systematic exposure of, say, algorithms on strings. Some of these will be found in different chapters. 2. For each family of algorithms, an introduction is given to the mathematical principles and the issues of a rigorous design, with one or two pedagogical examples. 3. For its most part, the book details 150 problems, spanning on seven families of algorithms. For each problem, a precise and progressive statement is given. More important, a complete solution is detailed, with respect to the design principles that have been presented ; often, some classical errors are pointed at. Roughly speaking, two thirds of the book are devoted to the detailed rational construction of the solutions.

Quantum Computation (Hardcover): Helmut Bez, Tony Croft Quantum Computation (Hardcover)
Helmut Bez, Tony Croft
R2,318 Discovery Miles 23 180 Ships in 9 - 15 working days

A more accessible approach than most competitor texts, which move into advanced, research-level topics too quickly for today's students. Part I is comprehensive in providing all necessary mathematical underpinning, particularly for those who need more opportunity to develop their mathematical competence. More confident students may move directly to Part II and dip back into Part I as a reference. Ideal for use as an introductory text for courses in quantum computing. Fully worked examples illustrate the application of mathematical techniques. Exercises throughout develop concepts and enhance understanding. End-of-chapter exercises offer more practice in developing a secure foundation.

Advances in Optimization and Linear Programming (Hardcover): Ivan Stanimirovic Advances in Optimization and Linear Programming (Hardcover)
Ivan Stanimirovic
R3,427 Discovery Miles 34 270 Ships in 9 - 15 working days

This new volume provides the information needed to understand the simplex method, the revised simplex method, dual simplex method, and more for solving linear programming problems. Following a logical order, the book first gives a mathematical model of the linear problem programming and describes the usual assumptions under which the problem is solved. It gives a brief description of classic algorithms for solving linear programming problems as well as some theoretical results. It goes on to explain the definitions and solutions of linear programming problems, outlining the simplest geometric methods and showing how they can be implemented. Practical examples are included along the way. The book concludes with a discussion of multi-criteria decision-making methods. Advances in Optimization and Linear Programming is a highly useful guide to linear programming for professors and students in optimization and linear programming.

Applied Soft Computing - Techniques and Applications (Hardcover): Samarjeet Borah, Ranjit Panigrahi Applied Soft Computing - Techniques and Applications (Hardcover)
Samarjeet Borah, Ranjit Panigrahi
R3,871 Discovery Miles 38 710 Ships in 9 - 15 working days

It explores a variety of modern applications in soft computing, including bioinspired computing, reconfigurable computing, fuzzy logic, fusion-based learning, intelligent healthcare systems, bioinformatics, data mining, functional approximation, genetic and evolutionary algorithms, hybrid models, machine learning, meta heuristics, neuro fuzzy system, and optimization principles. The book acts as a reference book for AI developers, researchers, and academicians as it addresses the recent technological developments in the field of soft computing.

Handbook of Computer Programming with Python (Hardcover): Dimitrios Xanthidis, Christos Manolas, Han-I Wang, Ourania K.... Handbook of Computer Programming with Python (Hardcover)
Dimitrios Xanthidis, Christos Manolas, Han-I Wang, Ourania K. Xanthidou
R2,751 Discovery Miles 27 510 Ships in 9 - 15 working days

Discusses concepts such as Basic Programming Principles, OOP Principles, Database Programming, GUI Programming, Network Programming, Data Analytics and Visualization, Statistical Analysis, Virtual Reality, Web Development, Machine Learning, Deep Learning Provides the code and the output for all the concepts discussed Includes a case study at the end of each chapter

Optimization of Sustainable Enzymes Production - Artificial Intelligence and Machine Learning Techniques (Hardcover): J Satya... Optimization of Sustainable Enzymes Production - Artificial Intelligence and Machine Learning Techniques (Hardcover)
J Satya Eswari, Nisha Suryawanshi
R2,693 Discovery Miles 26 930 Ships in 9 - 15 working days

This book is designed as a reference book and presents a systematic approach to analyze evolutionary and nature-inspired population-based search algorithms. Beginning with an introduction to optimization methods and algorithms and various enzymes, the book then moves on to provide a unified framework of process optimization for enzymes with various algorithms. The book presents current research on various applications of machine learning and discusses optimization techniques to solve real-life problems. The book compiles the different machine learning models for optimization of process parameters for production of industrially important enzymes. The production and optimization of various enzymes produced by different microorganisms are elaborated in the book It discusses the optimization methods that help minimize the error in developing patterns and classifications, which further helps improve prediction and decision-making Covers the best-performing methods and approaches for optimization sustainable enzymes production with AI integration in a real-time environment Featuring valuable insights, the book helps readers explore new avenues leading towards multidisciplinary research discussions The book is aimed primarily at advanced undergraduates and graduates studying machine learning, data science and industrial biotechnology. Researchers and professionals will also find this book useful.

Grokking Deep Reinforcement Learning (Paperback): Miguel Morales Grokking Deep Reinforcement Learning (Paperback)
Miguel Morales 1
R1,206 Discovery Miles 12 060 Ships in 9 - 15 working days

Written for developers with some understanding of deep learning algorithms. Experience with reinforcement learning is not required. Grokking Deep Reinforcement Learning introduces this powerful machine learning approach, using examples, illustrations, exercises, and crystal-clear teaching. You'll love the perfectly paced teaching and the clever, engaging writing style as you dig into this awesome exploration of reinforcement learning fundamentals, effective deep learning techniques, and practical applications in this emerging field. We all learn through trial and error. We avoid the things that cause us to experience pain and failure. We embrace and build on the things that give us reward and success. This common pattern is the foundation of deep reinforcement learning: building machine learning systems that explore and learn based on the responses of the environment. * Foundational reinforcement learning concepts and methods * The most popular deep reinforcement learning agents solving high-dimensional environments * Cutting-edge agents that emulate human-like behavior and techniques for artificial general intelligence Deep reinforcement learning is a form of machine learning in which AI agents learn optimal behavior on their own from raw sensory input. The system perceives the environment, interprets the results of its past decisions and uses this information to optimize its behavior for maximum long-term return.

Decision Intelligence - Human-Machine Integration for Decision Making (Hardcover): Miriam O'Callaghan Decision Intelligence - Human-Machine Integration for Decision Making (Hardcover)
Miriam O'Callaghan
R2,625 Discovery Miles 26 250 Ships in 9 - 15 working days

Revealing the flaws in human decision making, this book explores how AI can be used to optimise decisions for improved business outcomes and efficiency, as well as looking ahead into the significant contributions Decision Intelligence (DI) can make to society and the ethical challenges it may raise. Offering an impressive framework of Decision Intelligence (DI), from the theories and concepts used to design autonomous intelligent agents to the technologies that power DI systems and the ways in which companies use decision-making building blocks to build DI solutions that enable businesses to democratise AI, this book provides a systematic approach to AI intelligence and human involvement. Replete with case studies on DI application, as well as wider discussions on the social implications of the technology, this book appeals to both students of AI and data solutions and businesses considering DI adoption.

Diagnosis of Neurological Disorders based on Deep Learning Techniques (Hardcover): Jyotismita Chaki Diagnosis of Neurological Disorders based on Deep Learning Techniques (Hardcover)
Jyotismita Chaki
R2,740 Discovery Miles 27 400 Ships in 9 - 15 working days

This book is based on deep learning approaches used for the diagnosis of neurological disorders, including basics of deep learning algorithms using diagrams, data tables, and practical examples, for diagnosis of neurodegenerative and neurodevelopmental disorders. It includes application of feed-forward neural networks, deep generative models, convolutional neural networks, graph convolutional networks, and recurrent neural networks in the field of diagnosis of neurological disorders. Along with this, data pre-processing including scaling, correction, trimming, normalization is also included. Offers a detailed description of the deep learning approaches used for the diagnosis of neurological disorders Demonstrates concepts of deep learning algorithms using diagrams, data tables, and examples for the diagnosis of neurodegenerative disorders; neurodevelopmental, and psychiatric disorders. Helps build, train, and deploy different types of deep architectures for diagnosis Explores data pre-processing techniques involved in diagnosis Include real-time case studies and examples This book is aimed at graduate students and researchers in biomedical imaging and machine learning.

Artificial Intelligence Technologies for Computational Biology (Hardcover): Ranjeet Kumar Rout, Saiyed Umer, Sabha Sheikh,... Artificial Intelligence Technologies for Computational Biology (Hardcover)
Ranjeet Kumar Rout, Saiyed Umer, Sabha Sheikh, Amrit Lal Sangal
R3,428 Discovery Miles 34 280 Ships in 9 - 15 working days

This text emphasizes the importance of artificial intelligence techniques in the field of biological computation. It also discusses fundamental principles that can be applied beyond bio-inspired computing. It comprehensively covers important topics including data integration, data mining, machine learning, genetic algorithms, evolutionary computation, evolved neural networks, nature-inspired algorithms, and protein structure alignment. The text covers the application of evolutionary computations for fractal visualization of sequence data, artificial intelligence, and automatic image interpretation in modern biological systems. The text is primarily written for graduate students and academic researchers in areas of electrical engineering, electronics engineering, computer engineering, and computational biology. This book: * Covers algorithms in the fields of artificial intelligence, and machine learning useful in biological data analysis. * Discusses comprehensively artificial intelligence and automatic image interpretation in modern biological systems. * Presents the application of evolutionary computations for fractal visualization of sequence data. * Explores the use of genetic algorithms for pair-wise and multiple sequence alignments. * Examines the roles of efficient computational techniques in biology.

The Basics of Practical Optimization (Paperback, 2nd Revised edition): Adam B. Levy The Basics of Practical Optimization (Paperback, 2nd Revised edition)
Adam B. Levy
R1,851 Discovery Miles 18 510 Ships in 12 - 17 working days

Optimization is presented in most multivariable calculus courses as an application of the gradient, and while this treatment makes sense for a calculus course, there is much more to the theory of optimization. Optimization problems are generated constantly, and the theory of optimization has grown and developed in response to the challenges presented by these problems. This textbook aims to show readers how optimization is done in practice and help them to develop an appreciation for the richness of the theory behind the practice. Exercises, problems (including modeling and computational problems), and implementations are incorporated throughout the text to help students learn by doing. Python notes are inserted strategically to help readers complete computational problems and implementations. The Basics of Practical Optimization, Second Edition is intended for undergraduates who have completed multivariable calculus, as well as anyone interested in optimization. The book is appropriate for a course that complements or replaces a standard linear programming course.

Research Practitioner's Handbook on Big Data Analytics (Hardcover): S. Sasikala Research Practitioner's Handbook on Big Data Analytics (Hardcover)
S. Sasikala; Edited by Raghvendra Kumar; D. Renuka Devi
R3,733 Discovery Miles 37 330 Ships in 12 - 17 working days

With the growing interest in and use of big data analytics in many industries and in many research fields around the globe, this new volume addresses the need for a comprehensive resource on the core concepts of big data analytics along with the tools, techniques, and methodologies. The book gives the why and the how of big data analytics in an organized and straightforward manner, using both theoretical and practical approaches. The book's authors have organized the contents in a systematic manner, starting with an introduction and overview of big data analytics and then delving into pre-processing methods, feature selection methods and algorithms, big data streams, and big data classification. Such terms and methods as swarm intelligence, data mining, the bat algorithm and genetic algorithms, big data streams, and many more are discussed. The authors explain how deep learning and machine learning along with other methods and tools are applied in big data analytics. The last section of the book presents a selection of illustrative case studies that show examples of the use of data analytics in industries such as health care, business, education, and social media. Research Practitioner's Handbook on Big Data Analytics will be a valuable addition to the libraries of practitioners in data collection in many industries along with research scholars and faculty in the domain of big data analytics. The book can also serve as a handy textbook for courses in data collection, data mining, and big data analytics.

Computational Statistical Methodologies and Modeling for Artificial Intelligence (Hardcover): Priyanka Harjule, Azizur Rahman,... Computational Statistical Methodologies and Modeling for Artificial Intelligence (Hardcover)
Priyanka Harjule, Azizur Rahman, Basant Agarwal, Vinita Tiwari
R4,297 Discovery Miles 42 970 Ships in 9 - 15 working days

This book covers computational statistics-based approaches for Artificial Intelligence. The aim of this book is to provide comprehensive coverage of the fundamentals through the applications of the different kinds of mathematical modelling and statistical techniques and describing their applications in different Artificial Intelligence systems. The primary users of this book will include researchers, academicians, postgraduate students, and specialists in the areas of data science, mathematical modelling, and Artificial Intelligence. It will also serve as a valuable resource for many others in the fields of electrical, computer, and optical engineering. The key features of this book are: Presents development of several real-world problem applications and experimental research in the field of computational statistics and mathematical modelling for Artificial Intelligence Examines the evolution of fundamental research into industrialized research and the transformation of applied investigation into real-time applications Examines the applications involving analytical and statistical solutions, and provides foundational and advanced concepts for beginners and industry professionals Provides a dynamic perspective to the concept of computational statistics for analysis of data and applications in intelligent systems with an objective of ensuring sustainability issues for ease of different stakeholders in various fields Integrates recent methodologies and challenges by employing mathematical modeling and statistical techniques for Artificial Intelligence

Digital Intermediation - Unseen Infrastructure for Cultural Production (Hardcover): Jonathon Hutchinson Digital Intermediation - Unseen Infrastructure for Cultural Production (Hardcover)
Jonathon Hutchinson
R3,683 Discovery Miles 36 830 Ships in 9 - 15 working days

Digital Intermediation offers a new framework for understanding content creation and distribution across automated media platforms - a new mediatisation process. The book draws on empirical and theoretical research to carefully identify and describe a number of unseen digital infrastructures that contribute to a predictive media production process through technologies, institutions and automation. Field data is drawn from several international sites, including Los Angeles, San Francisco, Portland, London, Amsterdam, Munich, Berlin, Hamburg, Sydney and Cartagena. By highlighting an increasingly automated content production and distribution process, the book responds to a number of regulatory debates on the societal impact of social media platforms. It highlights emerging areas of key importance that shape the production and distribution of social media content, including micro-platformization and digital first personalities. The book explains how technologies, institutions and automation are used within agencies to increase exposure for the talent they manage, while providing inside access to the processes and requirements of producers who create content for platform algorithms. Finally, it outlines user agency as a strategy for those who seek diversity in the information they access on automated social media content distribution platforms. The findings in this book provide key recommendations for policymakers working within digital media platforms, and will be invaluable reading for students and academics interested in automated media environments.

Beyond Algorithms - Delivering AI for Business (Paperback): James,Luke, David Porter, Padmanabhan Santhanam Beyond Algorithms - Delivering AI for Business (Paperback)
James,Luke, David Porter, Padmanabhan Santhanam
R1,512 Discovery Miles 15 120 Ships in 9 - 15 working days

Focuses on the definition, engineering, and delivery of AI solutions as opposed to AI itself Reader will still gain a strong understanding of AI, but through the perspective of delivering real solutions Explores the core AI issues that impact the success of an overall solution including i. realities of dealing with data, ii. impact of AI accuracy on the ability of the solution to meet business objectives, iii. challenges in managing the quality of machine learning models Includes real world examples of enterprise scale solutions Provides a series of (optional) technical deep dives and thought experiments.

The Less Is More Linear Algebra of Vector Spaces and Matrices (Paperback): Daniela Calvetti, Erkki Somersalo The Less Is More Linear Algebra of Vector Spaces and Matrices (Paperback)
Daniela Calvetti, Erkki Somersalo
R1,831 Discovery Miles 18 310 Ships in 12 - 17 working days

Designed for a proof-based course on linear algebra, this rigorous and concise textbook intentionally introduces vector spaces, inner products, and vector and matrix norms before Gaussian elimination and eigenvalues so students can quickly discover the singular value decomposition (SVD)-arguably the most enlightening and useful of all matrix factorizations. Gaussian elimination is then introduced after the SVD and the four fundamental subspaces and is presented in the context of vector spaces rather than as a computational recipe. This allows the authors to use linear independence, spanning sets and bases, and the four fundamental subspaces to explain and exploit Gaussian elimination and the LU factorization, as well as the solution of overdetermined linear systems in the least squares sense and eigenvalues and eigenvectors. This unique textbook also includes examples and problems focused on concepts rather than the mechanics of linear algebra. The problems at the end of each chapter and in an associated website encourage readers to explore how to use the notions introduced in the chapter in a variety of ways. Additional problems, quizzes, and exams will be posted on an accompanying website and updated regularly. The Less Is More Linear Algebra of Vector Spaces and Matrices is for students and researchers interested in learning linear algebra who have the mathematical maturity to appreciate abstract concepts that generalize intuitive ideas. The early introduction of the SVD makes the book particularly useful for those interested in using linear algebra in applications such as scientific computing and data science. It is appropriate for a first proof-based course in linear algebra.

Beyond Algorithms - Delivering AI for Business (Hardcover): James,Luke, David Porter, Padmanabhan Santhanam Beyond Algorithms - Delivering AI for Business (Hardcover)
James,Luke, David Porter, Padmanabhan Santhanam
R3,860 Discovery Miles 38 600 Ships in 9 - 15 working days

Focuses on the definition, engineering, and delivery of AI solutions as opposed to AI itself Reader will still gain a strong understanding of AI, but through the perspective of delivering real solutions Explores the core AI issues that impact the success of an overall solution including i. realities of dealing with data, ii. impact of AI accuracy on the ability of the solution to meet business objectives, iii. challenges in managing the quality of machine learning models Includes real world examples of enterprise scale solutions Provides a series of (optional) technical deep dives and thought experiments.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Soft Computing - Recent Advances and…
Pradip Debnath, Oscar Castillo, … Hardcover R2,735 Discovery Miles 27 350
Applied Artificial Intelligence - A…
Swati V. Shinde, Varsha Bendre, … Hardcover R3,185 Discovery Miles 31 850
Transformers for Machine Learning - A…
Uday Kamath, Kenneth Graham, … Paperback R1,385 Discovery Miles 13 850
Problem Solving with Algorithms and Data…
Bradley N Miller, David L Ranum Paperback R1,453 Discovery Miles 14 530
Agronomy Algorithm
Neetu Sharma, B. C. Sharma, … Hardcover R3,561 Discovery Miles 35 610
Evolutionary Intelligence for Healthcare…
T. Ananth Kumar, R. Rajmohan, … Hardcover R1,386 Discovery Miles 13 860
Customizable and Adaptive Quantum…
Nadia Nedjah, Luiza de Macedo Mourelle Hardcover R1,414 Discovery Miles 14 140
Blockchain Technology - Exploring…
Sonali Vyas, Vinod Kumar Shukla, … Hardcover R4,860 Discovery Miles 48 600
Machine Learning on Commodity Tiny…
Song Guo, Qihua Zhou Hardcover R2,123 Discovery Miles 21 230
Algorithms and Subjectivity - The…
Eran Fisher Hardcover R1,528 Discovery Miles 15 280

 

Partners