Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Organisation and governance using algorithms, Avramopoulos, Ioannis (relationalai, Inc, Usa)


Варианты приобретения
Цена: 9148.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: Есть  Склад Америка: Есть  
При оформлении заказа до:
Ориентировочная дата поставки:

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

Автор: Avramopoulos, Ioannis (relationalai, Inc, Usa)
Название:  Organisation and governance using algorithms
ISBN: 9781837970612
Издательство: Emerald
Классификация:


ISBN-10: 1837970610
Обложка/Формат: Hardback
Страницы: 112
Вес: 0.30 кг.
Дата издания: 29.11.2023
Серия: Digital activism and society: politics, economy and culture in network communication
Язык: English
Размер: 159 x 237 x 13
Ключевые слова: Algorithms & data structures,Management & management techniques,Organizational theory & behaviour,Production & quality control management, BUSINESS & ECONOMICS / Organizational Behavior,COMPUTERS / Data Science / Machine Learning,SOCIAL SCIENCE / Technology Studies
Рейтинг:
Поставляется из: Англии
Описание:

Following a recent mathematical, algorithmic, and computational turn in the field of social sciences, and particularly design aspects of contemporary organisations, Organisation and Governance Using Algorithms explores the problem of governance in organisations from a mathematical perspective.

Avramopoulos offers a ground-breaking theory and application on organisational systems design, including discussions on organisational systems design requirements, such as productivity, emotion, and reward, the problems of unaccountability, including hierarchical delegation, and the benefits of accountable design.

The suggested theoretical approach views organizational actors as computer processors that communicate through a shared infrastructure – both physical and digital – and suggests scientific principles and mechanisms by which to correct inequality and advance democratic governance in organisations.




How to Prove It : A Structured Approach

Автор: Daniel J. Velleman
Название: How to Prove It : A Structured Approach
ISBN: 1108439535 ISBN-13(EAN): 9781108439534
Издательство: Cambridge Academ
Рейтинг:
Цена: 5861.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Proofs play a central role in advanced mathematics and theoretical computer science, and this bestselling text`s third edition will help students transition from solving problems to proving theorems by teaching them the techniques needed to read and write proofs, with a new chapter on number theory and over 150 new exercises.

Introduction to Algorithms 4E

Автор: Cormen, Thomas H.
Название: Introduction to Algorithms 4E
ISBN: 026204630X ISBN-13(EAN): 9780262046305
Издательство: MIT Press
Рейтинг:
Цена: 25394.00 р.
Наличие на складе: Нет в наличии.

Описание: A comprehensive update of a widely used textbook, with new material on matchings in bipartite graphs, online algorithms, machine learning, and other topics.

Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. It covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Since the publication of the first edition, Introduction to Algorithms has become a widely used text in universities worldwide as well as the standard reference for professionals. This fourth edition has been updated throughout, with new chapters on matchings in bipartite graphs, online algorithms, and machine learning, and new material on such topics as solving recurrence equations, hash tables, potential functions, and suffix arrays.

Each chapter is relatively self-contained, presenting an algorithm, a design technique, an application area, or a related topic, and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor. The fourth edition has 140 new exercises and 22 new problems, and color has been added to improve visual presentations. The writing has been revised throughout, and made clearer, more personal, and gender neutral. The book's website offers supplemental material.

Computer Age Statistical Inference, Student Edition

Автор: Bradley Efron , Trevor Hastie
Название: Computer Age Statistical Inference, Student Edition
ISBN: 1108823416 ISBN-13(EAN): 9781108823418
Издательство: Cambridge Academ
Рейтинг:
Цена: 5069.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Computing power has revolutionized the theory and practice of statistical inference. Now in paperback, and fortified with 130 class-tested exercises, this book explains modern statistical thinking from classical theories to state-of-the-art prediction algorithms. Anyone who applies statistical methods to data will value this landmark text.

Introduction to algorithms  3 ed.

Автор: Cormen, Thomas H., E
Название: Introduction to algorithms 3 ed.
ISBN: 0262033844 ISBN-13(EAN): 9780262033848
Издательство: MIT Press
Рейтинг:
Цена: 27588.00 р.
Наличие на складе: Нет в наличии.

Описание: 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.

Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People

Автор: Bhargava Aditya
Название: Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People
ISBN: 1617292230 ISBN-13(EAN): 9781617292231
Издательство: Pearson Education
Рейтинг:
Цена: 7126.00 р.
Наличие на складе: Нет в наличии.

Описание:

Summary

Grokking Algorithms is a fully illustrated, friendly guide that teaches you how to apply common algorithms to the practical problems you face every day as a programmer. You'll start with sorting and searching and, as you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python.

Learning about algorithms doesn't have to be boring Get a sneak peek at the fun, illustrated, and friendly examples you'll find in Grokking Algorithms on Manning Publications' YouTube channel.

Continue your journey into the world of algorithms with Algorithms in Motion, a practical, hands-on video course available exclusively at Manning.com (www.manning.com/livevideo/algorithms-​in-motion).

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

An algorithm is nothing more than a step-by-step procedure for solving a problem. The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to understand them but refuse to slog through dense multipage proofs, this is the book for you. This fully illustrated and engaging guide makes it easy to learn how to use the most important algorithms effectively in your own programs.

About the Book

Grokking Algorithms is a friendly take on this core computer science topic. In it, you'll learn how to apply common algorithms to the practical programming problems you face every day. You'll start with tasks like sorting and searching. As you build up your skills, you'll tackle more complex problems like data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python. By the end of this book, you will have mastered widely applicable algorithms as well as how and when to use them.

What's Inside

  • Covers search, sort, and graph algorithms
  • Over 400 pictures with detailed walkthroughs
  • Performance trade-offs between algorithms
  • Python-based code samples

About the Reader

This easy-to-read, picture-heavy introduction is suitable for self-taught programmers, engineers, or anyone who wants to brush up on algorithms.

About the Author

Aditya Bhargava is a Software Engineer with a dual background in Computer Science and Fine Arts. He blogs on programming at adit.io.

Table of Contents

  1. Introduction to algorithms
  2. Selection sort
  3. Recursion
  4. Quicksort
  5. Hash tables
  6. Breadth-first search
  7. Dijkstra's algorithm
  8. Greedy algorithms
  9. Dynamic programming
  10. K-nearest neighbors
The Age of Algorithms

Автор: Serge Abiteboul, Gilles Dowek
Название: The Age of Algorithms
ISBN: 1108745423 ISBN-13(EAN): 9781108745420
Издательство: Cambridge Academ
Рейтинг:
Цена: 2691.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Algorithms have transformed our society, upsetting the concepts of work, property, government, even humanity. We rejoice that they make life easier, but fear that they will enslave us. Going beyond visions of good vs evil, this book takes a new look at our time, the age of algorithms. Algorithms will be what we want them to be: it`s up to us.

