Information Theory, Inference and Learning Algorithms


David J.C. MacKay - 2002
    These topics lie at the heart of many exciting areas of contemporary science and engineering - communication, signal processing, data mining, machine learning, pattern recognition, computational neuroscience, bioinformatics, and cryptography. This textbook introduces theory in tandem with applications. Information theory is taught alongside practical communication systems, such as arithmetic coding for data compression and sparse-graph codes for error-correction. A toolbox of inference techniques, including message-passing algorithms, Monte Carlo methods, and variational approximations, are developed alongside applications of these tools to clustering, convolutional codes, independent component analysis, and neural networks. The final part of the book describes the state of the art in error-correcting codes, including low-density parity-check codes, turbo codes, and digital fountain codes -- the twenty-first century standards for satellite communications, disk drives, and data broadcast. Richly illustrated, filled with worked examples and over 400 exercises, some with detailed solutions, David MacKay's groundbreaking book is ideal for self-learning and for undergraduate or graduate courses. Interludes on crosswords, evolution, and sex provide entertainment along the way. In sum, this is a textbook on information, communication, and coding for a new generation of students, and an unparalleled entry point into these subjects for professionals in areas as diverse as computational biology, financial engineering, and machine learning.

Graph Databases


Ian Robinson - 2013
    With this practical book, you’ll learn how to design and implement a graph database that brings the power of graphs to bear on a broad range of problem domains. Whether you want to speed up your response to user queries or build a database that can adapt as your business evolves, this book shows you how to apply the schema-free graph model to real-world problems.Learn how different organizations are using graph databases to outperform their competitors. With this book’s data modeling, query, and code examples, you’ll quickly be able to implement your own solution.Model data with the Cypher query language and property graph modelLearn best practices and common pitfalls when modeling with graphsPlan and implement a graph database solution in test-driven fashionExplore real-world examples to learn how and why organizations use a graph databaseUnderstand common patterns and components of graph database architectureUse analytical techniques and algorithms to mine graph database information

