libristo algorithm books

- znaleziono 23 produkty w 4 sklepach

The Advent of the Algorithm: The 300-Year Journey from an Idea to the Computer - 2872520488

93,85 zł

The Advent of the Algorithm: The 300-Year Journey from an Idea to the Computer Harvest Books

Książki / Literatura obcojęzyczna

Simply put, an algorithm is a set of instructions-it's the code that makes computers run. A basic idea that proved elusive for hundreds of years and bent the minds of the greatest thinkers in the world, the algorithm is what made the modern world possible.

Sklep: Libristo.pl

Master Algorithm - 2838786758

52,25 zł

Master Algorithm Penguin Books

Książki / Literatura obcojęzyczna

A spell-binding quest for the one algorithm capable of deriving all knowledge from data, including a cure for cancer.

Sklep: Libristo.pl

Master Algorithm - 2877954679

85,41 zł

Master Algorithm Perseus Books

Książki / Literatura obcojęzyczna

"Wonderfully erudite, humorous, and easy to read." --KDNuggets In the world's top research labs and universities, the race is on to invent the ultimate learning algorithm: one capable of discovering any knowledge from data, and doing anything we want, before we even ask. In The Master Algorithm, Pedro Domingos lifts the veil to give us a peek inside the learning machines that power Google, Amazon, and your smartphone. He assembles a blueprint for the future universal learner-the Master Algorithm-and discusses what it will mean for business, science, and society. If data-ism is today's philosophy, this book is its bible.

Sklep: Libristo.pl

Weapons of Math Destruction - Cathy ONeil - 2855265103

35,13 zł

Weapons of Math Destruction - Cathy ONeil

Książki & Multimedia > Książki

Opis - New York Times Bestseller"Fascinating and deeply disturbing" - Yuval Noah Harari, Guardian Books of the Year "A manual for the 21st-century citizen... accessible, refreshingly critical, relevant and urgent" - Federica Cocco, Financial Times A former Wall Street quant sounds an alarm on the mathematical models that pervade modern life - and threaten to rip apart our social fabricWe live in the age of the algorithm. Increasingly, the decisions that affect our lives - where we go to school, whether we get a loan, how much we pay for insurance - are being made not by humans, but by mathematical models. In theory, this should lead to greater fairness: everyone is judged according to the same rules, and bias is eliminated. And yet, as Cathy O"Neil reveals in this urgent and necessary book, the opposite is true. The models being used today are opaque, unregulated, and incontestable, even when they"re wrong. Most troubling, they reinforce discrimination. Tracing the arc of a person"s life, O"Neil exposes the black box models that shape our future, both as individuals and as a society. These "weapons of math destruction" teachers and students, sort CVs, grant or deny loans, evaluate workers, target voters, and monitor our health. O"Neil calls on modellers to take more responsibility for their algorithms and on policy makers to regulate their use. But in the end, it"s up to us to become more savvy about the models that govern our lives. This important book empowers us to ask the tough questions, uncover the truth, and demand change Nazwa - Weapons of Math Destruction Autor - Cathy ONeil Oprawa - Miękka Wydawca - Penguin Books Kod ISBN - 9780141985411 Kod EAN - 9780141985411 Rok wydania - 2017 Język - angielski Format - 13.0x20.0cm Ilość stron - 260 Podatek VAT - 5% Premiera - 2017-07-21

Sklep: InBook.pl

Collision Detection in Interactive 3D Environments - 2875127418

508,50 zł

Collision Detection in Interactive 3D Environments Elsevier Books

Książki / Literatura obcojęzyczna

The heart of any system that simulates the physical interaction between objects is collision detection-the ability to detect when two objects have come into contact. This system is also one of the most difficult aspects of a physical simulation to implement correctly, and invariably it is the main consumer of CPU cycles. Practitioners, new to the field or otherwise, quickly discover that the attempt to build a fast, accurate, and robust collision detection system takes them down a long path fraught with perils and pitfalls unlike most they have ever encountered. Without in-depth knowledge and understanding of the issues associated with engineering a collision detection system, the end of that path is an abyss that has swallowed many a good programmer! Gino van den Bergen's new book is the story of his successful journey down that path. The outcome is his well-known collision detection system, the SOftware Library for Interference Detection (SOLID).Along the way, he covers the topics of vector algebra and geometry, the various geometric primitives of interest in a collision system, the powerful method of separating axes for the purposes of intersection testing, and the equally powerful Gilbert-Johnson-Keerthi (GJK) algorithm for computing the distance between convex objects. But this book provides much more than a good compendium of the ideas that go into building a collision system. The curse of practical computational geometry is floating-point arithmetic. Algorithms with straightforward implementations when using exact arithmetic can have catastrophic failures in a floating-point system. Specifically, intersection and distance algorithms implemented in a floating-point system tend to fail exactly in the most important case in a collision system-when two objects are just touching. Great care must be taken to properly handle floating-point round off errors. Gino's ultimate accomplishment in this book is his presentation on how to correctly implement the GJK distance algorithm in the presence of single-precision floating-point arithmetic.And what better way to illustrate this than with a case study, the final chapter on the design and implementation of SOLID. About the CD-ROM The companion CD-ROM includes the full C++ source code of SOLID 3.5 as well as API documentation in HTML and PDF formats. Both single (32bit) and double (64bit) precision versions of the SOLID SDK plus example programs can be compiled for Linux platforms using GNU g++ version 2.95 to 3.3 and for Win32 platforms using Microsoft Visual C++ version 6.0 to 7.1. Use of the SOLID source code is governed by the terms of either the GNU GPL or the Trolltech QPL (see CD-ROM documentation for details). About the Author Gino van den Bergen is a game developer living and working in The Netherlands. He is the creator of SOLID and holds a Ph.D. in computing science from Eindhoven University of Technology. Gino implemented collision detection and physics in NaN Technologies' Blender, a creation suite for interactive 3D content.

