Da: GreatBookPrices, Columbia, MD, U.S.A.
Condizione: As New. Unread book in perfect condition.
Da: GreatBookPrices, Columbia, MD, U.S.A.
Condizione: New.
Da: Lakeside Books, Benton Harbor, MI, U.S.A.
Condizione: New. Brand New! Not Overstocks or Low Quality Book Club Editions! Direct From the Publisher! We're not a giant, faceless warehouse organization! We're a small town bookstore that loves books and loves it's customers! Buy from Lakeside Books!
Editore: World Scientific Publishing Comp, 2015
ISBN 10: 9814675997 ISBN 13: 9789814675994
Lingua: Inglese
Da: suffolkbooks, Center moriches, NY, U.S.A.
hardcover. Condizione: Very Good. Fast Shipping - Safe and Secure 7 days a week!
Condizione: As New. Unread book in perfect condition.
Da: Romtrade Corp., STERLING HEIGHTS, MI, U.S.A.
Condizione: New. Brand New. Soft Cover International Edition. Different ISBN and Cover Image. Priced lower than the standard editions which is usually intended to make them more affordable for students abroad. The core content of the book is generally the same as the standard edition. The country selling restrictions may be printed on the book but is no problem for the self-use. This Item maybe shipped from US or any other country as we have multiple locations worldwide.
Condizione: New.
Editore: Royal Society of Chemistry RSC, 2012
ISBN 10: 1849734054 ISBN 13: 9781849734059
Lingua: Inglese
Da: Books Puddle, New York, NY, U.S.A.
Condizione: New. pp. 264.
Editore: Taylor & Francis, 2006
Da: Katsumi-san Co., Cambridge, MA, U.S.A.
Prima edizione
Soft cover. Condizione: Very Good. 1st Edition. Binding has some wear; fore-edge margins at front have small, minor crease; tight, text clean. 431 p., well illustrated. Includes Julian P. Hume's 25-page illustrated article about the dodo, "The history of the Dodo 'Raphus cucullatus' and the Penguin of Mauritius." Large, heavy volume. [B1:9:4].
Da: TextbookRush, Grandview Heights, OH, U.S.A.
Condizione: Good. Ships SAME or NEXT business day. We Ship to APO/FPO addr. Choose EXPEDITED shipping and receive in 2-5 business days within the United States. See our member profile for customer support contact info. We have an easy return policy.
Editore: Royal Society of Chemistry, 2012
ISBN 10: 1849734054 ISBN 13: 9781849734059
Lingua: Inglese
Da: Majestic Books, Hounslow, Regno Unito
EUR 33,52
Quantità: 1 disponibili
Aggiungi al carrelloCondizione: New. pp. 264.
Editore: Chinese People s University Press Pub. Date :2007-, 2007
ISBN 10: 7300083447 ISBN 13: 9787300083445
Lingua: Cinese
Da: WeBuyBooks, Rossendale, LANCS, Regno Unito
EUR 14,85
Quantità: 1 disponibili
Aggiungi al carrelloCondizione: Very Good. Most items will be dispatched the same or the next working day. A copy that has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Condizione: New.
Editore: Springer Nature Switzerland AG, CH, 2022
ISBN 10: 3030976440 ISBN 13: 9783030976446
Lingua: Inglese
Da: Rarewaves.com USA, London, LONDO, Regno Unito
EUR 42,59
Quantità: Più di 20 disponibili
Aggiungi al carrelloPaperback. Condizione: New. 1st ed. 2022. 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 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.
Editore: Chinese People s University Press Pub. Date :2007-, 2007
ISBN 10: 7300083447 ISBN 13: 9787300083445
Lingua: Cinese
Da: Phatpocket Limited, Waltham Abbey, HERTS, Regno Unito
EUR 13,13
Quantità: 1 disponibili
Aggiungi al carrelloCondizione: Good. Your purchase helps support Sri Lankan Children's Charity 'The Rainbow Centre'. Shows some signs of wear but in good overall condition. Our donations to The Rainbow Centre have helped provide an education and a safe haven to hundreds of children who live in appalling conditions.
Da: Ria Christie Collections, Uxbridge, Regno Unito
EUR 31,69
Quantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New. In.
Da: Rarewaves.com USA, London, LONDO, Regno Unito
EUR 45,93
Quantità: 1 disponibili
Aggiungi al carrelloPaperback. Condizione: New. This unique open access book applies the functional OCaml programming language to numerical or computational weighted data science, engineering, and scientific applications. This book is based on the authors' first-hand experience building and maintaining Owl, an OCaml-based numerical computing library. You'll first learn the various components in a modern numerical computation library. Then, you will learn how these components are designed and built up and how to optimize their performance. After reading and using this book, you'll have the knowledge required to design and build real-world complex systems that effectively leverage the advantages of the OCaml functional programming language. What You Will LearnOptimize core operations based on N-dimensional arraysDesign and implement an industry-level algorithmic differentiation moduleImplement mathematical optimization, regression, and deep neural network functionalities based on algorithmic differentiationDesign and optimize a computation graph module, and understand the benefits it brings to the numerical computing libraryAccommodate the growing number of hardware accelerators (e.g. GPU, TPU) and execution backends (e.g. web browser, unikernel) of numerical computationUse the Zoo system for efficient scripting, code sharing, service deployment, and compositionDesign and implement a distributed computing engine to work with a numerical computing library, providing convenient APIs and high performance Who This Book Is For Those with prior programming experience, especially with the OCaml programming language, or with scientific computing experience who may be new to OCaml. Most importantly, it is for those who are eager to understand not only how to use something, but also how it is built up.
Da: Universitätsbuchhandlung Herta Hold GmbH, Berlin, Germania
EUR 15,00
Quantità: 1 disponibili
Aggiungi al carrelloXVIII, 556 p. Hardcover. Versand aus Deutschland / We dispatch from Germany via Air Mail. Einband bestoßen, daher Mängelexemplar gestempelt, sonst sehr guter Zustand. Imperfect copy due to slightly bumped cover, apart from this in very good condition. Stamped. Lecture Notes in Electrical Engineering, 202. Sprache: Englisch.
Editore: Royal Society of Chemistry, 2012
ISBN 10: 1849734054 ISBN 13: 9781849734059
Lingua: Inglese
Da: Biblios, Frankfurt am main, HESSE, Germania
EUR 34,99
Quantità: 1 disponibili
Aggiungi al carrelloCondizione: New. pp. 264.
Da: Books From California, Simi Valley, CA, U.S.A.
paperback. Condizione: Very Good.
Da: GreatBookPricesUK, Woodford Green, Regno Unito
EUR 31,68
Quantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
Hardcover. Condizione: Good. Satisfaction 100% guaranteed.
Da: BargainBookStores, Grand Rapids, MI, U.S.A.
Hardback or Cased Book. Condizione: New. Challenge and Research Trends of Solar Concentrators. Book.
Da: GreatBookPricesUK, Woodford Green, Regno Unito
EUR 34,95
Quantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
Editore: Commercial Press Pub. Date :2009-12-01, 2009
ISBN 10: 7100067677 ISBN 13: 9787100067676
Lingua: Cinese
Da: Ammareal, Morangis, Francia
EUR 6,99
Quantità: 1 disponibili
Aggiungi al carrelloHardcover. Condizione: Bon. Edition 2009. Ammareal reverse jusqu'à 15% du prix net de cet article à des organisations caritatives. ENGLISH DESCRIPTION Book Condition: Used, Good. Edition 2009. Ammareal gives back up to 15% of this item's net price to charity organizations.
Condizione: New. pp. 359.
Da: GreatBookPricesUK, Woodford Green, Regno Unito
EUR 35,40
Quantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: As New. Unread book in perfect condition.
Da: Goodwill of Silicon Valley, SAN JOSE, CA, U.S.A.
Condizione: good. Supports Goodwill of Silicon Valley job training programs. The cover and pages are in Good condition! Any other included accessories are also in Good condition showing use. Use can include some highlighting and writing, page and cover creases as well as other types visible wear.
Editore: Anhui Fine Arts Publishing House, 2013
ISBN 10: 7539845481 ISBN 13: 9787539845487
Lingua: Inglese
Da: liu xing, Nanjing, JS, Cina
paperback. Condizione: New. Paperback. Pub Date :2013-07-01 Pages: 30 Language: Chinese. English Publisher: Anhui Fine Arts Publishing House. an interactive children English language training scenario: Figure Interactive English (1) based on the most advanced foreign language learning theory. the use of play. look. look. speak. read. write. the English learning courses in play with joy absorption; in the rich memories of images; see the accumulation of sounds in the language. Listen listen more . naturally. said; in the.
Editore: Anhui Fine Arts Publishing House, 2013
ISBN 10: 7539845244 ISBN 13: 9787539845241
Lingua: Inglese
Da: liu xing, Nanjing, JS, Cina
paperback. Condizione: New. Paperback. Pub Date :2013-07-01 Pages: 30 Language: Chinese. English Publisher: Anhui Fine Arts Publishing House. an interactive children English language training scenario: Figure Interactive English (8) based on the most advanced foreign language learning theory. the use of playing. watching. listening. speaking. reading and writing. the English language courses in play with joy absorption; in the memory-rich images; see the accumulation of sounds in the language. Listen listen more . natur.