Автор: Haines, Duane E. Название: Neuroanatomy Atlas in Clinical Context: Structures, Sections, Systems ISBN: 1975106687 ISBN-13(EAN): 9781975106683 Издательство: Lippincott Williams & Wilkins Рейтинг: Цена: 52500.00 T Наличие на складе: Есть Описание: Publisher's Note:"Neuroanatomy Atlas in Clinical Context is unique in integrating clinical information, correlations, and terminology with neuroanatomical concepts. It provides everything students need to not only master the anatomy of the central nervous system, but also understand its clinical relevance - ensuring preparedness for exams and clinical rotations. This authoritative approach, combined with salutary features such as full-color stained sections, extensive cranial nerve cross-referencing, and systems neurobiology coverage, sustains the legacy of this legendary teaching and learning tool.
Emphasizes neuroscience information, concepts, and images that collectively constitute a comprehensive, clinically oriented overview of systems neurobiologyOffers clear explanations, hundreds of review questions, and supplemental online resources that provide a sound anatomical basis for integrating neurobiological and clinical informationFeatures an abundance of updated and expanded clinical content throughout all chapters to reflect the latest neuroscience knowledgeExpands Clinical Syndromes of the Central Nervous System chapter to include a new section featuring Stroke SyndromesIntroduces numerous new MRI, CT, MRA, and MRV images, as well as updated full-color photographs and artwork, to bring the content to life like never beforeUses contemporary clinical and basic science terminology in its proper contextIntegrates detailed and richly illustrated coverage of neuroanatomy with neuroscience and clinical concepts, allowing students to understand the material's clinical context and relevanceOffers a wealth of neuroimaging examples, clinical photographs, and full-color artwork that vividly demonstrate how neuroanatomy presents in clinical practiceFeatures the masterful teaching of Duane E. Haines, PhD, FAAAS, FAAA, a widely respected and accomplished educator who has helped generations of students master neuroanatomy and neuroscienceeBook available for purchase. Fast, smart, and convenient, today's eBooks can transform learning.
These interactive, fully searchable tools offer 24/7 access on multiple devices, the ability to highlight and share notes, and more
Автор: Cormen, Thomas H., E Название: Introduction to algorithms 3 ed. ISBN: 0262033844 ISBN-13(EAN): 9780262033848 Издательство: MIT Press Рейтинг: Цена: 183920.00 T Наличие на складе: Нет в наличии. Описание: A new edition of the essential text and professional reference, with substantial new material on such topics as vEB trees, multithreaded algorithms, dynamic programming, and edge-base flow.
Автор: Barab?si Название: Network Science ISBN: 1107076269 ISBN-13(EAN): 9781107076266 Издательство: Cambridge Academ Рейтинг: Цена: 51750.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Illustrated throughout in full colour, this pioneering textbook, spanning a wide range of disciplines from physics to the social sciences, is the only book needed for an introduction to network science. In modular format, with clear delineation between undergraduate and graduate material, its unique design is supported by extensive online resources.
Автор: von zur Gathen Название: Modern Computer Algebra ISBN: 1107039037 ISBN-13(EAN): 9781107039032 Издательство: Cambridge Academ Рейтинг: Цена: 117210.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Designed to accompany one- or two-semester courses for advanced undergraduate or graduate students, this textbook is widely regarded as the `bible of computer algebra`. Its comprehensiveness and reliability also makes it an essential reference for professionals. This updated edition includes an overview of recent improvements in areas like primality testing.
A comprehensive introduction to the most important machine learning approaches used in predictive data analytics, covering both theoretical concepts and practical applications.
Machine learning is often used to build predictive models by extracting patterns from large datasets. These models are used in predictive data analytics applications including price prediction, risk assessment, predicting customer behavior, and document classification. This introductory textbook offers a detailed and focused treatment of the most important machine learning approaches used in predictive data analytics, covering both theoretical concepts and practical applications. Technical and mathematical material is augmented with explanatory worked examples, and case studies illustrate the application of these models in the broader business context.
After discussing the trajectory from data to insight to decision, the book describes four approaches to machine learning: information-based learning, similarity-based learning, probability-based learning, and error-based learning. Each of these approaches is introduced by a nontechnical explanation of the underlying concept, followed by mathematical models and algorithms illustrated by detailed worked examples. Finally, the book considers techniques for evaluating prediction models and offers two case studies that describe specific data analytics projects through each phase of development, from formulating the business problem to implementation of the analytics solution. The book, informed by the authors' many years of teaching machine learning, and working on predictive data analytics projects, is suitable for use by undergraduates in computer science, engineering, mathematics, or statistics; by graduate students in disciplines with applications for predictive data analytics; and as a reference for professionals.
Автор: Goodrich Michael T. Название: Data Structures and Algorithms in Java ISBN: 1118808576 ISBN-13(EAN): 9781118808573 Издательство: Wiley Рейтинг: Цена: 50680.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: The design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich and Tomassia`s approach to this classic topic is based on the object-oriented paradigm as the framework of choice for the design of data structures.
Автор: Lewis Название: Object-Orientation, Abstraction, and Data Structures Using Scala, Second Edition ISBN: 149873216X ISBN-13(EAN): 9781498732161 Издательство: Taylor&Francis Рейтинг: Цена: 102080.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Praise for the first edition: "The well-written, comprehensive book…[is] aiming to become a de facto reference for the language and its features and capabilities. The pace is appropriate for beginners; programming concepts are introduced progressively through a range of examples and then used as tools for building applications in various domains, including sophisticated data structures and algorithms…Highly recommended. Students of all levels, faculty, and professionals/practitioners.?—D. Papamichail, University of Miami in CHOICE Magazine ? Mark Lewis’ Introduction to the Art of Programming Using Scala?was the first textbook to use Scala for introductory CS courses. Fully revised and expanded, the new edition of this popular text has been divided into two books. Object-Orientation, Abstraction, and Data Structures Using Scala, Second Edition is intended to be used as a textbook for a second or third semester course in Computer Science. The Scala programming language provides powerful constructs for expressing both object orientation and abstraction. This book provides students with these tools of object orientation to help them structure solutions to larger, more complex problems, and to expand on their knowledge of abstraction so that they can make their code more powerful and flexible. The book also illustrates key concepts through the creation of data structures, showing how data structures can be written, and the strengths and weaknesses of each one. Libraries that provide the functionality needed to do real programming are also explored in the text, including GUIs, multithreading, and networking. The book is filled with end-of-chapter projects and exercises, and the authors have also posted a number of different supplements on the book website. Video lectures for each chapter in the book are also available on YouTube. The videos show construction of code from the ground up and this type of "live coding" is invaluable for learning to program, as it allows students into the mind of a more experienced programmer, where they can see the thought processes associated with the development of the code. About the Authors Mark Lewis is an Associate Professor at Trinity University. He teaches a number of different courses, spanning from first semester introductory courses to advanced seminars. His research interests included simulations and modeling, programming languages, and numerical modeling of rings around planets with nearby moons.? Lisa Lacher is an Assistant Professor at the University of Houston, Clear Lake with over 25 years of professional software development experience. She teaches a number of different courses spanning from first semester introductory courses to graduate level courses. Her research interests include Computer Science Education, Agile Software Development, Human Computer Interaction and Usability Engineering, as well as Measurement and Empirical Software Engineering.
Автор: Klein Название: Basic Concepts in Data Structures ISBN: 1107161274 ISBN-13(EAN): 9781107161276 Издательство: Cambridge Academ Рейтинг: Цена: 77090.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: An easy-to-read guide on basic concepts of data structures, this textbook covers the theoretical side to the art of writing computer programs. Designed for undergraduates in any quantitative field, the book covers all the most common data structures.
Автор: Amaru Название: New Data Structures and Algorithms for Logic Synthesis and Verification ISBN: 3319431730 ISBN-13(EAN): 9783319431734 Издательство: Springer Рейтинг: Цена: 81050.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book introduces new logic primitives for electronic design automation tools. The author approaches fundamental EDA problems from a different, unconventional perspective, in order to demonstrate the key role of rethinking EDA solutions in overcoming technological limitations of present and future technologies. The author discusses techniques that improve the efficiency of logic representation, manipulation and optimization tasks by taking advantage of majority and biconditional logic primitives. Readers will be enabled to accelerate formal methods by studying core properties of logic circuits and developing new frameworks for logic reasoning engines.
Автор: Maitine Bergounioux, ?douard Oudet, Martin Rumpf, Название: Topological Optimization and Optimal Transport: In the Applied Sciences ISBN: 3110439263 ISBN-13(EAN): 9783110439267 Издательство: Walter de Gruyter Рейтинг: Цена: 173490.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
By discussing topics such as shape representations, relaxation theory and optimal transport, trends and synergies of mathematical tools required for optimization of geometry and topology of shapes are explored. Furthermore, applications in science and engineering, including economics, social sciences, biology, physics and image processing are covered.
Contents Part I
Geometric issues in PDE problems related to the infinity Laplace operator
Solution of free boundary problems in the presence of geometric uncertainties
Distributed and boundary control problems for the semidiscrete Cahn-Hilliard/Navier-Stokes system with nonsmooth Ginzburg-Landau energies
High-order topological expansions for Helmholtz problems in 2D
On a new phase field model for the approximation of interfacial energies of multiphase systems
Optimization of eigenvalues and eigenmodes by using the adjoint method
Discrete varifolds and surface approximation
Part II
Weak Monge-Ampere solutions of the semi-discrete optimal transportation problem
Optimal transportation theory with repulsive costs
Wardrop equilibria: long-term variant, degenerate anisotropic PDEs and numerical approximations
On the Lagrangian branched transport model and the equivalence with its Eulerian formulation
On some nonlinear evolution systems which are perturbations of Wasserstein gradient flows
Pressureless Euler equations with maximal density constraint: a time-splitting scheme
Convergence of a fully discrete variational scheme for a thin-film equatio
Interpretation of finite volume discretization schemes for the Fokker-Planck equation as gradient flows for the discrete Wasserstein distance
Автор: Li, Fanzhang / Zhang, Li / Zhang, Zhao Название: Dynamic Fuzzy Machine Learning ISBN: 3110518708 ISBN-13(EAN): 9783110518702 Издательство: Walter de Gruyter Рейтинг: Цена: 149590.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Machine learning is widely used for data analysis. Dynamic fuzzy data are one of the most difficult types of data to analyse in the field of big data, cloud computing, the Internet of Things, and quantum information. At present, the processing of this kind of data is not very mature. The authors carried out more than 20 years of research, and show in this book their most important results. The seven chapters of the book are devoted to key topics such as dynamic fuzzy machine learning models, dynamic fuzzy self-learning subspace algorithms, fuzzy decision tree learning, dynamic concepts based on dynamic fuzzy sets, semi-supervised multi-task learning based on dynamic fuzzy data, dynamic fuzzy hierarchy learning, examination of multi-agent learning model based on dynamic fuzzy logic. This book can be used as a reference book for senior college students and graduate students as well as college teachers and scientific and technical personnel involved in computer science, artificial intelligence, machine learning, automation, data analysis, mathematics, management, cognitive science, and finance. It can be also used as the basis for teaching the principles of dynamic fuzzy learning.
Название: Sequential and Parallel Algorithms and Data Structures ISBN: 3030252086 ISBN-13(EAN): 9783030252083 Издательство: Springer Рейтинг: Цена: 41920.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This undergraduate textbook is a concise introduction to the basic toolbox of structures that allow efficient organization and retrieval of data, key algorithms for problems on graphs, and generic techniques for modeling, understanding, and solving algorithmic problems.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz