Forecasting: Principles and Practice


Rob J. Hyndman - 2013
    Deciding whether to build another power generation plant in the next five years requires forecasts of future demand. Scheduling staff in a call centre next week requires forecasts of call volumes. Stocking an inventory requires forecasts of stock requirements. Telecommunication routing requires traffic forecasts a few minutes ahead. Whatever the circumstances or time horizons involved, forecasting is an important aid in effective and efficient planning. This textbook provides a comprehensive introduction to forecasting methods and presents enough information about each method for readers to use them sensibly. Examples use R with many data sets taken from the authors' own consulting experience.

Algorithms


Sanjoy Dasgupta - 2006
    Emphasis is placed on understanding the crisp mathematical idea behind each algorithm, in a manner that is intuitive and rigorous without being unduly formal. Features include: The use of boxes to strengthen the narrative: pieces that provide historical context, descriptions of how the algorithms are used in practice, and excursions for the mathematically sophisticated.Carefully chosen advanced topics that can be skipped in a standard one-semester course, but can be covered in an advanced algorithms course or in a more leisurely two-semester sequence.An accessible treatment of linear programming introduces students to one of the greatest achievements in algorithms. An optional chapter on the quantum algorithm for factoring provides a unique peephole into this exciting topic. In addition to the text, DasGupta also offers a Solutions Manual, which is available on the Online Learning Center.Algorithms is an outstanding undergraduate text, equally informed by the historical roots and contemporary applications of its subject. Like a captivating novel, it is a joy to read. Tim Roughgarden Stanford University

Understanding Computers and Cognition: A New Foundation for Design


Terry Winograd - 1986
    This volume is a theoretical and practical approach to the design of computer technology.

Mobile Usability


Jakob Nielsen - 2012
    The book includes 228-full color illustrations to demonstrate the points. Based on expert reviews and international studies with participants ranging from students to early technology adopters and business people using websites on a variety of mobile devices, this guide offers a complete look at the landscape for a mobile world. Author Jakob Nielsen is considered one of the world's leading experts on Web usability. He is the author of numerous best-selling books, including Prioritizing Web Usability and the groundbreaking Designing Web Usability, which has sold more than 250,000 copies and has been translated in 22 languages.

Elon Musk. How The Billionaire Ceo Of Spacex And Tesla Is Shaping Our Future


Vance Ashlee
    Book appears to have hardly been read and is in As new condition throughout.

Speech and Language Processing: An Introduction to Natural Language Processing, Computational Linguistics and Speech Recognition


Dan Jurafsky - 2000
    This comprehensive work covers both statistical and symbolic approaches to language processing; it shows how they can be applied to important tasks such as speech recognition, spelling and grammar correction, information extraction, search engines, machine translation, and the creation of spoken-language dialog agents. The following distinguishing features make the text both an introduction to the field and an advanced reference guide.- UNIFIED AND COMPREHENSIVE COVERAGE OF THE FIELDCovers the fundamental algorithms of each field, whether proposed for spoken or written language, whether logical or statistical in origin.- EMPHASIS ON WEB AND OTHER PRACTICAL APPLICATIONSGives readers an understanding of how language-related algorithms can be applied to important real-world problems.- EMPHASIS ON SCIENTIFIC EVALUATIONOffers a description of how systems are evaluated with each problem domain.- EMPERICIST/STATISTICAL/MACHINE LEARNING APPROACHES TO LANGUAGE PROCESSINGCovers all the new statistical approaches, while still completely covering the earlier more structured and rule-based methods.

The Second Self: Computers & the Human Spirit (20th Anniversary)


Sherry Turkle - 1984
    Technology, she writes, catalyzes changes not only in what we do but in how we think. First published in 1984, The Second Self is still essential reading as a primer in the psychology of computation. This twentieth anniversary edition allows us to reconsider two decades of computer culture--to (re)experience what was and is most novel in our new media culture and to view our own contemporary relationship with technology with fresh eyes. Turkle frames this classic work with a new introduction, a new epilogue, and extensive notes added to the original text.Turkle talks to children, college students, engineers, AI scientists, hackers, and personal computer owners--people confronting machines that seem to think and at the same time suggest a new way for us to think--about human thought, emotion, memory, and understanding. Her interviews reveal that we experience computers as being on the border between inanimate and animate, as both an extension of the self and part of the external world. Their special place betwixt and between traditional categories is part of what makes them compelling and evocative. (In the introduction to this edition, Turkle quotes a PDA user as saying, When my Palm crashed, it was like a death. I thought I had lost my mind.) Why we think of the workings of a machine in psychological terms--how this happens, and what it means for all of us--is the ever more timely subject of The Second Self.

The Dragon Mage Series Books 1-3


Scott Baron - 2020
    Unfortunately, it wasn’t the good kind.Sucked through a wormhole, Charlie woke in a galaxy ruled not by technology, but by magic. A galaxy of spell-casting Aliens, Space Vampires, gladiators, and Dragons. For the spaceman from Earth, it was enough to make his head spin. And his luck was only getting worse.Welcome to the Charlieverse.Contains Books 1-3 of the Dragon Mage series:1. Bad Luck Charlie2. Space Pirate Charlie3. Dragon King Charlie

Those Who Can, Teach: The Power of Art, Kindness and Compassion in the Classroom


Andria Zafirakou - 2021
    At her inner-city London school where more than eighty languages are spoken, she would sense urgent needs; mending uniforms, calling social services, shielding vulnerable teens from gangs. And she would tailor each class to its pupils, fiercely believing in the power of art to unlock trauma, or give a mute child the confidence to speak. Time and again, she would be proved right.So in 2018, when Andria won the million-dollar Global Teacher Prize, she knew exactly where the money would go: back into arts education for all. Because today, the UK government's cuts and curriculum changes are destroying the arts, while their refusal to tackle the most dangerous threats faced by children – cyber-bullying, gang violence, hunger and deprivation – puts teachers on the safeguarding frontline.Andria's story is a rallying wake-up call that shows what life is really like for schoolchildren today, and a moving insight into the extraordinary people shaping the next generation.

The Art of Scalability: Scalable Web Architecture, Processes, and Organizations for the Modern Enterprise


Martin L. Abbott - 2009
    Abbott and Michael T. Fisher cover everything IT and business leaders must know to build technology infrastructures that can scale smoothly to meet any business requirement. Drawing on their unparalleled experience managing some of the world s highest-transaction-volume Web sites, the authors provide detailed models and best-practice approaches available in no other book. Unlike previous books on scalability, "The Art of Scalability" doesn t limit its coverage to technology. Writing for both technical and nontechnical decision-makers, this book covers everything that impacts scalability, including architecture, processes, people, and organizations. Throughout, the authors address a broad spectrum of real-world challenges, from performance testing to IT governance. Using their tools and guidance, organizations can systematically overcome obstacles to scalability and achieve unprecedented levels of technical and business performance. Coverage includes Staffing the scalable organization: essential organizational, management, and leadership skills for technical leaders Building processes for scale: process lessons from hyper-growth companies, from technical issue resolution to crisis management Making better build versus buy decisions Architecting scalable solutions: powerful proprietary models for identifying scalability needs and choosing the best approaches to meet them Optimizing performance through caching, application and database splitting, and asynchronous design Scalability techniques for emerging technologies, including clouds and grids Planning for rapid data growth and new data centers Evolving monitoring strategies to tightly align with customer requirements "

Flask Web Development: Developing Web Applications with Python


Miguel Grinberg - 2014
    With this hands-on book, you’ll learn Flask from the ground up by developing a complete social blogging application step-by-step. Author Miguel Grinberg walks you through the framework’s core functionality, and shows you how to extend applications with advanced web techniques such as database migration and web service communication.Rather than impose development guidelines as other frameworks do, Flask leaves the business of extensions up to you. If you have Python experience, this book shows you how to take advantage of that creative freedom.- Learn Flask’s basic application structure and write an example app- Work with must-have components—templates, databases, web forms, and email support- Use packages and modules to structure a large application that scales- Implement user authentication, roles, and profiles- Build a blogging feature by reusing templates, paginating item lists, and working with rich text- Use a Flask-based RESTful API to expose app functionality to smartphones, tablets, and other third-party clients- Learn how to run unit tests and enhance application performance- Explore options for deploying your web app to a production server

Discovering Statistics Using R


Andy Field - 2012
    Like its sister textbook, Discovering Statistics Using R is written in an irreverent style and follows the same ground-breaking structure and pedagogical approach. The core material is enhanced by a cast of characters to help the reader on their way, hundreds of examples, self-assessment tests to consolidate knowledge, and additional website material for those wanting to learn more.

Learning Spark: Lightning-Fast Big Data Analysis


Holden Karau - 2013
    How can you work with it efficiently? Recently updated for Spark 1.3, this book introduces Apache Spark, the open source cluster computing system that makes data analytics fast to write and fast to run. With Spark, you can tackle big datasets quickly through simple APIs in Python, Java, and Scala. This edition includes new information on Spark SQL, Spark Streaming, setup, and Maven coordinates. Written by the developers of Spark, this book will have data scientists and engineers up and running in no time. You’ll learn how to express parallel jobs with just a few lines of code, and cover applications from simple batch jobs to stream processing and machine learning. Quickly dive into Spark capabilities such as distributed datasets, in-memory caching, and the interactive shell Leverage Spark’s powerful built-in libraries, including Spark SQL, Spark Streaming, and MLlib Use one programming paradigm instead of mixing and matching tools like Hive, Hadoop, Mahout, and Storm Learn how to deploy interactive, batch, and streaming applications Connect to data sources including HDFS, Hive, JSON, and S3 Master advanced topics like data partitioning and shared variables

The Godel Operation


James L. Cambias - 2021
    A wild chase through the billion worlds of the Tenth Millennium in search of a mythical weapon that could save civilization—or doom it! A DROID AND HIS BOY, ON A SEARCH FOR A LEGENDARY WEAPON Daslakh is an AI with a problem. Its favorite human, a young man named Zee, is in love with a woman who never existed — and he will scour the Solar System to find her. But in the Tenth Millennium a billion worlds circle the Sun—everything from terraformed planets to artificial habitats, home to a quadrillion beings. Daslakh's nicely settled life gets more complicated when Zee helps a woman named Adya escape a gang of crooks. This gets the pair caught up in the hunt for the Godel Trigger, a legendary weapon left over from an ancient war between humans and machines—which could spell the end of civilization. In their search, they face a criminal cat and her henchmen, a paranoid supermind with a giant laser, the greatest thief in history, and a woman who might actually be Zee's lost love. It's up to Daslakh to save civilization, keep Zee's love life on the right track—and make sure that nobody discovers the real secret of the Godel Trigger. Praise for Arkad's World: “Far-flung adventure . . . Cambias offers up an entertaining coming-of-age novel filled with action and surprises. His aliens are suitably non-human in mannerisms, attitudes, and objectives, and his worldbuilding suggests a vast universe ready for further exploration. Readers . . . will find this hits the spot.”—Publishers Weekly “. . . a classic quest story, a well-paced series of encounters with different folk along the way, building momentum toward a final confrontation with Arkad's past . . . [with] a delicious twist to the end.”—ALA Booklist “Cambias has achieved a feat of world-building: an expansive, believable setting with fascinating aliens, compelling mysteries, and a rich sense of history.”—Bookpage “Drop a teenage boy into a distant planet chock full of colorful aliens—with troubles all their own. Stir, flavor, apply heat. A tour de force in the field, and great, quick fun.”—Gregory Benford Praise for the work of James L. Cambias: “Beautifully written, with a story that captures the imagination the way SF should.”—Booklist, starred review “An engaging nail-biter that is exciting, fun and a satisfying read.”—The Qwillery '“An impressive debut by a gifted writer.”—Publishers Weekly, starred review “An exceptionally thoughtful, searching and intriguing debut.”—Kirkus, starred review “James Cambias will be one of the century's major names in hard science fiction.”—Robert J. Sawyer, Hugo Award–winning author of Red Planet Blues “Fast-paced, pure quill hard science fiction. . . . Cambias delivers adroit plot pivots that keep the suspense coming.”—Gregory Benford, Nebula Award-winning author of Timescape

The Mathematical Theory of Communication


Claude Shannon - 1949
    Republished in book form shortly thereafter, it has since gone through four hardcover and sixteen paperback printings. It is a revolutionary work, astounding in its foresight and contemporaneity. The University of Illinois Press is pleased and honored to issue this commemorative reprinting of a classic.