Hugendubel.info - Die B2B Online-Buchhandlung 

Merkliste
Die Merkliste ist leer.
Bitte warten - die Druckansicht der Seite wird vorbereitet.
Der Druckdialog öffnet sich, sobald die Seite vollständig geladen wurde.
Sollte die Druckvorschau unvollständig sein, bitte schliessen und "Erneut drucken" wählen.

Algorithms For Dummies

E-BookEPUB2 - DRM Adobe / EPUBE-Book
448 Seiten
Englisch
John Wiley & Sonserschienen am28.03.20222. Auflage
Your secret weapon to understanding-and using!-one of the most powerful influences in the world today
From your Facebook News Feed to your most recent insurance premiums-even making toast!-algorithms play a role in virtually everything that happens in modern society and in your personal life. And while they can seem complicated from a distance, the reality is that, with a little help, anyone can understand-and even use-these powerful problem-solving tools!
In Algorithms For Dummies, you'll discover the basics of algorithms, including what they are, how they work, where you can find them (spoiler alert: everywhere!), who invented the most important ones in use today (a Greek philosopher is involved), and how to create them yourself.
You'll also find: Dozens of graphs and charts that help you understand the inner workings of algorithms
Links to an online repository called GitHub for constant access to updated code
Step-by-step instructions on how to use Google Colaboratory, a zero-setup coding environment that runs right from your browser

Whether you're a curious internet user wondering how Google seems to always know the right answer to your question or a beginning computer science student looking for a head start on your next class, Algorithms For Dummies is the can't-miss resource you've been waiting for.


John Mueller has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.

Luca Massaron is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000.
mehr
Verfügbare Formate
BuchKartoniert, Paperback
EUR30,00
E-BookPDF2 - DRM Adobe / Adobe Ebook ReaderE-Book
EUR20,99
E-BookEPUB2 - DRM Adobe / EPUBE-Book
EUR20,99
E-BookPDF2 - DRM Adobe / Adobe Ebook ReaderE-Book
EUR20,99
E-BookEPUB2 - DRM Adobe / EPUBE-Book
EUR20,99

Produkt

KlappentextYour secret weapon to understanding-and using!-one of the most powerful influences in the world today
From your Facebook News Feed to your most recent insurance premiums-even making toast!-algorithms play a role in virtually everything that happens in modern society and in your personal life. And while they can seem complicated from a distance, the reality is that, with a little help, anyone can understand-and even use-these powerful problem-solving tools!
In Algorithms For Dummies, you'll discover the basics of algorithms, including what they are, how they work, where you can find them (spoiler alert: everywhere!), who invented the most important ones in use today (a Greek philosopher is involved), and how to create them yourself.
You'll also find: Dozens of graphs and charts that help you understand the inner workings of algorithms
Links to an online repository called GitHub for constant access to updated code
Step-by-step instructions on how to use Google Colaboratory, a zero-setup coding environment that runs right from your browser

Whether you're a curious internet user wondering how Google seems to always know the right answer to your question or a beginning computer science student looking for a head start on your next class, Algorithms For Dummies is the can't-miss resource you've been waiting for.


John Mueller has published more than 100 books on technology, data, and programming. John has a website and blog where he writes articles on technology and offers assistance alongside his published books.

Luca Massaron is a data scientist specializing in insurance and finance. A Google Developer Expert in machine learning, he has been involved in quantitative analysis and algorithms since 2000.
Details
Weitere ISBN/GTIN9781119870005
ProduktartE-Book
EinbandartE-Book
FormatEPUB
Format Hinweis2 - DRM Adobe / EPUB
FormatFormat mit automatischem Seitenumbruch (reflowable)
Erscheinungsjahr2022
Erscheinungsdatum28.03.2022
Auflage2. Auflage
Seiten448 Seiten
SpracheEnglisch
Dateigrösse3872 Kbytes
Artikel-Nr.9094907
Rubriken
Genre9201

Inhalt/Kritik

Inhaltsverzeichnis
Introduction 1

Part 1: Getting Started with Algorithms 7

