OCaml Scientific Computing: Functional Programming in Data Science and Artificial Intelligence: Undergraduate Topics in Computer Science
Autor Liang Wang, Jianxin Zhao, Richard Mortieren Limba Engleză Paperback – 27 mai 2022
To this end, the book is divided into three parts, each focusing on a different area. Part I begins by introducing how basic numerical techniques are performed in OCaml, including classical mathematical topics (interpolation and quadrature), statistics, and linear algebra. It moves on from using only scalar values to multi-dimensional arrays, introducing the tensor and Ndarray, core data types in any numerical computing system. It concludes with two more classical numerical computing topics, the solution ofOrdinary Differential Equations (ODEs) and Signal Processing, as well as introducing the visualization module we use throughout this book. Part II is dedicated to advanced optimization techniques that are core to most current popular data science fields. We do not focus only on applications but also on the basic building blocks, starting with Algorithmic Differentiation, the most crucial building block that in turn enables Deep Neural Networks. We follow this with chapters on Optimization and Regression, also used in building Deep Neural Networks. We then introduce Deep Neural Networks as well as topic modelling in Natural Language Processing (NLP), two advanced and currently very active fields in both industry and academia. Part III collects a range of case studies demonstrating how you can build a complete numerical application quickly from scratch using Owl. The cases presented include computer vision and recommender systems.
This book aims at anyone with a basic knowledge of functional programming and a desire to explore the world of scientific computing, whether to generally explore the field in the round, to build applications for particular topics, or to deep-dive into how numerical systems are constructed. It does not assume strict ordering in reading – readers can simply jump to the topic that interests them most.
Din seria Undergraduate Topics in Computer Science
- 20% Preț: 353.41 lei
- 20% Preț: 342.45 lei
- 20% Preț: 318.52 lei
- 20% Preț: 227.15 lei
- 20% Preț: 181.83 lei
- 20% Preț: 245.43 lei
- 20% Preț: 306.71 lei
- 20% Preț: 280.92 lei
- 20% Preț: 227.10 lei
- 20% Preț: 276.81 lei
- 20% Preț: 179.87 lei
- 20% Preț: 395.04 lei
- 20% Preț: 235.39 lei
- 20% Preț: 332.20 lei
- 20% Preț: 297.85 lei
- 20% Preț: 305.61 lei
- 20% Preț: 272.43 lei
- 20% Preț: 321.27 lei
- 20% Preț: 375.65 lei
- 20% Preț: 258.78 lei
- 20% Preț: 194.09 lei
- 20% Preț: 307.16 lei
- 20% Preț: 225.02 lei
- 20% Preț: 217.59 lei
- 20% Preț: 256.19 lei
- 20% Preț: 363.70 lei
- 20% Preț: 237.34 lei
- 20% Preț: 374.20 lei
- 20% Preț: 239.28 lei
- 20% Preț: 230.77 lei
- 16% Preț: 441.47 lei
- 20% Preț: 297.27 lei
- 20% Preț: 295.77 lei
- 20% Preț: 562.80 lei
- 20% Preț: 289.70 lei
- 20% Preț: 294.19 lei
- 20% Preț: 292.34 lei
- 20% Preț: 191.35 lei
- 20% Preț: 243.33 lei
- 20% Preț: 289.21 lei
- 20% Preț: 278.09 lei
- 20% Preț: 378.83 lei
- 20% Preț: 184.28 lei
- 20% Preț: 295.54 lei
- 20% Preț: 281.39 lei
- 20% Preț: 754.30 lei
- 20% Preț: 345.75 lei
Preț: 328.92 lei
Preț vechi: 411.15 lei
-20% Nou
Puncte Express: 493
Preț estimativ în valută:
62.95€ • 65.61$ • 52.41£
62.95€ • 65.61$ • 52.41£
Carte tipărită la comandă
Livrare economică 04-18 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783030976446
ISBN-10: 3030976440
Pagini: 359
Ilustrații: XXII, 359 p. 105 illus., 73 illus. in color.
Dimensiuni: 155 x 235 x 27 mm
Greutate: 0.59 kg
Ediția:1st ed. 2022
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
ISBN-10: 3030976440
Pagini: 359
Ilustrații: XXII, 359 p. 105 illus., 73 illus. in color.
Dimensiuni: 155 x 235 x 27 mm
Greutate: 0.59 kg
Ediția:1st ed. 2022
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
Cuprins
Part I: Numerical Techniques.- 1. Introduction.- 2. Numerical Algorithms.- 3. Statistics.- 4. Linear Algebra.- 5. N-Dimensional Arrays.- 6. Ordinary Differential Equations.- 7. Signal Processing.- Part II: Advanced Data Analysis Techniques.- 8. Algorithmic Differentiation.- 9. Optimisation.- 10. Regression.- 11. Neural Network.- 12. Vector Space Modelling.- Part III: Use Cases.- 13. Case Study: Image Recognition.- 14. Case Study: Instance Segmentation.- 15. Case Study: Neural Style Transfer.- 16. Case Study: Recommender System.
Notă biografică
Liang Wang is a Principal AI Architect at Nokia, a Senior Researcher at the University of Cambridge, an Intel Software Innovator, and the Chief Scientific Officer at IKVA. He has a broad research interest in artificial intelligence, machine learning, operating systems, computer networks, optimization theory, and graph theory.
Jianxin Zhao is a PhD graduate from the University of Cambridge. His research interests include numerical computation, artificial intelligence, decentralized systems, and their application in the real world.
Richard Mortier is a Professor in Computing and Human-Data Interaction at the University of Cambridge. He works at the intersection of systems and networking with human-computer interaction, and he currently focuses on building user-centric systems infrastructure.
Jianxin Zhao is a PhD graduate from the University of Cambridge. His research interests include numerical computation, artificial intelligence, decentralized systems, and their application in the real world.
Richard Mortier is a Professor in Computing and Human-Data Interaction at the University of Cambridge. He works at the intersection of systems and networking with human-computer interaction, and he currently focuses on building user-centric systems infrastructure.
Textul de pe ultima copertă
This book is about the harmonious synthesis of functional programming and numerical computation. It shows how the expressiveness of OCaml allows for fast and safe development of data science applications. Step by step, the authors build up to use cases drawn from many areas of Data Science, Machine Learning, and AI, and then delve into how to deploy at scale, using parallel, distributed, and accelerated frameworks to gain all the advantages of cloud computing environments.
To this end, the book is divided into three parts, each focusing on a different area. Part I begins by introducing how basic numerical techniques are performed in OCaml, including classical mathematical topics (interpolation and quadrature), statistics, and linear algebra. It moves on from using only scalar values to multi-dimensional arrays, introducing the tensor and Ndarray, core data types in any numerical computing system. It concludes with two more classical numerical computing topics, the solution of Ordinary Differential Equations (ODEs) and Signal Processing, as well as introducing the visualization module we use throughout this book. Part II is dedicated to advanced optimization techniques that are core to most current popular data science fields. We do not focus only on applications but also on the basic building blocks, starting with Algorithmic Differentiation, the most crucial building block that in turn enables Deep Neural Networks. We follow this with chapters on Optimization and Regression, also used in building Deep Neural Networks. We then introduce Deep Neural Networks as well as topic modelling in Natural Language Processing (NLP), two advanced and currently very active fields in both industry and academia. Part III collects a range of case studies demonstrating how you can build a complete numerical application quickly from scratch using Owl. The cases presented include computer vision and recommender systems.
This book aims at anyone with a basic knowledge offunctional programming and a desire to explore the world of scientific computing, whether to generally explore the field in the round, to build applications for particular topics, or to deep-dive into how numerical systems are constructed. It does not assume strict ordering in reading – readers can simply jump to the topic that interests them most.
This book aims at anyone with a basic knowledge offunctional programming and a desire to explore the world of scientific computing, whether to generally explore the field in the round, to build applications for particular topics, or to deep-dive into how numerical systems are constructed. It does not assume strict ordering in reading – readers can simply jump to the topic that interests them most.
Caracteristici
Shows how the expressiveness of OCaml allows for fast and safe development of data science applications Exemplifies use cases drawn from many areas of Data Science, Machine Learning, and AI Explains step by step how to deploy at scale, using parallel, distributed, and accelerated cloud computing frameworks