Sklep: Libristo.pl

Weapons of Math Destruction - 2856486286

53,96 zł

Weapons of Math Destruction Random House Publishing

Książki / Literatura obcojęzyczna

Longlisted for the National Book AwardNew York Times BestsellerA former Wall Street quant sounds an alarm on the mathematical models that pervade modern life - and threaten to rip apart our social fabricWe live in the age of the algorithm. Increasingly, the decisions that affect our lives-where we go to school, whether we get a car loan, how much we pay for health insurance-are being made not by humans, but by mathematical models. In theory, this should lead to greater fairness: Everyone is judged according to the same rules, and bias is eliminated.But as Cathy O'Neil reveals in this urgent and necessary book, the opposite is true. The models being used today are opaque, unregulated, and uncontestable, even when they're wrong. Most troubling, they reinforce discrimination: If a poor student can't get a loan because a lending model deems him too risky (by virtue of his zip code), he's then cut off from the kind of education that could pull him out of poverty, and a vicious spiral ensues. Models are propping up the lucky and punishing the downtrodden, creating a "toxic cocktail for democracy." Welcome to the dark side of Big Data.Tracing the arc of a person's life, O'Neil exposes the black box models that shape our future, both as individuals and as a society. These "weapons of math destruction" score teachers and students, sort résumés, grant (or deny) loans, evaluate workers, target voters, set parole, and monitor our health.O'Neil calls on modelers to take more responsibility for their algorithms and on policy makers to regulate their use. But in the end, it's up to us to become more savvy about the models that govern our lives. This important book empowers us to ask the tough questions, uncover the truth, and demand change.- Longlist for National Book Award (Non-Fiction)- Goodreads, semi-finalist for the 2016 Goodreads Choice Awards (Science and Technology)- Kirkus, Best Books of 2016- New York Times, 100 Notable Books of 2016 (Non-Fiction)- The Guardian, Best Books of 2016- WBUR's "On Point," Best Books of 2016: Staff Picks- Boston Globe, Best Books of 2016, Non-Fiction

Sklep: Libristo.pl

Graph Algorithms for the day before your coding interview - 2874538011

37,98 zł

Graph Algorithms for the day before your coding interview Independently Published

Książki / Literatura obcojęzyczna

Graph Algorithms are fundamentally important and different than other Algorithmic domains as it gives an inherent structure to the data and we operate on it. This is one of the most important domains for Coding Interviews focused on problem solving.Following are some of the problems we have explored which involve ideas to solve a wider range of problems:

Sklep: Libristo.pl

Weapons of Math Destruction - 2844858899

52,25 zł

Weapons of Math Destruction Penguin Books

Książki / Literatura obcojęzyczna

New York Times Bestseller 'Fascinating and deeply disturbing' - Yuval Noah Harari, Guardian Books of the Year 'A manual for the 21st-century citizen... accessible, refreshingly critical, relevant and urgent' - Federica Cocco, Financial Times A former Wall Street quant sounds an alarm on the mathematical models that pervade modern life - and threaten to rip apart our social fabricWe live in the age of the algorithm. Increasingly, the decisions that affect our lives - where we go to school, whether we get a loan, how much we pay for insurance - are being made not by humans, but by mathematical models. In theory, this should lead to greater fairness: everyone is judged according to the same rules, and bias is eliminated.And yet, as Cathy O'Neil reveals in this urgent and necessary book, the opposite is true. The models being used today are opaque, unregulated, and incontestable, even when they're wrong. Most troubling, they reinforce discrimination. Tracing the arc of a person's life, O'Neil exposes the black box models that shape our future, both as individuals and as a society. These "weapons of math destruction" score teachers and students, sort CVs, grant or deny loans, evaluate workers, target voters, and monitor our health.O'Neil calls on modellers to take more responsibility for their algorithms and on policy makers to regulate their use. But in the end, it's up to us to become more savvy about the models that govern our lives. This important book empowers us to ask the tough questions, uncover the truth, and demand change.