Chapter 1: Introducing Algorithms 9

Chapter 2: Considering Algorithm Design 23

Chapter 3: Working with Google Colab 41

Chapter 4: Performing Essential Data Manipulations Using Python 59

Chapter 5: Developing a Matrix Computation Class 79

Part 2: Understanding the Need to Sort and Search 97

Chapter 6: Structuring Data 99

Chapter 7: Arranging and Searching Data 117

Part 3: Exploring the World of Graphs 139

Chapter 8: Understanding Graph Basics 141

Chapter 9: Reconnecting the Dots 161

Chapter 10: Discovering Graph Secrets 195

Chapter 11: Getting the Right Web page 207

Part 4: Wrangling Big Data 223

Chapter 12: Managing Big Data 225

Chapter 13: Parallelizing Operations 249

Chapter 14: Compressing and Concealing Data 267

Part 5: Challenging Difficult Problems 289

Chapter 15: Working with Greedy Algorithms 291

Chapter 16: Relying on Dynamic Programming 307

Chapter 17: Using Randomized Algorithms 331

Chapter 18: Performing Local Search 349

Chapter 19: Employing Linear Programming 367

Chapter 20: Considering Heuristics 381

Part 6: The Part of Tens 401

Chapter 21: Ten Algorithms That Are Changing the World 403

Chapter 22: Ten Algorithmic Problems Yet to Solve 411

Index 417
mehr
Leseprobe

Introduction

You need to learn about algorithms for school or work. Yet, all the books you ve tried on the subject end up being more along the lines of really good sleep-inducing aids rather than texts to teach you something. Assuming that you can get past the arcane symbols obviously written by a demented two-year-old with a penchant for squiggles, you end up having no idea of why you d even want to know anything about them. Most math texts are boring! However, Algorithms For Dummies, 2nd Edition is different. The first thing you ll note is that this book has a definite lack of odd symbols (especially of the squiggly sort) floating about. Yes, you see a few (it is a math book, after all), but what you find instead are clear instructions for using algorithms that actually have names and a history behind them and that perform useful tasks. You ll encounter simple coding techniques to perform amazing tasks that will intrigue your friends. You can certainly make them jealous as you perform feats of math that they can t begin to understand. You get all this without having to strain your brain, even a little, and you won t even fall asleep (well, unless you really want to do so). New in this edition of the book are more details about how algorithms work, and you even get to create your own basic math package so that you know how to do it for that next job interview.
About This Book

Algorithms For Dummies, 2nd Edition is the math book that you wanted in college but didn t get. You discover, for example, that algorithms aren t new. After all, the Babylonians used algorithms to perform simple tasks as early as 1,600 BC. If the Babylonians could figure this stuff out, certainly you can, too! This book actually has three things that you won t find in most math books:
Algorithms that have actual names and a historical basis so that you can remember the algorithm and know why someone took time to create it
Simple explanations of how the algorithm performs awesome feats of data manipulation, data analysis, or probability prediction
Code that shows how to use the algorithm without actually dealing with arcane symbols that no one without a math degree can understand

Part of the emphasis of this book is on using the right tools. This book uses Python to perform various tasks. Python has special features that make working with algorithms significantly easier. For example, Python provides access to a huge array of packages that let you do just about anything you can imagine, and more than a few that you can t. However, unlike many texts that use Python, this one doesn t bury you in packages. We use a select group of packages that provide great flexibility with a lot of functionality but don t require you to pay anything. You can go through this entire book without forking over a cent of your hard-earned money.

You also discover some interesting techniques in this book. The most important is that you don t just see the algorithms used to perform tasks; you also get an explanation of how the algorithms work. Unlike many other books, Algorithms For Dummies, 2nd Edition enables you to fully understand what you re doing, but without requiring you to have a PhD in math. Every one of the examples shows the expected output and tells you why that output is important. You aren t left with the feeling that something is missing.

