Book picks similar to
Handbook of Constraint Programming by Francesca Rossi


maphychines
programming
ai_to_read
artificial-intelligence

Ash Vengeance (Wexler Vigilante Book 1)


Samson Weld - 2019
     Ash Wexler was a mild-mannered insurance adjuster before his wife and kids were brutally murdered. Before he was shot and left for dead. That was ruthless drug lord Osorio's only mistake, because now Ash has nothing left to lose. Having spent five years recuperating and training in martial arts as well as firearms, Ash follows Osorio to Dallas with only one mission: to take down Osorio's entire operation, one man at a time. With Detective Anna Bellucci tracking him down, Ash will need to be careful. He wants justice. He wants vengeance. He wants to kill every last one of them. Features coarse language and graphic violence

Machine Learning: Fundamental Algorithms for Supervised and Unsupervised Learning With Real-World Applications


Joshua Chapmann - 2017
    Right?! Machine Learning is a branch of computer science that wants to stop programming computers using a detailed list of commands to follow blindly. Instead, their aim is to implement high-level routines that teach computers how to approach new and unknown problems – these are called algorithms. In practice, they want to give computers the ability to Learn and to Adapt. We can use these algorithms to obtain insights, recognize patterns and make predictions from data, images, sounds or videos we have never seen before – or even knew existed. Unfortunately, the true power and applications of today’s Machine Learning Algorithms remain deeply misunderstood by most people. Through this book I want fix this confusion, I want to shed light on the most relevant Machine Learning Algorithms used in the industry. I will show you exactly how each algorithm works, why it works and when you should use it. Supervised Learning Algorithms K-Nearest Neighbour Naïve Bayes Regressions Unsupervised Learning Algorithms: Support Vector Machines Neural Networks Decision Trees

T-SQL Fundamentals


Itzik Ben-Gan - 2016
    Itzik Ben-Gan explains key T-SQL concepts and helps you apply your knowledge with hands-on exercises. The book first introduces T-SQL's roots and underlying logic. Next, it walks you through core topics such as single-table queries, joins, subqueries, table expressions, and set operators. Then the book covers more-advanced data-query topics such as window functions, pivoting, and grouping sets. The book also explains how to modify data, work with temporal tables, and handle transactions, and provides an overview of programmable objects. Microsoft Data Platform MVP Itzik Ben-Gan shows you how to: Review core SQL concepts and its mathematical roots Create tables and enforce data integrity Perform effective single-table queries by using the SELECT statement Query multiple tables by using joins, subqueries, table expressions, and set operators Use advanced query techniques such as window functions, pivoting, and grouping sets Insert, update, delete, and merge data Use transactions in a concurrent environment Get started with programmable objects-from variables and batches to user-defined functions, stored procedures, triggers, and dynamic SQL

Wendigo


Erik Henry Vick - 2018
    Can two friends, a white colonial New Yorker and an Onondowaga warrior, protect their families and each other? Everyone respects John Calvin Black—he believes in rational explanations, and he treats everyone with respect. Donehogawa is a brave man, a respected warrior, and a leader of the Onondowaga tribe living in proximity. The two men grew up together, sharing the teachings of both cultures between them. When the two friends examine the scene of a brutal murder, Donehogawa claims an evil spirit committed the crime. John trusts his friend, so belief comes easy. The other colonists… Some colonists can’t accept the “native superstitions,” and blame the murder on one of the Onondowaga or one of the other tribes in the area. Even John believes Donehogawa is holding something back. The evil stalking the forests emerges, casting stealth aside, and makes demands of both John and Donehogawa—demands that neither man can accept. Faced with an impossible choice, each man makes his own decision and must live with the results.Wendigo is the first novella set in the award-winning Blood of the Isir genre-blending dark, fantasy series. If you like supernatural mystery, heroes facing insurmountable evil with bravery and iron will, then you will love Erik Henry Vick’s tale of terror and savage mayhem. Buy Wendigo to step back in time and into the terrifying forest today!

Across the Plains in 1884


Catherine Sager - 2016
    During it, both Henry and Naomi lost their lives and left their seven children orphaned. Later adopted by Marcus and Narcissa Whitman, missionaries in what is now Washington, they were orphaned a second time, when both their new parents were killed during the Whitman massacre in November 1847. About 1860 Catherine, the oldest girl, wrote a first-hand account of their journey across the plains and their life with the Whitmans. Today it is regarded as one of the most authentic accounts of the American westward migration.

Artificial Intelligence: Structures and Strategies for Complex Problem Solving


George F. Luger - 1997
    It is suitable for a one or two semester university course on AI, as well as for researchers in the field.

Neural Networks: A Comprehensive Foundation


Simon Haykin - 1994
    Introducing students to the many facets of neural networks, this text provides many case studies to illustrate their real-life, practical applications.

Den of Wolves: Complete Trilogy


Harper Maguire - 2019
    The residents of this sleepy little town are none the wiser, but everyone sure knows about Oregon Investigations. Cousins Jack and Liam, and their longtime friend, Brodie aren’t just the private investigators of the firm, they’re also shifters belonging to the very same dwindling den of wolves. PART ONE Charlotte Gold has followed in her father’s legendary, country-singing footsteps, though her success hasn’t spanned beyond Cottage Grove. She’s just fine with that and singing with her band at Home on the Range feels like a little slice of heaven and a whole lot of fun whenever she gets on stage. But when her drummer keels over, dead, one night while playing, Charlotte’s quiet corner of paradise turns dark. No one suspects foul play except for Charlotte and she will stop at nothing to expose the killer who took her friend’s life, even if the residents of Cottage Grove think she’s crazy. One man doesn’t think she’s lost her mind, however, and Jack has all the skills and resources to crack this overlooked case wide open. PART TWO Eve Picoult hasn’t set foot in her hometown of Cottage Grove since she graduated high school ten years ago, but her dear friend twists her arm into agreeing to return for their ten-year reunion. It’s been forever, but how could she say no to her favorite Skype friend who has always been there for her, through thick and thin? For Eve, well, one reason comes to mind… or person. Brodie Shea. When Eve arrives at Cottage Grove, however, she discovers her friend mysteriously vanished. How could that be? Eve fears the worst, knowing her friend wouldn’t miss her high school reunion for the world. And it will be Brodie and his private investigation firm who will help Eve find out why her old friend has suddenly disappeared. PART THREE One dark, foggy night, as Wendy Cunningham kicks and fights her way up from the bottom of Silver Lake, she fears that life as she knows it is about to come to a violent end. But a man pulls her out, saving her life at the last minute. She doesn’t recognize him, but Liam knows exactly who she is. Come to think about it, not only does Wendy not recognize Liam, but she doesn’t recognize Cottage Grove, the town where she apparently grew up in, or remember anything about her life for that matter. Amnesia. Wendy’s memory will come back, but no one knows when or how or why, and until she remembers who knocked her out and tossed her into Silver Lake for dead, she will have no choice but to rely on the one man she trusts didn’t do it—Liam Doren. But Liam has secrets of his own. He’s a wolf shifter, after all, and the closer these two get, the harder it becomes for him to hide it from her.

Java Cookbook


Ian F. Darwin - 2001
    Whether you're new to Java programming and need something to bridge the gap between theory-laden reference manuals and real-world programs or you're a seasoned Java programmer looking for a new perspective or a different problem-solving context, this book will help you make the most of your Java knowledge. Packed with hundreds of tried-and-true Java recipes covering all of the major APIs from the 1.4 version of Java, this book also offers significant first-look recipes for the most important features of the new 1.5 version, which is in beta release. You get practical solutions to everyday problems, and each is followed by a detailed, ultimately useful explanation of how and why the technology works. Java Cookbook, 2nd Edition includes code segments covering many specialized APIs--like those for working with Struts, Ant and other new popular Open Source tools. It also includes expanded Mac OS X Panther coverage and serves as a great launching point for Java developers who want to get started in areas outside of their specialization. In this major revision, you'll find succinct pieces of code that can be easily incorporated into other programs. Focusing on what's useful or tricky--or what's useful and tricky--Java Cookbook, 2nd Edition is the most practical Java programming book on the market.

Imprint of the Past


