Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Thinking as Computation, 


Варианты приобретения
Цена: 33860.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: 254 шт.  
При оформлении заказа до: 2025-07-26
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания


Название:  Thinking as Computation
ISBN: 9780262534741
Издательство: MIT Press
Классификация:

ISBN-10: 0262534746
Обложка/Формат: Paperback
Страницы: 328
Вес: 0.50 кг.
Дата издания: 11.08.2017
Серия: Thinking as computation
Язык: English
Иллюстрации: 139 b 278 illustrations, unspecified
Размер: 169 x 222 x 17
Читательская аудитория: Tertiary education (us: college)
Подзаголовок: A first course
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: США
Описание:

Students explore the idea that thinking is a form of computation by learning to write simple computer programs for tasks that require thought.

This book guides students through an exploration of the idea that thinking might be understood as a form of computation. Students make the connection between thinking and computing by learning to write computer programs for a variety of tasks that require thought, including solving puzzles, understanding natural language, recognizing objects in visual scenes, planning courses of action, and playing strategic games. The material is presented with minimal technicalities and is accessible to undergraduate students with no specialized knowledge or technical background beyond high school mathematics. Students use Prolog (without having to learn algorithms: Prolog without tears ), learning to express what they need as a Prolog program and letting Prolog search for answers.

After an introduction to the basic concepts, Thinking as Computation offers three chapters on Prolog, covering back-chaining, programs and queries, and how to write the sorts of Prolog programs used in the book. The book follows this with case studies of tasks that appear to require thought, then looks beyond Prolog to consider learning, explaining, and propositional reasoning. Most of the chapters conclude with short bibliographic notes and exercises. The book is based on a popular course at the University of Toronto and can be used in a variety of classroom contexts, by students ranging from first-year liberal arts undergraduates to more technically advanced computer science students.



Data-driven science and engineering

Автор: Brunton, Steven L. (university Of Washington) Kutz
Название: Data-driven science and engineering
ISBN: 1009098489 ISBN-13(EAN): 9781009098489
Издательство: Cambridge Academ
Рейтинг:
Цена: 52790.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Data-driven discovery is revolutionizing how we model, predict, and control complex systems. This text integrates emerging machine learning and data science methods for engineering and science communities. Now with Python and MATLAB (R), new chapters on reinforcement learning and physics-informed machine learning, and supplementary videos and code.

Deep Learning

Автор: Goodfellow Ian, Bengio Yoshua, Courville Aaron
Название: Deep Learning
ISBN: 0262035618 ISBN-13(EAN): 9780262035613
Издательство: MIT Press
Рейтинг:
Цена: 90290.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

An introduction to a broad range of topics in deep learning, covering mathematical and conceptual background, deep learning techniques used in industry, and research perspectives.

"Written by three experts in the field, Deep Learning is the only comprehensive book on the subject."
-- Elon Musk, cochair of OpenAI; cofounder and CEO of Tesla and SpaceX

Deep learning is a form of machine learning that enables computers to learn from experience and understand the world in terms of a hierarchy of concepts. Because the computer gathers knowledge from experience, there is no need for a human computer operator to formally specify all the knowledge that the computer needs. The hierarchy of concepts allows the computer to learn complicated concepts by building them out of simpler ones; a graph of these hierarchies would be many layers deep. This book introduces a broad range of topics in deep learning.

The text offers mathematical and conceptual background, covering relevant concepts in linear algebra, probability theory and information theory, numerical computation, and machine learning. It describes deep learning techniques used by practitioners in industry, including deep feedforward networks, regularization, optimization algorithms, convolutional networks, sequence modeling, and practical methodology; and it surveys such applications as natural language processing, speech recognition, computer vision, online recommendation systems, bioinformatics, and videogames. Finally, the book offers research perspectives, covering such theoretical topics as linear factor models, autoencoders, representation learning, structured probabilistic models, Monte Carlo methods, the partition function, approximate inference, and deep generative models.

Deep Learning can be used by undergraduate or graduate students planning careers in either industry or research, and by software engineers who want to begin using deep learning in their products or platforms. A website offers supplementary material for both readers and instructors.


Machine Learning

Автор: Kevin Murphy
Название: Machine Learning
ISBN: 0262018020 ISBN-13(EAN): 9780262018029
Издательство: MIT Press
Рейтинг:
Цена: 124150.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

A comprehensive introduction to machine learning that uses probabilistic models and inference as a unifying approach.

Today's Web-enabled deluge of electronic data calls for automated methods of data analysis. Machine learning provides these, developing methods that can automatically detect patterns in data and then use the uncovered patterns to predict future data. This textbook offers a comprehensive and self-contained introduction to the field of machine learning, based on a unified, probabilistic approach.

The coverage combines breadth and depth, offering necessary background material on such topics as probability, optimization, and linear algebra as well as discussion of recent developments in the field, including conditional random fields, L1 regularization, and deep learning. The book is written in an informal, accessible style, complete with pseudo-code for the most important algorithms. All topics are copiously illustrated with color images and worked examples drawn from such application domains as biology, text processing, computer vision, and robotics. Rather than providing a cookbook of different heuristic methods, the book stresses a principled model-based approach, often using the language of graphical models to specify models in a concise and intuitive way. Almost all the models described have been implemented in a MATLAB software package -- PMTK (probabilistic modeling toolkit) -- that is freely available online. The book is suitable for upper-level undergraduates with an introductory-level college math background and beginning graduate students.


Bandit Algorithms

Автор: Tor Lattimore, Csaba Szepesvari
Название: Bandit Algorithms
ISBN: 1108486827 ISBN-13(EAN): 9781108486828
Издательство: Cambridge Academ
Рейтинг:
Цена: 46470.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Decision-making in the face of uncertainty is a challenge in machine learning, and the multi-armed bandit model is a common framework to address it. This comprehensive introduction is an excellent reference for established researchers and a resource for graduate students interested in exploring stochastic, adversarial and Bayesian frameworks.

The Art of Feature Engineering: Essentials for Machine Learning

Автор: Pablo Duboue
Название: The Art of Feature Engineering: Essentials for Machine Learning
ISBN: 1108709389 ISBN-13(EAN): 9781108709385
Издательство: Cambridge Academ
Рейтинг:
Цена: 46470.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This is a guide for data scientists who want to use feature engineering to improve the performance of their machine learning solutions. The book provides a unified view of the field, beginning with basic concepts and techniques, followed by a cross-domain approach to advanced topics, like texts and images, with hands-on case studies.

Thinking as Computation: A First Course

Автор: Levesque Hector J.
Название: Thinking as Computation: A First Course
ISBN: 0262016990 ISBN-13(EAN): 9780262016995
Издательство: MIT Press
Рейтинг:
Цена: 33110.00 T
Наличие на складе: Нет в наличии.
Описание: Students explore the idea that thinking is a form of computation by learning to write simple computer programs for tasks that require thought.

Practical Smoothing: The Joys of P-splines

Автор: Paul H.C. Eilers, Brian D. Marx
Название: Practical Smoothing: The Joys of P-splines
ISBN: 1108482953 ISBN-13(EAN): 9781108482950
Издательство: Cambridge Academ
Рейтинг:
Цена: 57030.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: P-splines are widely used in statistics and machine learning for smoothing out noise in data and to avoid overtraining. This practical guide covers theory and a range of standard and non-standard applications with code in R for professionals and researchers looking for a simple, flexible and powerful smoothing tool.

Foundations of Machine Learning, 2 ed.

Автор: Mohri Mehryar, Rostamizadeh Afshin, Talwalkar Ameet
Название: Foundations of Machine Learning, 2 ed.
ISBN: 0262039400 ISBN-13(EAN): 9780262039406
Издательство: MIT Press
Рейтинг:
Цена: 84650.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

A new edition of a graduate-level machine learning textbook that focuses on the analysis and theory of algorithms.

This book is a general introduction to machine learning that can serve as a textbook for graduate students and a reference for researchers. It covers fundamental modern topics in machine learning while providing the theoretical basis and conceptual tools needed for the discussion and justification of algorithms. It also describes several key aspects of the application of these algorithms. The authors aim to present novel theoretical tools and concepts while giving concise proofs even for relatively advanced topics.

Foundations of Machine Learning is unique in its focus on the analysis and theory of algorithms. The first four chapters lay the theoretical foundation for what follows; subsequent chapters are mostly self-contained. Topics covered include the Probably Approximately Correct (PAC) learning framework; generalization bounds based on Rademacher complexity and VC-dimension; Support Vector Machines (SVM); kernel methods; boosting; on-line learning; multi-class classification; ranking; regression; algorithmic stability; dimensionality reduction; learning automata and languages; and reinforcement learning. Each chapter ends with a set of exercises. Appendixes aoffer dditional material including concise probability review.

This second edition offers three new chapters, on model selection, maximum entropy models, and conditional entropy models. New material in the appendixes includes a major section on Fenchel duality, expanded coverage of concentration inequalities, and an entirely new entry on information theory. More than half of the exercises are new to this edition.


Metaheuristic Computation with MATLAB®

Автор: Cuevas, Erik , Rodriguez, Alma
Название: Metaheuristic Computation with MATLAB®
ISBN: 0367438860 ISBN-13(EAN): 9780367438869
Издательство: Taylor&Francis
Рейтинг:
Цена: 122490.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The main purpose of this book is to provide a unified view of the most popular metaheuristic methods. Under this perspective, it has presented the fundamental design principles as well as the operators of metaheuristic approaches which are considered essential.

Deep Neural Evolution: Deep Learning with Evolutionary Computation

Автор: Iba Hitoshi, Noman Nasimul
Название: Deep Neural Evolution: Deep Learning with Evolutionary Computation
ISBN: 9811536872 ISBN-13(EAN): 9789811536878
Издательство: Springer
Цена: 167700.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Consequently, EC researchers are enthusiastic about applying their arsenal for the design and optimization of deep neural networks (DNN). This book brings together the recent progress in DL research where the focus is particularly on three sub-domains that integrate EC with DL: (1) EC for hyper-parameter optimization in DNN;

Inventive Computation Technologies

Автор: Smys S., Bestak Robert, Rocha Бlvaro
Название: Inventive Computation Technologies
ISBN: 3030338487 ISBN-13(EAN): 9783030338480
Издательство: Springer
Цена: 279500.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: With the intriguing development of technologies in several industries, along with the advent of ubiquitous computational resources, there are now ample opportunities to develop innovative computational technologies in order to solve a wide range of issues concerning uncertainty, imprecision, and vagueness in various real-life problems.

Object-Oriented Design Choices

Автор: Dingle, Adair
Название: Object-Oriented Design Choices
ISBN: 0367820811 ISBN-13(EAN): 9780367820817
Издательство: Taylor&Francis
Рейтинг:
Цена: 142910.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book compares designs variant and emphasizes the strategic use of types in object-oriented design (OOD). In addition to thorough content coverage, many design problems are presented with sample solutions discussed in appendices. The book is partitioned into three sections that cover type design, coupling and reuse.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия