Numbers and Computers: Texts in Computer Science
Autor Ronald T. Kneuselen Limba Engleză Hardback – 15 oct 2024
The book's first part details standard representations of integers and floating-point numbers. The second explores other number representations, including the wide variety recently developed to support artificial intelligence (AI) and its demand for efficiency in representation to accommodate the ever-expanding scope of neural network models. Chapters describe each format, with examples in code (Python and C) and exercises. This new edition includes three new chapters on posits, AI number formats, and a collaborative experiment with an AI to generate novel number formats.
Topics and features:
- Explores how computers use numbers to complete operations
- Adds new chapters on posits and AI number formats
- Includes exercises and examples that are code snippets in C or Python
- Implements and tests new AI-designed number formats (as designed by GPT-4)
- Provides thorough grounding on what can and cannot be represented accurately
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (2) | 381.42 lei 43-57 zile | |
Springer International Publishing – 13 iul 2018 | 381.42 lei 43-57 zile | |
Springer International Publishing – 9 oct 2016 | 618.94 lei 43-57 zile | |
Hardback (1) | 580.97 lei 43-57 zile | |
Springer International Publishing – 17 feb 2017 | 580.97 lei 43-57 zile |
Din seria Texts in Computer Science
- 20% Preț: 474.56 lei
- 20% Preț: 675.33 lei
- 20% Preț: 409.69 lei
- 20% Preț: 306.35 lei
- 20% Preț: 357.55 lei
- 20% Preț: 1208.63 lei
- 20% Preț: 406.20 lei
- 20% Preț: 392.09 lei
- 20% Preț: 305.30 lei
- 20% Preț: 444.92 lei
- 20% Preț: 412.41 lei
- 20% Preț: 444.90 lei
- 20% Preț: 370.57 lei
- 20% Preț: 503.86 lei
- 20% Preț: 370.22 lei
- 20% Preț: 515.33 lei
- 15% Preț: 619.33 lei
- 20% Preț: 355.85 lei
- 20% Preț: 346.66 lei
- 20% Preț: 176.67 lei
- 20% Preț: 321.02 lei
- 20% Preț: 383.31 lei
- 20% Preț: 722.30 lei
- 20% Preț: 644.45 lei
- Preț: 444.71 lei
- 20% Preț: 521.30 lei
- 20% Preț: 348.01 lei
- Preț: 374.87 lei
- 20% Preț: 334.93 lei
- 20% Preț: 603.39 lei
- 20% Preț: 340.86 lei
- 20% Preț: 338.95 lei
- 20% Preț: 339.94 lei
- 20% Preț: 571.37 lei
- 20% Preț: 193.82 lei
- 20% Preț: 331.57 lei
- 23% Preț: 726.93 lei
- 20% Preț: 316.03 lei
- 20% Preț: 578.74 lei
- 20% Preț: 576.48 lei
- Preț: 454.29 lei
- 20% Preț: 524.10 lei
Preț: 365.82 lei
Preț vechi: 440.75 lei
-17% Nou
Puncte Express: 549
Preț estimativ în valută:
70.02€ • 72.98$ • 58.29£
70.02€ • 72.98$ • 58.29£
Carte nepublicată încă
Doresc să fiu notificat când acest titlu va fi disponibil:
Se trimite...
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783031674815
ISBN-10: 3031674812
Pagini: 381
Ilustrații: XV, 450 p.
Dimensiuni: 155 x 235 mm
Ediția:Third Edition 2025
Editura: Springer International Publishing
Colecția Springer
Seria Texts in Computer Science
Locul publicării:Cham, Switzerland
ISBN-10: 3031674812
Pagini: 381
Ilustrații: XV, 450 p.
Dimensiuni: 155 x 235 mm
Ediția:Third Edition 2025
Editura: Springer International Publishing
Colecția Springer
Seria Texts in Computer Science
Locul publicării:Cham, Switzerland
Cuprins
1. Number Systems.- 2. Integers.- 3. Floating Point.- 4. Pitfalls of Floating-Point Numbers (and How to Avoid Them).- 5. Big Integers and Rational Arithmetic.- 6. Fixed-Point Numbers.- 7. Decimal Floating Point.- 8. Interval Arithmetic.- 9. Arbitrary Precision Floating-Point.- 10. Other Number Systems.
Notă biografică
Dr. Ronald T. Kneusel is a Senior Data Scientist with L3Harris. He received his Ph.D. in Computer Science from the University of Colorado, Boulder, in machine learning, and his M.S. in Physics from Michigan State University. His background includes work in breast cancer research and early functional MRI (Medical College of Wisconsin) through medical device development (MR, CT, US) to medical imaging and remote sensing image analysis. He has been deeply involved with software development at all levels since his first forays with an 8-bit Apple II+ computer in the early 1980s hooked him for life. Dr. Kneusel is currently working with L3Harris on the application of modern machine learning techniques to remote sensing imagery and related modalities. He is the author of multiple books and peer-reviewed research articles.
Textul de pe ultima copertă
Computers are, fundamentally, number manipulators. Therefore, developers, engineers, and scientists must understand how computers represent and operate on numbers.
The revised and updated third edition of this unique textbook/reference details the variety of number formats used by computers, thereby helping to ground readers in what can and cannot be represented accurately, especially by floating-point numbers.
The book's first part details standard representations of integers and floating-point numbers. The second explores other number representations, including the wide variety recently developed to support artificial intelligence (AI) and its demand for efficiency in representation to accommodate the ever-expanding scope of neural network models. Chapters describe each format, with examples in code (Python and C) and exercises. This new edition includes three new chapters on posits, AI number formats, and a collaborative experiment with an AI to generate novel number formats.
Topics and features:
Dr. Ronald T. Kneusel, a senior data scientist with L3Harris (Melbourne, FL, USA), is also the author of the Springer book, Random Numbers and Computers.
The revised and updated third edition of this unique textbook/reference details the variety of number formats used by computers, thereby helping to ground readers in what can and cannot be represented accurately, especially by floating-point numbers.
The book's first part details standard representations of integers and floating-point numbers. The second explores other number representations, including the wide variety recently developed to support artificial intelligence (AI) and its demand for efficiency in representation to accommodate the ever-expanding scope of neural network models. Chapters describe each format, with examples in code (Python and C) and exercises. This new edition includes three new chapters on posits, AI number formats, and a collaborative experiment with an AI to generate novel number formats.
Topics and features:
- Explores how computers use numbers to complete operations
- Adds new chapters on posits and AI number formats
- Includes exercises and examples that are code snippets in C or Python
- Implements and tests new AI-designed number formats (as designed by GPT-4)
- Provides thorough grounding on what can and cannot be represented accurately
Dr. Ronald T. Kneusel, a senior data scientist with L3Harris (Melbourne, FL, USA), is also the author of the Springer book, Random Numbers and Computers.
Caracteristici
Explores how computers use numbers to complete operations Includes exercises and examples that are code snippets in C or Python Implements and tests AI Designed Number Formats (as designed by GPT-4)
Recenzii
“This book can be profitably read by anyone who is interested in computers and is willing to occasionally slog through perhaps unfamiliar territory with minimal guidance. … details are explained thoroughly, with utmost clarity and specificity. Each chapter ends with a summary, recommendations, exercises, and a set of carefully selected references. This small book provides a solid foundation for further exploration and study. It can be especially valuable to computer science and electrical engineering students.” (Edgar R. Chavez, Computing Reviews, February, 2016)
“This book is, on one level, a discussion of how computers work with numbers. It tells how computers represent numbers such as integers, floating point numbers, big integers, decimals, and what is more, how one can write one’s own routines to operate on numbers. … If thismakes you wonder about the utility of computers and how to better understand numerical representations and calculations, you will do well to add this book to your winter reading list.” (David S. Mazel, MAA Reviews, maa.org, January, 2016)
“The book starts with an overview on number systems. … The book is a good source of information for all who wants to learn how numbers are represented in computers and how computations are performed.” (Michael Jung, zbMATH 1330.65002, 2016)
“This book … should be on the bookshelf of every software developer. … Each chapter has a nicely composed set of exercises and a well-constructed set of references. The book contains numerous algorithmic examples presented throughout the text in C-like code that is easy to follow, as well as a well-organized index. … Summing Up: Recommended. Upper-division undergraduates, graduate students, researchers/faculty, two-year technical program students, and professionals/practitioners.” (J. Beidler, Choice, Vol.53 (4), December, 2015)“This book is, on one level, a discussion of how computers work with numbers. It tells how computers represent numbers such as integers, floating point numbers, big integers, decimals, and what is more, how one can write one’s own routines to operate on numbers. … If thismakes you wonder about the utility of computers and how to better understand numerical representations and calculations, you will do well to add this book to your winter reading list.” (David S. Mazel, MAA Reviews, maa.org, January, 2016)
“The book starts with an overview on number systems. … The book is a good source of information for all who wants to learn how numbers are represented in computers and how computations are performed.” (Michael Jung, zbMATH 1330.65002, 2016)