Rifleman: A LitRPG / LitFPS Adventure (Battlegrounds Online, #1)


Troy Osgood - 2021
    It's time to move on to something more... obscure. Battlegrounds Online is the only game of its kind. A VRMMOFPS. A military warfare game so realistic that it scares away most players daring enough to try it. Realistic in the combat but not in the setting, the game is based around a toy property from the 1980s—a property that Eric's Grandfather was a fan of, passing that love down to Eric.Now, as a soldier codenamed Zag, Eric gets to play in that near-future world full of colorful and insane terrorists. He gets to be one of the characters he heard his grandfather rave about.But Eric will find that not all games are created equal. Some are more real. So real, they can affect you both in and out of the game. Experience this high-adrenaline LitRPG / LitFPS adventure from the Amazon Bestselling author behind Sky Realms Online. An action-packed thrill-ride that puts you right in the crosshairs.

CCNA ICND2 Official Exam Certification Guide [CCNA Exams 640-816 and 640-802]


Wendell Odom - 2007
    

Python Essential Reference (Developer's Library)


David Beazley - 1999
    This text concisely describes the Python language and its programming environment for those readers already familiar with languages such as C and C++.

When She Came Back


Yaron Reshef - 2020
    When Syma – a young doctor, an independent woman with a mind of her own, decides to leave home and embark on an adventure in a strange land, she cannot imagine the powerful emotional whirlpool she’ll find herself in.Daily life in Palestine is far from comfortable, replete with obstacles. The conflict between the lure of civilized, bourgeois life in Europe and the option of living the Zionist dream while embarking on a love affair is agonizing.She chooses to leave everything behind, and sails back home, to Poland.When WWII breaks out and the situation of Europe’s Jews goes from bad to worse, Syma’s choice turns out to be unfortunate.November, 1942. In the midst of a harsh winter in Poland, Syma stands waiting at the railway station, on the same platform she was so familiar with in her previous life, a bygone reality.As the train approaches the station, Syma grasps that this voyage will be different. Where is she headed now?

Sense and Sensibility and Lady Susan


Jane Austen - 2008
    Here, it is coupled with the short novel Lady Susan, in the epistolary form popularised by Samuel Richardson in the 1760s.

Summary : Becoming Michelle Obama


Dennis Braun - 2018
    Realizing that she really wanted to help people more than be involved in the intricacies of contract law, Michelle left her job at a respected law firm to work in the world of nonprofits, community outreach and mentoring.This civic-mindedness is what she brought with her into the White House, where she strove to make an impact on children

Voyages of the Seventh Carrier


Peter Albano - 2019
    Now, they have been freed from their icy prison. The crew are determined to complete their mission and soon set sail for Pearl Harbor, decades after the Second World War ended. Unaware of this ghostly mission from the past, Ted "Trigger" Ross travels aboard the steamer Sparta, through the Bering Sea. When the two ships cross each other's paths, a baffling but deadly conflict erupts as the Japanese soldiers continue their mission which, to them, has never been revoked. Over three fascinating novels, Peter Albano explores the questions posed by this conflict: ones of loyalty, patriotism, war and alternative history. The three books in this box set are continued in the acclaimed eleven-part series. Peter Albano was a writer who served in the US Navy from 1942-1946. He is best known for the Seventh Carrier sequence of military adventures starring the World War Two Japanese aircraft carrier, Yonaga.

The Night Stalker Rescue: A Shadow Strike Novella


Jason Kasper - 2020
    

The Web Application Hacker's Handbook: Discovering and Exploiting Security Flaws


Dafydd Stuttard - 2007
    The authors explain each category of vulnerability using real-world examples, screen shots and code extracts. The book is extremely practical in focus, and describes in detail the steps involved in detecting and exploiting each kind of security weakness found within a variety of applications such as online banking, e-commerce and other web applications. The topics covered include bypassing login mechanisms, injecting code, exploiting logic flaws and compromising other users. Because every web application is different, attacking them entails bringing to bear various general principles, techniques and experience in an imaginative way. The most successful hackers go beyond this, and find ways to automate their bespoke attacks. This handbook describes a proven methodology that combines the virtues of human intelligence and computerized brute force, often with devastating results.The authors are professional penetration testers who have been involved in web application security for nearly a decade. They have presented training courses at the Black Hat security conferences throughout the world. Under the alias "PortSwigger," Dafydd developed the popular Burp Suite of web application hack tools.

Learning Android


Marko Gargenta - 2011
    Written by an expert who's taught this mobile platform to hundreds of developers in large organizations, this gentle introduction shows experienced object-oriented programmers how to use Android’s basic building blocks to create user interfaces, store data, connect to the network, and more.You'll build a Twitter-like application throughout the course of this book, adding new features with each chapter. Along the way, you'll also create your own toolbox of code patterns to help you program any type of Android application with ease.Get an overview of the Android platform and discover how it fits into the mobile ecosystemLearn about the Android stack, including its application framework, and the structure and distribution of application packages (APK)Set up your Android development environment and get started with simple programsUse Android’s building blocks—Activities, Intents, Services, Content Providers, and Broadcast ReceiversLearn how to build basic Android user interfaces and organize UI elements in Views and LayoutsBuild a service that uses a background process to update data in your applicationGet an introduction to Android Interface Definition Language (AIDL) and the Native Development Kit (NDK)

The Lockdown Trade-Off


Sam West - 2020
    In the Cornish seaside town of Treeve, Cat’s husband, Brian Oxley, is on the brink of losing everything. Eight pubs, five restaurants, and six pasty shops worth of everything…When a potential, financial bailout comes in the form of lottery winner Ewan Davies, it is the answer to all of Brian’s prayers. The creepy, ex-furniture restorer makes Brian an offer he can’t refuse. His offer is twenty million.And the price of Brian’s salvation? His wife.Never in her wildest imaginings, could Cat imagine what lies in store for her at the millionaire’s mansion. She will never look at a piece of furniture in the same way again…This is an extreme horror novella. It contains some scenes that readers may find upsetting.

Dance of the Angels


Robert Morcet - 2011
    But when detectives uncover a vile ring of sexual deviance with ties to a city official, the commissioner calls his brilliant but rough-edged protégé back into action.With help from an assortment of petty criminals, romantic interests, and colorful misfits, the Anti-Crime Brigade must work outside the department to bring down the corrupt official and the despicable company he keeps. Can Le Goënec play both sides of the law to deliver vigilante justice to an exploited city?

The Monkey's Raincoat / Free Fall / Lullaby Town


Robert Crais - 2003
    The search for Ellen's errant husband leads Elvis into the seamier side of Hollywood. He soon learns that Mort Lang is a down-on-his-luck talent agent who associates with a schlocky movie producer, and the last place he was spotted was at a party thrown by a famous and very well-connected ex-Matador. But no one has seen him since - including his B-movie girlfriend. At the same time the police find Mort in his parked car with four gunshots in his chest - and no kid in sight - Ellen disappears. Now nothing is what it seems, and the heat is on. It's up to Elvis Cole and his partner Joe Pike to find the connection between sleazy Hollywood players and an ex-Matador. FREE FALL Read by James Daniels (Sandra Burr, Jill Sovis) Elvis Cole is just a detective who can't say no, especially to a girl in a terrible fix. And Jennifer Sheridan qualifies: Her fiance, Mark Thurman, is a decorated LA cop with an elite plainclothes unit, but Jennifer's sure he's in trouble - the kind of serious trouble that only Elvis Cole can help him out of. Five minutes after his new client leaves his office, Elvis and his partner, the enigmatic Joe Pike, are hip-deep in a deadly situation as they plummet into a world of South Central gangs, corrupt cops, and conspiracies of silence. And before the case is through, every cop in the LAPD will be gunning for a pair of escaped armed-and-dangerous killers - Elvis Cole and Joe Pike. LULLABY TOWN Read by James Daniels (Joyce Bean, Russell Byers) Hollywood's newest wunderkind is Peter Alan Nelson, the brilliant, erratic director known as the King of Adventure. His films make billions, but his manners make enemies. What the boy king wants, he gets, and what Nelson wants is for Elvis to comb the country for the airhead wife and infant child the film-school flunkout dumped en route to becoming the third biggest filmmaker in America. It's the kind of case Cole can handle in his sleep - until it turns out to be a nightmare. For when Cole finds Nelson's wife in a small Conneticut town, she's nothing like what he expects. The lady has some unwanted - and very nasty - mob connections, which means Elvis could be opening the East Coast branch of his P.I. office . . .at the bottom of the Hudson River.