Of course, you might still be worried about the whole programming environment issue, and this book doesn t leave you in the dark there, either. This book relies on Google Colab to provide a programming environment (although you can use Jupyter Notebook quite easily, too). Because you access Colab through a browser, you can program anywhere and at any time that you have access to a browser, even on your smartphone while at the dentist s office or possibly while standing on your head watching reruns of your favorite show.

To help you absorb the concepts, this book uses the following conventions:
Text that you re meant to type just as it appears in the book is in bold. The exception is when you re working through a step list: Because each step is bold, the text to type is not bold.
Words that we want you to type in that are also in italics are used as placeholders, which means that you need to replace them with something that works for you. For example, if you see Type Your Name and press Enter, you need to replace Your Name with your actual name.
We also use italics for terms we define. This means that you don t have to rely on other sources to provide the definitions you need.
Web addresses and programming code appear in monofont. If you're reading a digital version of this book on a device connected to the Internet, you can click the live link to visit that website, like this: http://www.dummies.com.
When you need to click command sequences, you see them separated by a special arrow, like this: FileâââââââNew File, which tells you to click File and then New File.
Foolish Assumptions

You might find it difficult to believe that we ve assumed anything about you - after all, we haven t even met you yet! Although most assumptions are indeed foolish, we made certain assumptions to provide a starting point for the book.

The first assumption is that you re familiar with the platform you want to use, because the book doesn t provide any guidance in this regard. (Chapter 3 does, however, tell you how to access Google Colab from your browser and use it to work with the code examples in the book.) To give you the maximum information about Python with regard to algorithms, this book doesn t discuss any platform-specific issues. You really do need to know how to install applications, use applications, and generally work with your chosen platform before you begin working with this book.

This book isn t a math primer. Yes, you see lots of examples of complex math, but the emphasis is on helping you use Python to perform common tasks using algorithms rather than learning math theory. However, you do get explanations of many of the algorithms used in the book so that you can understand how the algorithms work. Chapters 1 and 2 guide you through a what you need to know in order to use this book successfully. Chapter 5 is a special chapter that discusses how to create your own math library, which significantly aids you in understanding how math works with code to create a reusable package. It also looks dandy on your resume to say that you ve created your own math library.

This book also assumes that you can access items on the Internet. Sprinkled throughout are numerous references to online material that will enhance your learning experience. However, these added sources are useful only if you actually find and use them. You must also have Internet access to use Google Colab.
Icons Used in This Book

As you read this book, you encounter icons in the margins that indicate material of interest (or not, as the case may be). Here s what the icons mean:

Tips are nice because they help you save time or perform some task without a lot of extra work. The tips in this book are time-saving techniques or pointers to resources that you should try so that you can get the maximum benefit from Python, or in performing algorithm-related or data analysis-related tasks.

We don t want to sound like angry parents or some kind of maniacs, but you should avoid doing anything that s marked with a Warning icon. Otherwise, you might find that your application fails to work as expected, you get incorrect answers from seemingly bulletproof algorithms, or (in the worst-case scenario) you lose data.

Whenever you see this icon, think advanced tip or technique. You might find these tidbits of useful information just too boring for words, or they could contain the solution you need to get a program running. Skip these bits of information whenever you like.

If you don t get anything else out of a particular chapter or section, remember the material marked by this icon. This text usually contains an essential process or a bit of information that you must know to work with Python, or to perform algorithm-related or data analysis-related tasks successfully.
Beyond the Book

This book isn t the end of your Python or algorithm learning experience - it s really just the beginning. We provide online content to make this book more flexible and better able to meet your needs. That way, as we receive email from you, we can address questions and tell you how updates to Python, or its associated add-ons affect book content. In fact, you gain access to all these cool additions:
Cheat sheet: You remember using crib notes in school to make a better mark on a test, don t you? You do? Well, a cheat sheet is sort of like that. It provides you with some special notes about tasks that you can do with Python, Google Colab, and algorithms that not every other person knows. To find the cheat sheet for this book, go to www.dummies.com and enter Algorithms For Dummies, 2nd Edition Cheat Sheet in the search box. The cheat sheet contains really neat information such as finding the...
mehr