Browse Results

Showing 17,001 through 17,025 of 54,029 results

Cognizanti: An annual journal produced by Cognizant | VOLUME 9 ISSUE 1 2016 ((Part III) Digital Business 2020: Getting there from here! #3)

by Matthew Smith Reshma Trenchil Alan Alper Gary Beach Anand Chandramouli Bruce J. Rogow Stan Iyer Rajaram Radhakrishnan Mary Murphy-Hoye Prasad Satyavolu David Delano Rob Ao2 Ted Shelton Rob Asen Asen Burkhard Blechschmidt Jagan Ramachandran Manish Bahl Dharmesh Mistry

Progress on the Path to Digital Authenticity This edition of Cognizanti explores the essence of what it means to be digital (think of a digital-to-the-core attitude and customer autonomy as critical operating constructs) and amplifies the role that the thoroughly modern CIO can play in helping organizations achieve progress, both from a leadership and "gig" economy point of view. From there, we examine the evolving world of intel-ligent automation (systems that do, think, learn and adapt), as well as the emerging landscape of business platforms, where companies of all sizes and shapes can plug and play in ecosystems that they either own, manage or merely participate in. This new approach introduces an interesting variation on the "co-opetition" theme that has pervaded business for the past few decades.

High Performance MySQL: Optimization, Backups, and Replication

by Baron Schwartz Peter Zaitsev Vadim Tkachenko

How can you bring out MySQL’s full power? With High Performance MySQL, you’ll learn advanced techniques for everything from designing schemas, indexes, and queries to tuning your MySQL server, operating system, and hardware to their fullest potential. This guide also teaches you safe and practical ways to scale applications through replication, load balancing, high availability, and failover.Updated to reflect recent advances in MySQL and InnoDB performance, features, and tools, this third edition not only offers specific examples of how MySQL works, it also teaches you why this system works as it does, with illustrative stories and case studies that demonstrate MySQL’s principles in action. With this book, you’ll learn how to think in MySQL.Learn the effects of new features in MySQL 5.5, including stored procedures, partitioned databases, triggers, and viewsImplement improvements in replication, high availability, and clusteringAchieve high performance when running MySQL in the cloudOptimize advanced querying features, such as full-text searchesTake advantage of modern multi-core CPUs and solid-state disksExplore backup and recovery strategies—including new tools for hot online backups

Feature Engineering for Machine Learning: Principles and Techniques for Data Scientists

by Alice Zheng Amanda Casari

Feature engineering is a crucial step in the machine-learning pipeline, yet this topic is rarely examined on its own. With this practical book, you’ll learn techniques for extracting and transforming features—the numeric representations of raw data—into formats for machine-learning models. Each chapter guides you through a single data problem, such as how to represent text or image data. Together, these examples illustrate the main principles of feature engineering.Rather than simply teach these principles, authors Alice Zheng and Amanda Casari focus on practical application with exercises throughout the book. The closing chapter brings everything together by tackling a real-world, structured dataset with several feature-engineering techniques. Python packages including numpy, Pandas, Scikit-learn, and Matplotlib are used in code examples.You’ll examine:Feature engineering for numeric data: filtering, binning, scaling, log transforms, and power transformsNatural text techniques: bag-of-words, n-grams, and phrase detectionFrequency-based filtering and feature scaling for eliminating uninformative featuresEncoding techniques of categorical variables, including feature hashing and bin-countingModel-based feature engineering with principal component analysisThe concept of model stacking, using k-means as a featurization techniqueImage feature extraction with manual and deep-learning techniques

Mastering Bitcoin: Programming the Open Blockchain

by Andreas M. Antonopoulos

Join the technological revolution that’s taking the financial world by storm. Mastering Bitcoin is your guide through the seemingly complex world of bitcoin, providing the knowledge you need to participate in the internet of money. Whether you’re building the next killer app, investing in a startup, or simply curious about the technology, this revised and expanded second edition provides essential detail to get you started.Bitcoin, the first successful decentralized digital currency, is still in its early stages and yet it’s already spawned a multi-billion-dollar global economy open to anyone with the knowledge and passion to participate. Mastering Bitcoin provides the knowledge. You simply supply the passion.The second edition includes:A broad introduction of bitcoin and its underlying blockchain—ideal for non-technical users, investors, and business executivesAn explanation of the technical foundations of bitcoin and cryptographic currencies for developers, engineers, and software and systems architectsDetails of the bitcoin decentralized network, peer-to-peer architecture, transaction lifecycle, and security principlesNew developments such as Segregated Witness, Payment Channels, and Lightning NetworkA deep dive into blockchain applications, including how to combine the building blocks offered by this platform into higher-level applicationsUser stories, analogies, examples, and code snippets illustrating key technical concepts

Profit From Your Forecasting Software: A Best Practice Guide for Sales Forecasters (Wiley and SAS Business Series)

by Paul Goodwin

Go beyond technique to master the difficult judgement calls of forecasting A variety of software can be used effectively to achieve accurate forecasting, but no software can replace the essential human component. You may be new to forecasting, or you may have mastered the statistical theory behind the software’s predictions, and even more advanced “power user” techniques for the software itself—but your forecasts will never reach peak accuracy unless you master the complex judgement calls that the software cannot make. Profit From Your Forecasting Software addresses the issues that arise regularly, and shows you how to make the correct decisions to get the most out of your software. Taking a non-mathematical approach to the various forecasting models, the discussion covers common everyday decisions such as model choice, forecast adjustment, product hierarchies, safety stock levels, model fit, testing, and much more. Clear explanations help you better understand seasonal indices, smoothing coefficients, mean absolute percentage error, and r-squared, and an exploration of psychological biases provides insight into the decision to override the software’s forecast. With a focus on choice, interpretation, and judgement, this book goes beyond the technical manuals to help you truly grasp the more intangible skills that lead to better accuracy. Explore the advantages and disadvantages of alternative forecasting methods in different situations Master the interpretation and evaluation of your software’s output Learn the subconscious biases that could affect your judgement toward intervention Find expert guidance on testing, planning, and configuration to help you get the most out of your software Relevant to sales forecasters, demand planners, and analysts across industries, Profit From Your Forecasting Software is the much sought-after “missing piece” in forecasting reference.

Adobe Photoshop CC

by Andrew Faulkner Conrad Chavez

Adobe® Photoshop® CC, the benchmark for digital imaging excellence, provides strong performance, powerful image editing features, and an intuitive interface. Adobe Camera Raw, included with Photoshop CC, offers flexibility and control as you work with raw images as well as TIFF and JPEG images.

Machine Learning in Python: Essential Techniques For Predictive Analysis

by Michael Bowles

Learn a simpler and more effective way to analyze data and predict outcomes with Python<P><P> Machine Learning in Python shows you how to successfully analyze data using only two core machine learning algorithms, and how to apply them using Python. By focusing on two algorithm families that effectively predict outcomes, this book is able to provide full descriptions of the mechanisms at work, and the examples that illustrate the machinery with specific, hackable code. The algorithms are explained in simple terms with no complex math and applied using Python, with guidance on algorithm selection, data preparation, and using the trained models in practice. You will learn a core set of Python programming techniques, various methods of building predictive models, and howto measure the performance of each model to ensure that the right one is used. The chapters on penalized linear regression and ensemble methods dive deep into each of the algorithms, and you can use the sample code in the book to develop your own data analysis solutions.<P> Machine learning algorithms are at the core of data analytics and visualization.<P> In the past, these methods required a deep background in math and statistics, often in combination with the specialized R programming language. This book demonstrates how machine learning can be implemented using the more widely used and accessible Python programming language. <P> * Predict outcomes using linear and ensemble algorithm families <P> * Build predictive models that solve a range of simple and complex problems <P> * Apply core machine learning algorithms using Python <P> * Use sample code directly to build custom solutions<P> Machine learning doesn't have to be complex and highly specialized. Python makes this technology more accessible to a much wider audience, using methods that are simpler, effective, and well tested. Machine Learning in Python shows you how to do this,without requiring an extensive background in math or statistics.

The Toxic Meritocracy of Video Games: Why Gaming Culture Is the Worst

by Christopher A. Paul

An avid gamer and sharp media critic explains meritocracy’s negative contribution to video game culture—and what can be done about it Video games have brought entertainment, education, and innovation to millions, but gaming also has its dark sides. From the deep-bred misogyny epitomized by GamerGate to the endemic malice of abusive player communities, gamer culture has had serious real-world repercussions, ranging from death threats to sexist industry practices and racist condemnations. In The Toxic Meritocracy of Video Games, new media critic and longtime gamer Christopher A. Paul explains how video games’ focus on meritocracy empowers this negative culture. Paul first shows why meritocracy is integral to video-game design, narratives, and values. Games typically valorize skill and technique, and common video-game practices (such as leveling) build meritocratic thinking into the most basic premises. Video games are often assumed to have an even playing field, but they facilitate skill transfer from game to game, allowing certain players a built-in advantage.The Toxic Meritocracy of Video Games identifies deep-seated challenges in the culture of video games—but all is not lost. As Paul argues, similarly meritocratic institutions like professional sports and higher education have found powerful remedies to alleviate their own toxic cultures, including active recruiting and strategies that promote values such as contingency, luck, and serendipity. These can be brought to the gamer universe, Paul contends, ultimately fostering a more diverse, accepting, and self-reflective culture that is not only good for gamers but good for video games as well.

Intelligent Systems and Applications: Extended And Selected Results From The Sai Intelligent Systems Conference (intellisys) 2015 (Studies In Computational Intelligence #650)

by Supriya Kapoor Rahul Bhatia Yaxin Bi

This book is a remarkable collection of chapters covering a wider range of topics, including unsupervised text mining, anomaly and Intrusion Detection, Self-reconfiguring Robotics, application of Fuzzy Logic to development aid, Design and Optimization, Context-Aware Reasoning, DNA Sequence Assembly and Multilayer Perceptron Networks. The twenty-one chapters present extended results from the SAI Intelligent Systems Conference (IntelliSys) 2015 and have been selected based on high recommendations during IntelliSys 2015 review process. This book presents innovative research and development carried out presently in fields of knowledge representation and reasoning, machine learning, and particularly in intelligent systems in a more broad sense. It provides state - of - the - art intelligent methods and techniques for solving real world problems along with a vision of the future research.

World of Warcraft Chronicle Volume 3

by Blizzard Entertainment

Blizzard Entertainment and Dark Horse Books are proud to present the third installment of their bestselling World of Warcraft Chronicle series!Like its predecessors, Volume III features beautiful full-color artwork by Peter Lee, Emily Chen, Stanton Feng, and other fan-favorite artists, as well as intricately detailed maps and spot art by Joseph Lacroix. Bolster your knowledge of Warcraftlore with this striking third volume!

Discovering Computers 2017 Essentials: Tools, Apps, Devices, and the Impact of Technology, Enhanced Edition

by Misty E. Vermaat Susan L. Sebok Steven M. Freund

NIMAC-sourced textbook

Analytics and Big Data for Accountants (AICPA)

by Jim Lindell

Analytics is a new force driving business. Tools have been created to measure program effects and return on investment, visualize data and business processes, and uncover the relationship between key performance indicators—many using the unprecedented amount of data now moving into organizations. In this course, you will discuss leading-edge topics in analytics and finance in a session that is packed with useful tips and practical guidance that you can apply immediately.

AppleScript in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))

by Bruce W. Perry

AppleScript in a Nutshell is the first complete reference to AppleScript, the popular programming language that gives both power users and sophisticated enterprise customers the important ability to automate repetitive tasks and customize applications. AppleScript in a Nutshell is a high-end handbook at a low-end price--an essential desktop reference that puts the full power of this user-friendly programming language into every AppleScript user's hands.

Information Systems for Healthcare Management (Eighth Edition)

by Gerald L. Glandon Detlev H. Smaltz Donna J. Slovensky

This bestseller provides readers with the comprehensive knowledge necessary to understand healthcare information technology (HIT) and to hone their skills in HIT management. The book explores the areas where leaders must exhibit basic awareness or competency, including hardware, software, and communication systems; operational, management, and clinical applications; and selection, implementation, and valuation. <p><p> Each chapter has been updated to reflect current trends and challenges in the field as well as the implications of the 2010 healthcare reform law and other relevant federal mandates. Each chapter also features learning objectives, web resources, and discussion questions. This revised edition includes a glossary that clarifies technical terms as well as a list of abbreviations for important terms. Links to Internet sources are provided to supplement the information on the major topics covered in each chapter.

Essential Computing Skills (Second Edition)

by Russel Stolins

Essential Skills Series Comupting Skills Second Edition

Building a Foundation with Microsoft Office 2016

by Alec Fehl Christie Jahn Hovey Ben Linford Dill Murphy

Building a Foundation with Microsoft Office 2016

Shame Nation: The Global Epidemic Of Online Hate

by Melissa Schorr Sue Scheff Monica Lewinksy

"Engaging, sharp, and important — Shame Nation will inspire you to open your eyes and be better." — Theresa Payton, CEO of Fortalice Solutions and Deputy Director of Intelligence on CBS' HuntedIn today's digitally driven world, disaster is only a click away. A rogue tweet could bring down a business; an army of trolls can run a celebrity off-line; and virtual harassment might cause real psychological damage. Shame Nation is the first book to both study the fascinating phenomenon of online shaming, and offer practical guidance and inspiring advice on how to prevent and protect against cyber blunders and faceless bullies. Author and acclaimed Internet safety expert Sue Scheff unveils all sides of an issue that it only becoming more relevant day by day while drawing from the expertise of other top professionals spanning fields including law, psychology, and reputation management.From damning screenshots to revenge porn, Shame Nation shines a light on the rising trend of an online shame culture and empowers readers to take charge of their digital lives.

Networking All-in-One For Dummies® (For Dummies Series)

by Doug Lowe

Whether you're in charge of a small network or a large network, Networking All-in-One is full of the information you’ll need to set up a network and keep it functioning. Fully updated to capture the latest Windows 10 releases through Spring 2018, this is the comprehensive guide to setting up, managing, and securing a successful network. <p><p> Inside, nine minibooks cover essential, up-to-date information for networking in systems such as Windows 10 and Linux, as well as best practices for security, mobile and cloud-based networking, and much more.

FPGA Prototyping by VHDL Examples: Xilinx Microblaze Mcs Soc

by Pong P. Chu

A hands-on introduction to FPGA prototyping and SoC design This Second Edition of the popular book follows the same “learning-by-doing” approach to teach the fundamentals and practices of VHDL synthesis and FPGA prototyping. It uses a coherent series of examples to demonstrate the process to develop sophisticated digital circuits and IP (intellectual property) cores, integrate them into an SoC (system on a chip) framework, realize the system on an FPGA prototyping board, and verify the hardware and software operation. The examples start with simple gate-level circuits, progress gradually through the RT (register transfer) level modules, and lead to a functional embedded system with custom I/O peripherals and hardware accelerators. Although it is an introductory text, the examples are developed in a rigorous manner, and the derivations follow strict design guidelines and coding practices used for large, complex digital systems. The new edition is completely updated. It presents the hardware design in the SoC context and introduces the hardware-software co-design concept. Instead of treating examples as isolated entities, the book integrates them into a single coherent SoC platform that allows readers to explore both hardware and software “programmability” and develop complex and interesting embedded system projects. The revised edition: Adds four general-purpose IP cores, which are multi-channel PWM (pulse width modulation) controller, I2C controller, SPI controller, and XADC (Xilinx analog-to-digital converter) controller. Introduces a music synthesizer constructed with a DDFS (direct digital frequency synthesis) module and an ADSR (attack-decay-sustain-release) envelop generator. Expands the original video controller into a complete stream-based video subsystem that incorporates a video synchronization circuit, a test pattern generator, an OSD (on-screen display) controller, a sprite generator, and a frame buffer. Introduces basic concepts of software-hardware co-design with Xilinx MicroBlaze MCS soft-core processor. Provides an overview of bus interconnect and interface circuit. Introduces basic embedded system software development. Suggests additional modules and peripherals for interesting and challenging projects. The FPGA Prototyping by VHDL Examples, Second Edition makes a natural companion text for introductory and advanced digital design courses and embedded system course. It also serves as an ideal self-teaching guide for practicing engineers who wish to learn more about this emerging area of interest.

Programming Interviews Exposed: Coding Your Way Through the Interview

by John Mongan Noah Suojanen Kindler Eric Giguere

Ace technical interviews with smart preparation Programming Interviews Exposed is the programmer’s ideal first choice for technical interview preparation. Updated to reflect changing techniques and trends, this new fourth edition provides insider guidance on the unique interview process that today's programmers face. Online coding contests are being used to screen candidate pools of thousands, take-home projects have become commonplace, and employers are even evaluating a candidate's public code repositories at GitHub—and with competition becoming increasingly fierce, programmers need to shape themselves into the ideal candidate well in advance of the interview. This book doesn't just give you a collection of questions and answers, it walks you through the process of coming up with the solution so you learn the skills and techniques to shine on whatever problems you’re given. This edition combines a thoroughly revised basis in classic questions involving fundamental data structures and algorithms with problems and step-by-step procedures for new topics including probability, data science, statistics, and machine learning which will help you fully prepare for whatever comes your way. Learn what the interviewer needs to hear to move you forward in the process Adopt an effective approach to phone screens with non-technical recruiters Examine common interview problems and tests with expert explanations Be ready to demonstrate your skills verbally, in contests, on GitHub, and more Technical jobs require the skillset, but you won’t get hired unless you are able to effectively and efficiently demonstrate that skillset under pressure, in competition with hundreds of others with the same background. Programming Interviews Exposed teaches you the interview skills you need to stand out as the best applicant to help you get the job you want.

Coding iPhone Apps for Kids: A Playful Introduction To Swift

by Matt Mccarthy Gloria Winquist

Apple’s Swift is a powerful, beginner-friendly programming language that anyone can use to make cool apps for the iPhone or iPad. In Coding iPhone Apps for Kids, you’ll learn how to use Swift to write programs, even if you’ve never programmed before.You’ll work in the Xcode playground, an interactive environment where you can play with your code and see the results of your work immediately! You’ll learn the fundamentals of programming too, like how to store data in arrays, use conditional statements to make decisions, and create functions to organize your code—all with the help of clear and patient explanations.Once you master the basics, you’ll build a birthday tracker app so that you won’t forget anyone’s birthday and a platform game called Schoolhouse Skateboarder with animation, jumps, and more!As you begin your programming adventure, you’ll learn how to:–Build programs to save you time, like one that invites all of your friends to a party with just the click of a button!–Program a number-guessing game with loops to make the computer keep guessing until it gets the right answer–Make a real, playable game with graphics and sound effects using SpriteKit–Challenge players by speeding up your game and adding a high-score systemWhy should serious adults have all the fun? Coding iPhone Apps for Kids is your ticket to the exciting world of computer programming.Covers Swift 3.x and Xcode 8.x. Requires OS X 10.11 or higher.

Passwords: Philology, Security, Authentication

by Brian Lennon

Cryptology, the mathematical and technical science of ciphers and codes, and philology, the humanistic study of natural or human languages, are typically understood as separate domains of activity. But Brian Lennon contends that these two domains, both concerned with authentication of text, should be viewed as contiguous. He argues that computing’s humanistic applications are as historically important as its mathematical and technical ones. What is more, these humanistic uses, no less than cryptological ones, are marked and constrained by the priorities of security and military institutions devoted to fighting wars and decoding intelligence. Lennon’s history encompasses the first documented techniques for the statistical analysis of text, early experiments in mechanized literary analysis, electromechanical and electronic code-breaking and machine translation, early literary data processing, the computational philology of late twentieth-century humanities computing, and early twenty-first-century digital humanities. Throughout, Passwords makes clear the continuity between cryptology and philology, showing how the same practices flourish in literary study and in conditions of war. Lennon emphasizes the convergence of cryptology and philology in the modern digital password. Like philologists, hackers use computational methods to break open the secrets coded in text. One of their preferred tools is the dictionary, that preeminent product of the philologist’s scholarly labor, which supplies the raw material for computational processing of natural language. Thus does the historic overlap of cryptology and philology persist in an artifact of computing—passwords—that many of us use every day.

CISSP Official (ISC)2 Practice Tests

by David Seidl Mike Chapple

Full-length practice tests covering all CISSP domains for the ultimate in exam prep The CISSP Official (ISC)2 Practice Tests is a major resource for CISSP candidates, providing 1300 unique practice questions. The first part of the book provides 100 questions per domain so you can practice on any domains you know you need to brush up on. After that, you get two unique 250-question practice exams to help you master the material and practice simulated exam taking well in advance of the exam. The two practice exams cover all exam domains, and are included in identical proportion to the exam itself to help you gauge the relative importance of each topic covered. As the only official practice tests endorsed by the (ISC)2, this book gives you the advantage of full and complete preparation: coverage includes Security and Risk Management; Asset Security; Security Engineering; Communication and Network Security; Identity and Access Management; Security Assessment and Testing; Security Operations; and Software Development Security. These practice tests align with the 2015 version of the exam to ensure up-to-date preparation, and are designed to simulate what you'll see on exam day. The CISSP credential signifies a body of knowledge and a set of guaranteed skills that put you in demand in the marketplace. This book is your ticket to achieving this prestigious certification, by helping you test what you know against what you need to know. Align your preparation with the 2015 CISSP Body of Knowledge Test your knowledge of all exam domains Identify areas in need of further study Gauge your progress throughout your exam preparation The Certified Information Systems Security Professional exam is refreshed every few years to ensure that candidates are up-to-date on the latest security topics and trends. Currently-aligned preparation resources are critical, and periodic practice tests are one of the best ways to truly measure your level of understanding. The CISSP Official (ISC)2 Practice Tests is your secret weapon for success, and the ideal preparation tool for the savvy CISSP candidate.

CompTIA Server+ Study Guide: Exam Sk0-004

by Troy Mcmillan

Comprehensive interactive exam preparation plus expert insight from the field CompTIA Server+ Study Guide Exam SK0-004 is your ideal study companion for the SK0-004 exam. With 100% coverage of all exam objectives, this guide walks you through system hardware, software, storage, best practices, disaster recovery, and troubleshooting, with additional coverage of relevant topics including virtualization, big data, cloud storage, security, and scalability. Get an 'in the trenches' view of how server and data storage administration works in a real-world IT environment. From the basics through advanced topics, you'll learn how to deliver world-class solutions in today's evolving organizations by getting under the hood of technologies that enable performance, resiliency, availability, recoverability, and simplicity. Gain access to the Sybex interactive online learning environment, which features electronic flashcards, a searchable glossary, test bank, and bonus practice exams to reinforce what you have learned. Using and understanding in-house storage devices and the cloud has become an urgent skill for any IT professional. This is your comprehensive, expert driven study guide for taking the CompTIA Server+ exam SK0-004 Study 100% of exam objectives and more Understand storage design, implementation, and administration Utilize bonus practice exams and study tools Gain a real-world perspective of data storage technology CompTIA Server+ Study Guide Exam SK0-004 is your ticket to exam day confidence.

Disability Rights Advocacy Online: Voice, Empowerment and Global Connectivity (Routledge Studies in Global Information, Politics and Society)

by Filippo Trevisan

Disability rights advocates in the United Kingdom and the United States recently embraced new media technologies in unexpected and innovative ways. This book sheds light on this process of renewal and asks whether the digitalisation of disability rights advocacy can help re-configure political participation into a more inclusive experience for disabled Internet users, enhancing their stakes in democratic citizenship.

Refine Search

Showing 17,001 through 17,025 of 54,029 results