Robin Roughley - 2019
    So when she discovers the picturesque cottage for sale on the internet she instantly falls in love with the place and when her husband John agrees to view the property she comes to believe that it is written in the stars that this will be their new forever home. Rosebud Cottage sits on the clifftops commanding breath-taking views of the sea, a vista that is forever changing, and one that instantly fills them both with a sense of belonging. Though things are about to change, as a simple walk on the pebbled beach at Seaview Cove turns into a nightmare for Emily as she discovers a body hidden by the rocks, a man is sprawled on the stones, eyes closed, arms outstretched his wild black hair matted with blood. Though by the time she raises the alarm and dashes back to the beach she is left stunned to find the man has vanished. So starts the mind bending mystery as Emily tries to navigate her way through the labyrinth of her own mind, and as those around her become more concerned with her behaviour, she finds herself doubting her own sanity. As obsession takes over, Emily comes to realise that sometimes even the most tranquil of surroundings can mask the most devastating of crimes. As the weather changes and the storms arrive Emily Green finds herself trapped in a dark place, a place where even her own senses are not to be trusted. And as she tries to hold onto her sanity, someone is watching from the shadows, someone with evil on their mind.

Computational Geometry: Algorithms and Applications


Mark de Berg - 1997
    The focus is on algorithms and hence the book is well suited for students in computer science and engineering. Motivation is provided from the application areas: all solutions and techniques from computational geometry are related to particular applications in robotics, graphics, CAD/CAM, and geographic information systems. For students this motivation will be especially welcome. Modern insights in computational geometry are used to provide solutions that are both efficient and easy to understand and implement. All the basic techniques and topics from computational geometry, as well as several more advanced topics, are covered. The book is largely self-contained and can be used for self-study by anyone with a basic background in algorithms. In the second edition, besides revisions to the first edition, a number of new exercises have been added.

Advanced PHP Programming


George Schlossnagle - 2004
    The rapid maturation of PHP has created a skeptical population of users from more traditional enterprise languages who question the readiness and ability of PHP to scale, as well as a large population of PHP developers without formal computer science backgrounds who have learned through the hands-on experimentation while developing small and midsize applications in PHP. While there are many books on learning PHP and developing small applications with it, there is a serious lack of information on scaling PHP for large-scale, business-critical systems. Schlossnagle's Advanced PHP Programming fills that void, demonstrating that PHP is ready for enterprise Web applications by showing the reader how to develop PHP-based applications for maximum performance, stability, and extensibility.

The Sam Archer Series: Books 5-6


Tom Barber - 2018
    Right there with Tom Clancy’s Jack Ryan series and Vince Flynn’s Mitch Rapp’ ‘I read all of the books in the Sam Archer series and I cannot say enough good things about each one…I’ve never read a series where each book was just as good as the next’ ‘This is an incredible series...the action is non-stop from beginning to end’ ‘I can't speak highly enough of this author and the 6 books in the Sam Archer series. Riveting reading, great plots always with a twist, and likeable heroes' 'The best series I've ever read' 'Looking forward to reading more from this truly talented writer' You read the first box-set. Now catch two more of Sam Archer’s thrilling adventures in this action-packed pair of hard-hitting, back-to-back novels. One Way On his way home in New York City on a late Sunday afternoon, young NYPD Detective Sam Archer saves a team of US Marshals from a violent ambush in the middle of the Upper West Side. The group are forced to take cover in a tenement block in Harlem. But there are more killers on the way to finish the job. And Archer feels there’s something about the group of Marshals that isn’t quite right. Return Fire Four months after they first encountered one another, Sam Archer and Alice Vargas are both working in the NYPD Counter-Terrorism Bureau and also living together. But a week after Vargas leaves for a trip to Europe, Archer gets a knock on his front door. Apparently Vargas has completely disappeared. And it appears she’s been abducted. With over 1000 5* reviews for the series on Amazon/Goodreads and Hollywood interest, what are you waiting for?

Multiple View Geometry in Computer Vision


Richard Hartley - 2000
    This book covers relevant geometric principles and how to represent objects algebraically so they can be computed and applied. Recent major developments in the theory and practice of scene reconstruction are described in detail in a unified framework. Richard Hartley and Andrew Zisserman provide comprehensive background material and explain how to apply the methods and implement the algorithms. First Edition HB (2000): 0-521-62304-9

Machine Learning Yearning


Andrew Ng
    But building a machine learning system requires that you make practical decisions: Should you collect more training data? Should you use end-to-end deep learning? How do you deal with your training set not matching your test set? and many more. Historically, the only way to learn how to make these "strategy" decisions has been a multi-year apprenticeship in a graduate program or company. This is a book to help you quickly gain this skill, so that you can become better at building AI systems.