Filter By
- Book
- Qty in Cart
- Quantity
- Price
- Subtotal
-
Algorithms by Panos Louridas
RRP: $20.63Booksplease Price: $14.04Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780262539029Author Panos LouridasFormat PaperbackPage Count 424Imprint MIT PressPublisher MIT Press Ltd -
Modern Graph Theory by Bela Bollobas 9780387984889
Booksplease Price: $58.36The time has now come when graph theory should be part of the education of every serious student of mathematics and computer science, both for its own sake and to enhance the appreciation of mathematics as a whole. This book is an in-depth account of... -
Algorithms for the Adventurous by Bradford Tuckfield
RRP: $49.01Booksplease Price: $28.72Algorithms for the Adventurous is a thorough introduction to algorithms, which are sets of instructions that allow a computer to solve a problem and are key to the success of many of today's computer applications. Readers learn about many standard... -
50 Algorithms Every Programmer Should Know: An unbeatable arsenal of algorithmic solutions for real-world problems by Imran Ahmad 9781803247762
RRP: $49.01Booksplease Price: $45.09Delve into the realm of generative AI and large language models (LLMs) while exploring modern deep learning techniques, including LSTMs, GRUs, RNNs with new chapters included in this 50% new edition overhaul Purchase of the print or Kindle book includes... -
Computer Graphics From Scratch: A Programmer's Introduction to 3D Rendering by Gabriel Gambetta
RRP: $61.91Booksplease Price: $34.24Behind the beautiful imagery of the latest animated movie and the realistic environments of popular videogames lie some mysterious algorithms. Computer Graphics from Scratch aims to demystify these algorithms and show readers that computer graphics can... -
Decision Procedures: An Algorithmic Point of View by Daniel Kroening 9783662504963
RRP: $83.84Booksplease Price: $43.72A decision procedure is an algorithm that, given a decision problem, terminates with a correct yes/no answer. Here, the authors focus on theories that are expressive enough to model real problems, but are still decidable. Specifically, the book... -
Applied Scientific Computing: With Python by Peter R. Turner 9783319895741
RRP: $58.04Booksplease Price: $50.35This easy-to-understand textbook presents a modern approach to learning numerical methods (or scientific computing), with a unique focus on the modeling and applications of the mathematical content. Emphasis is placed on the need for, and methods of,... -
Mazes for Programmers by Jamis Buck 9781680500554
RRP: $39.35Booksplease Price: $27.39Unlock the secrets to creating random mazes! Whether you're a game developer, an algorithm connoisseur, or simply in search of a new puzzle, you're about to level up. Learn algorithms to randomly generate mazes in a variety of shapes, sizes, and... -
High Performance Python: Practical Performant Programming for Humans Micha Gorelick 9781492055020
RRP: $68.36Booksplease Price: $44.34Your Python code may run correctly, but you need it to run faster. Updated for Python 3, this expanded edition shows you how to locate performance bottlenecks and significantly speed up your code in high-data-volume programs. By exploring the fundamental... -
The Cambridge Handbook of the Law of Algorithms by Woodrow Barfield 9781009293150
Booksplease Price: $49.16Algorithms are a fundamental building block of artificial intelligence - and, increasingly, society - but our legal institutions have largely failed to recognize or respond to this reality. The Cambridge Handbook of the Law of Algorithms, which features... -
A Course in Stochastic Game Theory by Eilon Solan 9781009014793
RRP: $38.69Booksplease Price: $35.05Sorry no description is available for this book at this time. -
The Little Learner: A Straight Line to Deep Learning by Daniel P. Friedman
RRP: $64.50Booksplease Price: $45.46Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780262546379Author Daniel P. FriedmanFormat PaperbackPage Count 436Imprint MIT PressPublisher MIT Press Ltd -
How to Become a Data Analyst: My Low-Cost, No Code Roadmap for Breaking into Tech Annie Nelson 9781394202232
RRP: $24.50Booksplease Price: $17.42Start a brand-new career in data analytics with no-nonsense advice from a self-taught data analytics consultant In How to Become a Data Analyst: My Low-Cost, No Code Roadmap for Breaking into Tech, data analyst and analytics consultant Annie Nelson walks... -
Algorithms Illuminated (Part 1): The Basics by Tim Roughgarden 9780999282908
RRP: $20.63Booksplease Price: $15.40Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780999282908Author Tim RoughgardenFormat PaperbackPage Count 220Imprint Soundlikeyourself Publishing, LLCPublisher Soundlikeyourself Publishing,... -
Numerical Python in Astronomy and Astrophysics: A Practical Guide to Astrophysical Problem Solving by Wolfram Schmidt
RRP: $64.49Booksplease Price: $59.24This book provides a solid foundation in the Python programming language, numerical methods, and data analysis, all embedded within the context of astronomy and astrophysics. It not only enables students to learn programming with the aid of examples from... -
Algorithms of Anxiety: Fear in the Digital Age Anthony Elliott 9781509555437
RRP: $20.63Booksplease Price: $18.98Machine learning algorithms are widely presumed to herald a world in which the crippling burdens of anxiety can be left behind. The digital revolution promises a brave new world where individuals, communities and organizations can at last take control of... -
Data Structures and Algorithms by Alfred V. Aho
RRP: $95.55Booksplease Price: $94.03The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same concept. Algorithm design techniques are also... -
Graph Algorithms for Data Science by Tomaz Bratanic 9781617299469
RRP: $59.33Booksplease Price: $43.77Graphs are the natural way to understand connected data. This book explores the most important algorithms and techniques for graphs in data science, with practical examples and concrete advice on implementation and deployment. In Graph... -
Algorithms Illuminated (Part 2): Graph Algorithms and Data Structures by Tim Roughgarden 9780999282922
RRP: $20.63Booksplease Price: $15.40Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780999282922Author Tim RoughgardenFormat PaperbackPage Count 222Imprint Soundlikeyourself Publishing, LLCPublisher Soundlikeyourself Publishing,... -
Introduction to Probability for Computing by Mor Harchol-Balter 9781009309073
RRP: $70.94Booksplease Price: $64.20Learn about probability as it is used in computer science with this rigorous, yet highly accessible, undergraduate textbook. Fundamental probability concepts are explained in depth, prerequisite mathematics is summarized, and a wide range of computer... -
Proven Impossible: Elementary Proofs of Profound Impossibility from Arrow, Bell, Chaitin, Gödel, Turing and More by Dan Gusfield 9781009349499
RRP: $36.11Booksplease Price: $28.59In mathematics, it simply is not true that 'you can't prove a negative'. Many revolutionary impossibility theorems reveal profound properties of logic, computation, fairness and the universe, and form the mathematical background of new technologies and... -
Algorithms in C, Parts 1-4: Fundamentals, Data Structures, Sorting, Searching Robert Sedgewick 9780201314526
RRP: $85.77Booksplease Price: $78.44"This is an eminently readable book which an ordinary programmer, unskilled in mathematical analysis and wary of theoretical algorithms, ought to be able to pick up and get a lot out of.."- Steve Summit, author of C Programming FAQs Sedgewick has a real... -
The Love Algorithm: The perfect witty romcom, new from international bestselling author 2022 by Claudia Carroll
RRP: $11.60Booksplease Price: $8.13'A superb romcom, with relatable and loveable characters that literally burst from the pages. With laugh-out-loud moments, woven between a heartwarming and hopeful story, it charmed me from the first page'Carmel HarringtonTrue love is only just a swipe... -
Outnumbered: From Facebook and Google to Fake News and Filter-bubbles - The Algorithms That Control Our Lives David Sumpter 9781472947413
RRP: $21.92Booksplease Price: $15.78'Fascinating' - Financial Times Algorithms are running our society, and as the Cambridge Analytica story has revealed, we don't really know what they are up to. Our increasing reliance on technology and the internet has opened a window for... -
Learn Algorithmic Trading: Build and deploy algorithmic trading systems and strategies using Python and advanced data analysis by Sebastien Donadio 9781789348347
Booksplease Price: $46.43Understand the fundamentals of algorithmic trading to apply algorithms to real market data and analyze the results of real-world trading strategies Key Features Understand the power of algorithmic trading in financial markets with real-world examples Get... -
Once Upon an Algorithm: How Stories Explain Computing by Martin Erwig
RRP: $29.67Booksplease Price: $19.89Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780262545297Author Martin ErwigFormat PaperbackPage Count 332Imprint MIT PressPublisher MIT Press Ltd -
Algorithms Illuminated: Omnibus Edition by Tim Roughgarden
RRP: $61.91Booksplease Price: $56.86In Algorithms Illuminated, Tim Roughgarden teaches the basics of algorithms in the most accessible way imaginable. This Omnibus Edition contains the complete text of Parts 1-4, with thorough coverage of asymptotic analysis, graph search and shortest... -
Kubeflow for Machine Learning: From Lab to Production by Grant Trevor
RRP: $51.59Booksplease Price: $31.99If you're training a machine learning model but aren't sure how to put it into production, this book will get you there. Kubeflow provides a collection of cloud native tools for different stages of a model's lifecycle, from data exploration, feature... -
The The Complete Coding Interview Guide in Java: An effective guide for aspiring Java developers to ace their programming interviews by Anghel Leonard 9781839212062
Booksplease Price: $47.72Explore a wide variety of popular interview questions and learn various techniques for breaking down tricky bits of code and algorithms into manageable chunksKey FeaturesDiscover over 200 coding interview problems and their solutions to help you secure a... -
Deep Reinforcement Learning Hands-On: Apply modern RL methods to practical problems of chatbots, robotics, discrete optimization, web automation, and more, 2nd Edition by Maxim Lapan 9781838826994
Booksplease Price: $79.15New edition of the bestselling guide to deep reinforcement learning and how it's used to solve complex real-world problems. Revised and expanded to include multi-agent methods, discrete optimization, RL in robotics, advanced exploration techniques, and... -
Data Structures & Algorithms in Python by Robert Lafore
RRP: $67.07Booksplease Price: $49.73LEARN HOW TO USE DATA STRUCTURES IN WRITING HIGH PERFORMANCE PYTHON PROGRAMS AND ALGORITHMS This practical introduction to data structures and algorithms can help every programmer who wants to write more efficient software. Building on Robert Lafore's... -
Spies, Lies, and Algorithms: The History and Future of American Intelligence by Amy B. Zegart 9780691223070
RRP: $23.21Booksplease Price: $17.63A riveting account of espionage for the digital age, from one of America's leading intelligence expertsSpying has never been more ubiquitous-or less understood. The world is drowning in spy movies, TV shows, and novels, but universities offer more... -
Algorithms Unlocked by Thomas H. Cormen
RRP: $37.41Booksplease Price: $27.04Apologies but we at Booksplease don't have a full description for this book.AwardsWinner of CHOICE Outstanding Academic Title, 2013 2013.Book InformationISBN 9780262518802Author Thomas H. CormenFormat PaperbackPage Count 240Imprint MIT PressPublisher MIT... -
Artificial Intelligence, Ethics and the Future of Warfare: Global Perspectives by Kaushik Roy 9781032729527
RRP: $50.30Booksplease Price: $44.58This volume examines how the adoption of AI technologies is likely to impact strategic and operational planning, and the possible future tactical scenarios for conventional, unconventional, cyber, space and nuclear force structures. In addition to... -
Developing High Frequency Trading Systems: Learn how to implement high-frequency trading from scratch with C++ or Java basics by Sebastien Donadio 9781803242811
Booksplease Price: $53.06Use your programming skills to create and optimize high-frequency trading systems in no time with Java, C++, and Python Key Features Learn how to build high-frequency trading systems with ultra-low latency Understand the critical components of a... -
The Self-Taught Computer Scientist: The Beginner's Guide to Data Structures & Algorithms Cory Althoff 9781119724414
RRP: $32.25Booksplease Price: $22.87The Self-Taught Computer Scientist is Cory Althoff's follow-up to The Self-Taught Programmer, which inspired hundreds of thousands of professionals to learn how to program outside of school. In The Self-Taught Programmer, Cory showed readers why you... -
Algorithms for Decision Making by Mykel J. Kochenderfer
RRP: $116.10Booksplease Price: $81.53Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780262047012Author Mykel J. KochenderferFormat HardbackPage Count 704Imprint MIT PressPublisher MIT Press Ltd -
Modern C++ Programming Cookbook: Master modern C++ including the latest features of C++23 with 140+ practical recipes by Marius Bancila 9781835080542
Booksplease Price: $56.00Meta Description: With a wealth of practical recipes, this third edition isn't just a guide to C++23; it's a complete resource covering key features and techniques from C++11 through to C++23. It's designed to keep you ahead of the curve in C++. Key... -
What Can Be Computed?: A Practical Guide to the Theory of Computation by John MacCormick 9780691170664
RRP: $103.20Booksplease Price: $82.10An accessible and rigorous textbook for introducing undergraduates to computer science theoryWhat Can Be Computed? is a uniquely accessible yet rigorous introduction to the most profound ideas at the heart of computer science. Crafted specifically for... -
Random Graphs and Complex Networks: Volume 1 by Remco van der Hofstad 9781107172876
RRP: $64.49Booksplease Price: $61.91This rigorous introduction to network science presents random graphs as models for real-world networks. Such networks have distinctive empirical properties and a wealth of new models have emerged to capture them. Classroom tested for over ten years, this...