Sklep: Libristo.pl

Weapons of Math Destruction - 2857833379

39,70 zł

Weapons of Math Destruction Penguin Books

Wydawnictwa naukowe i popularno-naukowe

New York Times Bestseller?Fascinating and deeply disturbing? - Yuval Noah Harari, Guardian Books of the Year ?A manual for the 21st-century citizen... accessible, refreshingly critical, relevant and urgent? - Federica Cocco, Financial Times A former Wall Street quant sounds an alarm on the mathematical models that pervade modern life - and threaten to rip apart our social fabricWe live in the age of the algorithm. Increasingly, the decisions that affect our lives - where we go to school, whether we get a loan, how much we pay for insurance - are being made not by humans, but by mathematical models. In theory, this should lead to greater fairness: everyone is judged according to the same rules, and bias is eliminated. And yet, as Cathy O?Neil reveals in this urgent and necessary book, the opposite is true. The models being used today are opaque, unregulated, and incontestable, even when they?re wrong. Most troubling, they reinforce discrimination. Tracing the arc of a person?s life, O?Neil exposes the black box models that shape our future, both as individuals and as a society. These ?weapons of math destruction? teachers and students, sort CVs, grant or deny loans, evaluate workers, target voters, and monitor our health. O?Neil calls on modellers to take more responsibility for their algorithms and on policy makers to regulate their use. But in the end, it?s up to us to become more savvy about the models that govern our lives. This important book empowers us to ask the tough questions, uncover the truth, and demand change

Sklep: Booknet.net.pl

Alcorithm - 2870673649

66,42 zł

Alcorithm Penguin Books

Książki / Literatura obcojęzyczna

Discover your new favourite wines, beers, spirits and cocktails in this unique and ingenious guide, led by your own taste budsWritten by award-winning drinks expert and columnist for The Metro, Rob Buckhaven'All about the pleasures of raising a glass. This book tells you what to try next and why . .. Cheers!' Michel Roux Jr'A kind of Flavour Thesaurus but for drinks. A joyful, thoughtful labyrinth in which you can happily lose yourself for hours' Telegraph________Do you always ask for the same old wine, the usual pint, the reliable spirit? It's all too easy to play it safe, and finding new favourites can take time and effort.Until now. Using the algorithm 'If you like this, you'll love that', this ingenious guide will lead you by your taste buds, using your existing favourite drinks and flavours to reveal vast varieties that will also suit your palate. Fan of New Zealand Sauvignon Blanc? Try Sancerre for similar grassy notes.Partial to Vintage Champagne? Believe it or not, you may also like a Brown Porter. Those who enjoy Scotch Single Malt Whisky should give a Californian Pinot Noir a go, while a preference for Pornstar Martinis suggests you'll also be fond of Japanese Sake. Exploring the gamut of flavour styles, from floral and fruity to smoky and spicy, then showcasing all the drinks in which you can find them, from wine, beer, cider, tequila and vodka through to tea, coffee, mixers and everything in betweenThere's a whole universe of incredible wine, beer, spirits and cocktails just waiting to be discovered and enjoyed - if only we can step outside that comfort zone.This book will show you how.

Sklep: Libristo.pl

Programming Challenges - 2872731587

330,72 zł

Programming Challenges Springer-Verlag New York Inc.

Książki / Literatura obcojęzyczna

The challenges of problems from international programming competitions are an effective way to improve your algorithmic and coding skills and understanding. This volume uses international programming competition-type problems to motivate the study of algorithms, programming, and other topics in computer science. The book includes more than 100 programming challenges, as well as the theory and key concepts necessary for approaching them. Problems are organized by topic, and supplemented by complete tutorial material. Readers gain a concrete understanding of both algorithmic techniques and advanced coding topics. §Unique Features:§ Offers a wealth of rich programming problems suitable for self-study -- all with on-line judging at www.programming-challenges.com§ Presents practice training for all major programming contests -- ACM International Collegiate Programming Contest (ACM ICPC), International Olympiad in Informatics (IOI), and Topcoder Challenge§ Serves as a convenient, web-based means of adding a programming component to any algorithms or software engineering course § Contains complete working code for fundamental data structures and graph, string, numerical and geometric algorithms§ Provides a brief-yet-thorough treatment of key elements in number theory, geometry, dynamic programming, and graph algorithms § Supports all popular programming languages (C, C++, Pascal, Java)§Steven S. Skiena is a member of the faculty of computer science at SUNY Stony Brook and is author of many widely used books, including The Algorithm Design Manual. He received the 2001 IEEE Computer Society Undergraduate Teaching Award. §Miguel Revilla is a member of the faculty of computer science at the University of Valladolid, Spain. He is official website archivist of the ACM ICPC and creator/maintainer of the primary robot-judge, contest-hosting website.

Sklep: Libristo.pl

Computer Vision - 2877962547

540,66 zł

Computer Vision Elsevier Books

Książki / Literatura obcojęzyczna

Computer Vision: Principles, Algorithms, Applications, Learning (previously entitled Computer and Machine Vision) clearly and systematically presents the basic methodology of computer vision, covering the essential elements of the theory while emphasizing algorithmic and practical design constraints. This fully revised fifth edition has brought in more of the concepts and applications of computer vision, making it a very comprehensive and up-to-date text suitable for undergraduate and graduate students, researchers and R&D engineers working in this vibrant subject.See an interview with the author explaining his approach to teaching and learning computer vision - new chapters on Machine Learning emphasise the way the subject has been developing; Two chapters cover Basic Classification Concepts and Probabilistic Models; and the The third covers the principles of Deep Learning Networks and shows their impact on computer vision, reflected in a new chapter Face Detection and Recognition .A new chapter on Object Segmentation and Shape Models reflects the methodology of machine learning and gives practical demonstrations of its application.In-depth discussions have been included on geometric transformations, the EM algorithm, boosting, semantic segmentation, face frontalisation, RNNs and other key topics.Examples and applications-including the location of biscuits, foreign bodies, faces, eyes, road lanes, surveillance, vehicles and pedestrians-give the 'ins and outs' of developing real-world vision systems, showing the realities of practical implementation.Necessary mathematics and essential theory are made approachable by careful explanations and well-illustrated examples.The 'recent developments' sections included in each chapter aim to bring students and practitioners up to date with this fast-moving subject.Tailored programming examples-code, methods, illustrations, tasks, hints and solutions (mainly involving MATLAB and C++)

Sklep: Libristo.pl

Hello World - 2861852988

52,25 zł

Hello World Transworld Publ. Ltd UK

Książki / Literatura obcojęzyczna

`One of the best books yet written on data and algorithms. Who would you rather determined your fate - a human or an algorithm?

Sklep: Libristo.pl

Nature-Inspired Optimization Algorithms - 2873609380

826,88 zł

Nature-Inspired Optimization Algorithms Elsevier Books

Książki / Literatura obcojęzyczna

Nature-Inspired Optimization Algorithms, Second Edition provides a systematic introduction to all major nature-inspired algorithms for optimization. The book's unified approach, balancing algorithm introduction, theoretical background and practic

Sklep: Libristo.pl

PLC Controls with Structured Text (ST), V3 - 2868068873

172,44 zł

PLC Controls with Structured Text (ST), V3 Books on Demand

Książki / Literatura obcojęzyczna

This book gives an introduction to the programming language Structured Text (ST) which is used in Programmable Logic Controllers (PLC).The book can be used for all types of PLC brands including Siemens Structured Control Language (SCL) and Programmable Automation Controllers (PAC).This 3rd edition has been updated and expanded with many of the suggestions and questions that readers and students have come up with, including the desire for many more illustrations and program examples.CONTENTS:- Background, benefits and challenges of ST programming- Syntax, data types, best practice and basic ST programming- IF-THEN-ELSE, CASE, FOR, CTU, TON, STRUCT, ENUM, ARRAY, STRING- Guide for best practice naming, troubleshooting, test and program structure- Sequencer and code split-up into functions and function blocks- FIFO, RND, sorting, scaling, toggle, simulation signals and digital filter- Tank controls, conveyor belts, adaptive pump algorithm and robot control- PLC program structure for pumping stations, 3D car park and car wash- Examples: From Ladder Diagram to ST programmingThe book contains more than 150 PLC code examples with a focus on learning how to write robust, readable, and structured code.The book systematically describes basic programming, including advice and practical examples based on the author´s extensive industrial experience.The author is Bachelor of Science in Electrical Engineering (B.Sc.E.E.) and has 25 years´ experience in specification, development, programming and supplying complex control solutions and supervision systems.The author is Assistant Professor and teaches PLC programming at Dania Academy, a higher education institution in Randers, Denmark.

Sklep: Libristo.pl

szukaj w Kangoo libristo algorithm books

Sklepy zlokalizowane w miastach: Warszawa, Kraków, Łódź, Wrocław, Poznań, Gdańsk, Szczecin, Bydgoszcz, Lublin, Katowice

Szukaj w sklepach lub całym serwisie

1. Sklepy z libristo pl algorithm books

2. Szukaj na wszystkich stronach serwisu

t1=0.032, t2=0, t3=0, t4=0.012, t=0.032

Dla sprzedawców

copyright © 2005-2024 Sklepy24.pl  |  made by Internet Software House DOTCOM RIVER