Real-World Algorithms: A Beginner's Guide (Hardcover)
Panos Louridas
- 出版商: MIT
- 出版日期: 2017-03-17
- 售價: $1,300
- 貴賓價: 9.8 折 $1,274
- 語言: 英文
- 頁數: 528
- 裝訂: Hardcover
- ISBN: 0262035707
- ISBN-13: 9780262035705
-
相關分類:
Algorithms-data-structures 資料結構與演算法
-
相關翻譯:
現代演算法|原來理解演算法並不難 (Real-World Algorithms: A Beginner's Guide) (繁中版)
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$880$695 -
$940$700 -
$550$523 -
$780$616 -
$680$510 -
$1,960$1,862 -
$360$281 -
$399Artificial Intelligence with Python
-
$419$398 -
$580$493 -
$550$468 -
$790$616 -
$1,169$1,107 -
$749Fundamentals of Deep Learning: Designing Next-Generation Machine Intelligence Algorithms (Paperback)
-
$390$304 -
$1,100$1,045 -
$709算法設計與應用(Algorithm Design and Applications (Hardcover)
-
$320$250 -
$520$411 -
$480$408 -
$520$406 -
$450$351 -
$580$458 -
$179人工智能基礎 (高中版)
-
$780$616
商品描述
Algorithms are what we do in order not to have to do something. Algorithms consist of instructions to carry out tasks -- usually dull, repetitive ones. Starting from simple building blocks, computer algorithms enable machines to recognize and produce speech, translate texts, categorize and summarize documents, describe images, and predict the weather. A task that would take hours can be completed in virtually no time by using a few lines of code in a modern scripting program. This book offers an introduction to algorithms through the real-world problems they solve. The algorithms are presented in pseudocode and can readily be implemented in a computer language.
The book presents algorithms simply and accessibly, without overwhelming readers or insulting their intelligence. Readers should be comfortable with mathematical fundamentals and have a basic understanding of how computers work; all other necessary concepts are explained in the text. After presenting background in pseudocode conventions, basic terminology, and data structures, chapters cover compression, cryptography, graphs, searching and sorting, hashing, classification, strings, and chance. Each chapter describes real problems and then presents algorithms to solve them. Examples illustrate the wide range of applications, including shortest paths as a solution to paragraph line breaks, strongest paths in elections systems, hashes for song recognition, voting power Monte Carlo methods, and entropy for machine learning. Real-World Algorithms can be used by students in disciplines from economics to applied sciences. Computer science majors can read it before using a more technical text.