Algorithmic Governance and Governance of Algorithms: Legal and Ethical Challenges

Автор: Ebers Martin, Cantero Gamito Marta
Название: Algorithmic Governance and Governance of Algorithms: Legal and Ethical Challenges
ISBN: 3030505588 ISBN-13(EAN): 9783030505585
Издательство: Springer
Цена: 16769.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Algorithms are now widely employed to make decisions that have increasingly far-reaching impacts on individuals and society as a whole ("algorithmic governance"), which could potentially lead to manipulation, biases, censorship, social discrimination, violations of privacy, property rights, and more.

Algorithmic Governance and Governance of Algorithms: Legal and Ethical Challenges

Автор: Ebers Martin, Cantero Gamito Marta
Название: Algorithmic Governance and Governance of Algorithms: Legal and Ethical Challenges
ISBN: 3030505618 ISBN-13(EAN): 9783030505615
Издательство: Springer
Рейтинг:
Цена: 20962.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Algorithms are now widely employed to make decisions that have increasingly far-reaching impacts on individuals and society as a whole ("algorithmic governance"), which could potentially lead to manipulation, biases, censorship, social discrimination, violations of privacy, property rights, and more.

Organisation and complexity

Автор: Van Uden, Jacco
Название: Organisation and complexity
ISBN: 1581122225 ISBN-13(EAN): 9781581122220
Издательство: Неизвестно
Рейтинг:
Цена: 2752.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Using Arts-Based Research Methods: Creative Approaches for Researching Business, Organisation and Humanities

Автор: Ward Jenna, Shortt Harriet
Название: Using Arts-Based Research Methods: Creative Approaches for Researching Business, Organisation and Humanities
ISBN: 3030330680 ISBN-13(EAN): 9783030330682
Издательство: Springer
Рейтинг:
Цена: 22359.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book showcases a selection of arts-based research methods used in the empirical study of business, organisation and the humanities. Using Arts-based Research Methods is a unique resource for experienced researchers and students looking to broaden their palette of qualitative research methods.

Using Arts-Based Research Methods: Creative Approaches for Researching Business, Organisation and Humanities

Автор: Ward Jenna, Shortt Harriet
Название: Using Arts-Based Research Methods: Creative Approaches for Researching Business, Organisation and Humanities
ISBN: 3030330710 ISBN-13(EAN): 9783030330712
Издательство: Springer
Цена: 22359.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book showcases a selection of arts-based research methods used in the empirical study of business, organisation and the humanities. Using Arts-based Research Methods is a unique resource for experienced researchers and students looking to broaden their palette of qualitative research methods.

The Fractal Organisation - Creating Sustainable Organisations with the Viable System Model

Автор: Hoverstadt
Название: The Fractal Organisation - Creating Sustainable Organisations with the Viable System Model
ISBN: 0470060565 ISBN-13(EAN): 9780470060568
Издательство: Wiley
Рейтинг:
Цена: 5069.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Stafford Beer was ` one of the most remarkable figures which British operational research has produced...he founded two major and pioneering OR groups; wrote some of the best books about the subject; and was a world leader in the development of systems ideas ` (extract from obituary- OR newsletter).


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия