Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Safari, an O'Reilly Media Company.  (92)
  • [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc.  (73)
  • [Erscheinungsort nicht ermittelbar] : Take Control Books  (19)
  • Electronic books ; local  (92)
Datasource
Material
Language
Years
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (222 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Hit the ground running with React, the open-source technology from Facebook for building rich web applications fast. With the second edition of this practical guide, Stoyan Stefanov-designer of the YSlow 2.0 performance tool-shows you how to build React components and organize them into maintainable, large-scale apps. If you're familiar with basic JavaScript syntax, you're ready to get started. Through the course of the book, web developers and programmers will build a complete custom app that lets you store data on the client. You'll quickly learn why some developers consider React the key to the web app development puzzle.
    Note: Online resource; Title from title page (viewed July 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (158 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The design patterns in this book capture best practices and solutions to recurring problems in machine learning. Authors Valliappa Lakshmanan, Sara Robinson, and Michael Munn catalog the first tried-and-proven methods to help engineers tackle problems that frequently crop up during the ML process. These design patterns codify the experience of hundreds of experts into advice you can easily follow. The authors, three Google Cloud engineers, describe 30 patterns for data and problem representation, operationalization, repeatability, reproducibility, flexibility, explainability, and fairness. Each pattern includes a description of the problem, a variety of potential solutions, and recommendations for choosing the most appropriate remedy for your situation. You'll learn how to: Identify and mitigate common challenges when training, evaluating, and deploying ML models Represent data for different ML model types, including embeddings, feature crosses, and more Choose the right model type for specific problems Build a robust training loop that uses checkpoints, distribution strategy, and hyperparameter tuning Deploy scalable ML systems that you can retrain and update to reflect new data Interpret model predictions for stakeholders and ensure that models are treating users fairly
    Note: Online resource; Title from title page (viewed February 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (76 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Every enterprise application creates data, whether it consists of log messages, metrics, user activity, outgoing messages, or something else. Moving all of this data is just as important as the data itself. This book's updated second edition shows application architects, developers, and production engineers new to the Kafka open source streaming platform how to handle real-time data feeds. Additional chapters cover Kafka's AdminClient API, new security features, and tooling changes. Engineers from Confluent and LinkedIn responsible for developing Kafka explain how to deploy production Kafka clusters, write reliable event-driven microservices, and build scalable stream processing applications with this platform. Through detailed examples, you'll learn Kafka's design principles, reliability guarantees, key APIs, and architecture details, including the replication protocol, the controller, and the storage layer. You'll examine: How publish-subscribe messaging fits in the big data ecosystem Kafka producers and consumers for writing and reading messages Patterns and use-case requirements to ensure reliable data delivery Best practices for building data pipelines and applications with Kafka How to perform monitoring, tuning, and maintenance tasks with Kafka in production The most critical metrics among Kafka's operational measurements Kafka's delivery capabilities for stream processing systems
    Note: Online resource; Title from title page (viewed October 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (122 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If you use data to make critical business decisions, this book is for you. Whether you're a data analyst, research scientist, data engineer, ML engineer, data scientist, application developer, or systems developer, this guide helps you broaden your understanding of the modern data science stack, create your own machine learning pipelines, and deploy them to applications at production scale. The AWS data science stack unifies data science, data engineering, and application development to help you level up your skills beyond your current role. Authors Antje Barth and Chris Fregly show you how to build your own ML pipelines from existing APIs, submit them to the cloud, and integrate results into your application in minutes instead of days. Innovate quickly and save money with AWS's on-demand, serverless, and cloud-managed services Implement open source technologies such as Kubeflow, Kubernetes, TensorFlow, and Apache Spark on AWS Build and deploy an end-to-end, continuous ML pipeline with the AWS data science stack Perform advanced analytics on at-rest and streaming data with AWS and Spark Integrate streaming data into your ML pipeline for continuous delivery of ML models using AWS and Apache Kafka
    Note: Online resource; Title from title page (viewed July 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (74 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: With over 75 million downloads per month, Spring Boot is the most widely used Java framework available. Its ease and power have revolutionized application development from monoliths to microservices. Yet Spring Boot's simplicity can also be confusing. How do developers learn enough to be productive immediately? This practical book shows you how to use this framework to write successful mission-critical applications. Mark Heckler from VMware, the company behind Spring, guides you through Spring Boot's architecture and approach, along with topics such as debugging, testing, and deployment. If you want to develop cloud native Java or Kotlin applications with Spring Boot rapidly and effectively-using reactive programming, building APIs, and creating database access of all kinds-this book is for you. Learn how Spring Boot simplifies cloud native application development and deployment Build reactive applications and extend communication across the network boundary to create distributed systems Understand how Spring Boot's architecture and approach increases developer productivity and application portability Deploy Spring Boot applications for production workloads rapidly and reliably Monitor application and system health for optimal performance and reliability Debug, test, and secure cloud-based applications painlessly
    Note: Online resource; Title from title page (viewed February 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (48 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Go is rapidly becoming the preferred language for building web services. There are plenty of tutorials available that teach Go's syntax to developers with experience in other programming languages. But tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't make sense in a Go context. This practical guide provides the essential background you need to write clear and idiomatic Go. No matter your level of experience, you'll learn how to think like a Go developer. Author Jon Bodner explains the rationale behind the Go team's design decisions and reveals design patterns that experienced Go developers have adopted. You'll learn how to structure your project and choose the proper tools and libraries to create successful software. Learn how to write idiomatic code in Go and design a Go project Understand the reasons for the design decisions in Go Set up a Go development environment for a solo developer or team Explore which libraries to select when solving problems Learn how Go's features allow the language to run efficiently Know which Go features you should use sparingly, or not at all
    Note: Online resource; Title from title page (viewed May 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (350 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Financial trading, once the exclusive domain of institutional players, is now open to small organizations and individual traders using online platforms. The tool of choice for many traders today is Python and its ecosystem of powerful packages. In this practical book, author Yves Hilpisch shows students, academics, and practitioners how to use Python in the fascinating field of algorithmic trading. You'll learn several ways to apply Python to different aspects of algorithmic trading, such as backtesting trading strategies and interacting with online trading platforms. Some of the biggest buy- and sell-side institutions make heavy use of Python. By exploring options for systematically building and deploying automated algorithmic trading strategies, this book will help you level the playing field. Set up a proper Python environment for algorithmic trading Learn how to retrieve financial data from public and proprietary data sources Explore vectorization for financial analytics with NumPy and pandas Master vectorized backtesting of different algorithmic trading strategies Generate market predictions by using machine learning and deep learning Tackle real-time processing of streaming data with socket programming tools Implement automated algorithmic trading strategies with the OANDA and FXCM platforms
    Note: Online resource; Title from title page (viewed January 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (110 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Data pipelines are the foundation for success in data analytics and machine learning. Moving data from many diverse sources and processing it to provide context is the difference between having data and actually gaining value from it. This pocket reference defines data pipelines and explains how they work in today's modern data stack. You'll learn common considerations and key decision points when implementing pipelines, such as data pipeline design patterns, data ingestion implementation, data transformation, the orchestration of pipelines, and build versus buy decision making. This book addresses the most common decisions made by data professionals and discusses foundational concepts that apply to open source frameworks, commercial products, and homegrown solutions. You'll learn: What a data pipeline is and how it works How data is moved and processed on modern data infrastructure, including cloud platforms Common tools and products used by data engineers to build pipelines How pipelines support machine learning and analytics needs Considerations for pipeline maintenance, testing, and alerting
    Note: Online resource; Title from title page (viewed May 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (622 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: The Rust programming language offers the rare and valuable combination of statically verified memory safety and low-level control. Imagine C++ but without dangling pointers, null pointer dereferences, leaks, or buffer overruns. With this practical guide, systems programmers will understand Rust's rules clearly and economically. You'll learn how to express programs that Rust can prove are free of a broad class of common errors. Rust brings the benefits of an expressive modern type system to systems programming. Authors Jim Blandy and Jason Orendorff demonstrate how Rust's features put programmers in control over memory consumption and processor use, combining predictable performance with memory safety and trustworthy concurrency. You'll learn: How to write fast, safe, concurrent programs in Rust Rust's rules for managing memory efficiently, including ownership, borrowing, moves, and lifetimes How to design interfaces that fit well into the Rust ecosystem Rust's all-purpose Cargo tool for building, testing, and managing Rust packages High-level features like traits, generics, closures, and iterators that make Rust productive and flexible
    Note: Online resource; Title from title page (viewed May 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (84 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Working with unbounded and fast-moving data streams has historically been difficult. But with Kafka Streams and ksqlDB, building stream processing applications is easy and fun. This practical guide explores the world of real-time data systems through the lens of these popular technologies and explains important stream processing concepts against a backdrop of interesting business problems. Mitch Seymour, senior data systems engineer at Mailchimp, introduces you to both Kafka Streams and ksqlDB so that you can choose the best tool for each unique stream processing project. Non-Java developers will find the ksqlDB path to be an especially gentle introduction to stream processing. In this book, you'll learn: Basic and advanced uses of Kafka Streams and ksqlDB How to transform, enrich, and process event streams How to build both stateless and stateful stream processing applications The different notions of time and the role it plays in stream processing How to to build event-driven microservices on top of continuous event streams Features, operational characteristics, deployment patterns, and configuration tips for both technologies
    Note: Online resource; Title from title page (viewed March 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Distributed systems have become more fine-grained as organizations shift from code-heavy monolithic applications to smaller, self-contained microservices. But developing these systems brings its own set of problems. With lots of examples and practical advice, this expanded second edition takes a holistic view of the topics system architects and administrators must consider when building, managing, and evolving microservices architectures. Author Sam Newman provides you with a firm grounding in the concepts while diving into the latest solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. Through real-world examples, you'll learn how organizations worldwide are getting the most out of these architectures. Microservices technologies are moving quickly. This book brings you up to speed. Get new information on user interfaces, container orchestration, and serverless Use microservices to align system design with your organization's goals Explore options for integrating a service with the rest of your system Take an incremental approach when splitting monolithic codebases Deploy individual microservices through continuous integration Examine the complexities of testing and monitoring distributed services Manage security with expanded content around user-to-service and service-to-service models Understand the challenges of scaling microservices architectures
    Note: Online resource; Title from title page (viewed July 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (136 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Node.js is used by many companies for building performant backend services without sacrificing developer efficiency. Thanks to its approachable API and familiar syntax, Node.js is loved by engineers and used by startups and Fortune 500s alike. Backed by the world's largest package repository, its enterprise foothold is only expected to grow. In this hands-on guide, author Thomas Hunter II proves that Node.js is just as capable as traditional enterprise platforms for building services that are observable, scalable, and resilient. Intermediate to advanced Node.js developers will find themselves integrating application code with a breadth of tooling from each layer of a modern service stack. Learn why running redundant copies of the same Node.js service is necessary Know which protocol to choose, depending on the situation Fine-tune your application containers for use in production Track down errors in a distributed setting to determine which service is at fault Simplify app code and increase performance by offloading work to a reverse proxy Build dashboards to monitor service health and throughput Find out why so many different tools are required when operating in an enterprise environment
    Note: Online resource; Title from title page (viewed April 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (69 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: AI is poised to transform every aspect of healthcare, including the way we manage personal health from customer experience and clinical care to healthcare cost reductions. This practical book is one of the first to describe present and future use cases where AI can help solve pernicious healthcare problems. Kerrie Holley and Siupo Becker provide guidance to help informatics and healthcare leadership create AI strategy and implementation plans for healthcare. With this book, business stakeholders and practitioners will be able to build knowledge, a road map, and the confidence to support AI in their organizations-without getting into the weeds of algorithms or open source frameworks. Cowritten by an AI technologist and a medical doctor who leverages AI to solve healthcare's most difficult challenges, this book covers: The myths and realities of AI, now and in the future Human-centered AI: what it is and how to make it possible How to use various AI technologies to go beyond precision medicine Delivering patient care using the IoT and ambient computing with AI How AI can help reduce waste in healthcare AI strategy and identifying high-priority AI applications
    Note: Online resource; Title from title page (viewed February 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (76 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: React helps you create and work on an app in just a few minutes, but learning how to put all the pieces together is hard. How do you validate a form? Or implement a complex multistep user action without writing messy code? How do you test your code? Make it reusable? Wire it to a backend? Keep it easy to understand? The React Cookbook delivers answers fast. Many books teach you how to get started, understand the framework, or use a component library with React, but very few provide examples to help you solve particular problems. This easy-to-use cookbook includes the example code developers need to unravel the most common problems when using React, categorized by topic area and problem. You'll learn how to: Create a single-page application in React using a rich UI Structure code that can be worked on by large teams Integrate with backend services such as REST and GraphQL Use offline caching with technologies such as Redux or MobX Secure applications with technologies such as OAuth Deal with bugs and avoid common functional and performance problems
    Note: Online resource; Title from title page (viewed October 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (200 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: While Excel remains ubiquitous in the business world, recent Microsoft feedback forums are full of requests to include Python as an Excel scripting language-in fact, it's the top feature requested. What makes this combination so compelling? In this hands-on guide, Felix Zumstein-creator of xlwings, a popular open source package that allows the automation of Excel with Python-shows experienced Excel users how to integrate these two worlds efficiently. Excel has added quite a few new capabilities over the past couple of years, but its automation language, VBA, stopped evolving a long time ago. Many Excel power users have already adopted Python for their daily automation tasks. This guide gets you started. Use Python without previous programming knowledge Get started with modern tools, including Jupyter notebooks and Visual Studio Code Use pandas to acquire, clean, and analyze data and replace typical Excel calculations Automate tedious tasks like consolidation of Excel workbooks and production of Excel reports Use xlwings to build interactive Excel tools that use Python as a calculation engine Connect Excel to databases and CSV files and fetch data from the internet using Python code Write unit tests in Python to build solid spreadsheets
    Note: Online resource; Title from title page (viewed July 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (81 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Tell your story and show it with data, using free and easy-to-learn tools on the web. This introductory book teaches you how to design interactive charts and customized maps for your website, beginning with simple drag-and-drop tools such as Google Sheets, Datawrapper, and Tableau Public. You'll also gradually learn how to edit open source code templates like Chart.js, Highcharts, and Leaflet on GitHub. Hands-On Data Visualization for All takes you step-by-step through tutorials, real-world examples, and online resources. This hands-on resource is ideal for students, nonprofit organizations, small business owners, local governments, journalists, academics, and anyone who wants to take data out of spreadsheets and turn it into lively interactive stories. No coding experience is required. Build interactive charts and maps and embed them in your website Understand the principles for designing effective charts and maps Learn key data visualization concepts to help you choose the right tools Convert and transform tabular and spatial data to tell your data story Edit and host Chart.js, Highcharts, and Leaflet map code templates on GitHub Learn how to detect bias in charts and maps produced by others
    Note: Online resource; Title from title page (viewed April 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (41 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Selling your CTO on the merits of OpenShift and Kubernetes is only the beginning. When it comes to operating and scaling OpenShift, you need to understand how to manage and expose resources to application teams and how to continuously deliver changes to applications running in these environments. With this practical book, new and experienced developers and operators will learn specific techniques and examples for operationalizing OpenShift and Kubernetes in the enterprise. Industry experts Michael Elder, Jake Kitchener, and Brad Topol show you how to run OpenShift and Kubernetes in production and deliver your applications to a highly available, secure, and scalable platform. You'll learn how to build a strong foundation in advanced cluster operational topics, such as tenancy management, scheduling and capacity management, cost management, continuous delivery, and more. This book shows you how to: Manage multiple teams in their use of OpenShift and Kubernetes Promote the efficient use of data center resources Deliver highly available applications and services Manage application tenancy throughout the enterprise Provide multicluster management and high availability Apply continuous updates to OpenShift and Kubernetes Devise and deliver disaster recovery strategies
    Note: Online resource; Title from title page (viewed December 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (64 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Save time and trouble building object-oriented, functional, and concurrent applications with Scala 3. The latest edition of this comprehensive cookbook is packed with more than 250 ready-to-use recipes and 700 code examples to help you solve the most common problems when working with Scala and its popular libraries. Whether you're working on web, big data, or distributed applications, this cookbook provides recipes based on real-world scenarios for experienced Scala developers and for programmers just learning to use this JVM language. Author Alvin Alexander includes practical solutions from his experience using Scala for highly scalable applications that support concurrency and distribution. Recipes cover: Strings, numbers, and control structures Classes, methods, objects, traits, packaging, and imports Functional programming in a variety of situations Building Scala applications with sbt Collections covering Scala's wealth of classes and methods Actors and concurrency List, array, map, set, and more Files, processes, and command-line tasks Web services and interacting with Java Databases and persistence, data types and idioms
    Note: Online resource; Title from title page (viewed January 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (92 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Reinforcement learning (RL) will deliver one of the biggest breakthroughs in AI over the next decade, enabling algorithms to learn from their environment to achieve arbitrary goals. This exciting development avoids constraints found in traditional machine learning (ML) algorithms. This practical book shows data science and AI professionals how to perform the reinforcement process that allows a machine to learn by itself. Author Dr. Phil Winder of Winder Research covers everything from basic building blocks to state-of-the-art practices. You'll explore the current state of RL, focusing on industrial applications, and learn numerous algorithms, frameworks, and environments. This is no cookbook-it doesn't shy away from math and expects familiarity with ML. Learn what RL is and how the algorithms help solve problems Become grounded in RL fundamentals including Markov decision processes, dynamic programming, and temporal difference learning Dive deep into value methods and policy gradient methods Apply advanced RL implementations such as meta learning, hierarchical learning, evolutionary algorithms, and imitation learning Understand cutting-edge deep RL algorithms including Rainbow, PPO, TD3, SAC, and more Get practical examples through the accompanying Git repository
    Note: Online resource; Title from title page (viewed March 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (68 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Most of the data that companies collect is related to customer behaviors, such as clicks on a website or purchases in a supermarket. But data science algorithms and predictive analytics tools aren't that specific, so customer data is treated the same way as, for example, astronomical or genomic data. This practical guide introduces powerful methods for behavioral data analysis that you're probably not aware of. Advanced experimental design will help you get the most out of your A/B tests, while causal diagrams will allow you to tease out causality from correlation even when you can't run experiments. Written in an accessible style for data scientists, business analysts, and behavioral scientists, this practical book provides complete examples and exercises in R and Python to help you gain more insight from your data-immediately. Understand the specifics of behavioral data Explore the differences between measurement and prediction Learn how to clean and prepare behavioral data Design and analyze experiments to drive optimal business decisions Use behavioral data to understand and measure cause and effect Segment customers in a transparent and insightful way
    Note: Online resource; Title from title page (viewed June 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (41 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If you're looking to make a career move from programmer to AI specialist, this is the ideal place to start. Based on Laurence Moroney's extremely successful AI courses, this introductory book provides a hands-on, code-first approach to help you build confidence while you learn key topics. You'll understand how to implement the most common scenarios in machine learning, such as computer vision, natural language processing (NLP), and sequence modeling for web, mobile, cloud, and embedded runtimes. Most books on machine learning begin with a daunting amount of advanced math. This guide is built on practical lessons that let you work directly with the code. You'll learn: How to build models with TensorFlow using skills that employers desire The basics of machine learning by working with code samples How to implement computer vision, including feature detection in images How to use NLP to tokenize and sequence words and sentences Methods for embedding models in Android and iOS How to serve models over the web and in the cloud with TensorFlow Serving
    Note: Online resource; Title from title page (viewed April 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (26 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: More than half of the analytics and machine learning (ML) models created by organizations today never make it into production. Instead, many of these ML models do nothing more than provide static insights in a slideshow. If they aren't truly operational, these models can't possibly do what you've trained them to do. This book introduces practical concepts to help data scientists and application engineers operationalize ML models to drive real business change. Through lessons based on numerous projects around the world, six experts in data analytics provide an applied four-step approach-Build, Manage, Deploy and Integrate, and Monitor-for creating ML-infused applications within your organization. You'll learn how to: Fulfill data science value by reducing friction throughout ML pipelines and workflows Constantly refine ML models through retraining, periodic tuning, and even complete remodeling to ensure long-term accuracy Design the ML Ops lifecycle to ensure that people-facing models are unbiased, fair, and explainable Operationalize ML models not only for pipeline deployment but also for external business systems that are more complex and less standardized Put the four-step Build, Manage, Deploy and Integrate, and Monitor approach into action
    Note: Online resource; Title from title page (viewed February 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Language: English
    Pages: 1 online resource (50 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: As your company moves data to the cloud, you need to consider a comprehensive approach to data governance, along with well-defined and agreed-upon policies to ensure you meet compliance. Data governance incorporates the ways that people, processes, and technology work together to support business efficiency. With this practical guide, chief information, data, and security officers will learn how to effectively implement and scale data governance throughout their organizations. You'll explore how to create a strategy and tooling to support the democratization of data and governance principles. Through good data governance, you can inspire customer trust, enable your organization to extract more value from data, and generate more-competitive offerings and improvements in customer experience. This book shows you how. Enable auditable legal and regulatory compliance with defined and agreed-upon data policies Employ better risk management Establish control and maintain visibility into your company's data assets, providing a competitive advantage Drive top-line revenue and cost savings when developing new products and services Implement your organization's people, processes, and tools to operationalize data trustworthiness
    Note: Online resource; Title from title page (viewed March 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (300 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In a microservices architecture, the whole is indeed greater than the sum of its parts. But in practice, individual microservices can inadvertently impact others and alter the end user experience. Effective microservices architectures require standardization on an organizational level with the help of a platform engineering team. This practical book provides a series of progressive steps that platform engineers can apply technically and organizationally to achieve highly resilient Java applications. Author Jon Schneider covers many effective SRE practices from companies leading the way in microservices adoption. You'll examine several patterns that were created after much trial and error in recent years, complete with Java code examples. Chapters are organized according to specific patterns, including: Application Metrics: Availability, debuggability, and Micrometer Debugging with observability: Three pillars of observability; components of a distributed trace Charting and alerting: Building effective charts; KPIs for Java microservices Safe multi-cloud delivery: Automated canary analysis Source code observability: The problem of dependencies; API utilization Traffic management: Concurrency of systems; platform, gateway, and client-side load balancing
    Note: Online resource; Title from title page (viewed December 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: AI is complicated, but cloud providers have stepped in to make it easier, offering free (or affordable) state-of-the-art models and training tools to get you started. In this book, AI novices will learn how to use Google's AI-powered cloud services to do everything from analyzing text, images, and video to creating a chatbot. Author Micheal Lanham takes you step-by-step through building models, training them, and then expanding on them to accomplish increasingly complex tasks. If you have a good grasp of math and the Python language, this book will get you up and running with Google Cloud Platform, whether you're looking to build a simple business AI application or an AI assistant. Learn key concepts for data science, machine learning, and deep learning Explore tools like Video AI, AutoML Tables, the Cloud Inference API, the Recommendations AI API, and BigQuery ML Perform image recognition using CNNs, transfer learning, and GANs Build a simple language processor using embeddings, RNNs, and Bidirectional Encoder Representations from Transformers (BERT) Use Dialogflow to build a chatbot Analyze video with automatic video indexing, face detection, and TF Hub
    Note: Online resource; Title from title page (viewed December 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (45 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: One of the newer players in the build tool field is Bazel, the open source variant of Google's powerful internal build tool Blaze. After years of refinement, the first production-ready version, Bazel 1.0, was released in October 2019. Is this tool right for your organization? This report explores the use cases, features, and usability concerns of Bazel, including its benefits and shortcomings. Author Benjamin Muschko uses concrete Java-based examples to give you a first taste of Bazel's syntax and functionality. The report also covers advanced features like remote caching and execution. You'll be able to determine hands-on if Bazel is a good fit for your organization and come away with the knowledge and resources to start using this versatile, polyglot build tool for your project. Set up a Java-based project, compile the source code, and run the application Define dependencies on other packages and external libraries Perform automated tests for Java test code Extend Bazel's built-in capabilities by custom functionality Improve build performance and scalability through remote caching and execution Execute Bazel projects on continuous integration servers
    Note: Online resource; Title from title page (viewed March 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (275 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Organizations today often struggle when trying to balance business requirements with ever-increasing volumes of data. Yet the need to take advantage of real-time data continues to grow among the most competitive digital industries. Conventional system architectures may not be up to the task. With this practical guide, you'll learn how to leverage large-scale data usage across the business units in your organization using the principles of event-driven microservices. Author Adam Bellemare takes you through the process of building a complete microservice-powered organization. You'll reconsider how data is produced, accessed, and used across your organization. Discover powerful yet simple patterns for unlocking the value of this data. Incorporate event-driven design and architectural principles into your own systems. And completely rethink how your organization delivers value by unlocking real-time access to data at scale. You'll learn: How to leverage event-driven architectures to deliver exceptional business value The role of microservices in supporting event-driven design Architectural patterns to ensure success both within and between teams in your organization Application patterns for developing powerful event-driven microservices
    Note: Online resource; Title from title page (viewed August 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (178 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover Preview's hidden features for editing images and manipulating PDFs! Version 1.2, updated 5/22/2020 Apple bundles the Preview app with every Mac, but few people realize what it's capable of. The Mac experts behind TidBITS, Adam Engst and Josh Centers, have plumbed Preview's depths to create a cheerful, colorful book that explains dozens of techniques for importing, viewing, editing, and converting images in Preview. The book also puts you in control of reading, annotating, manipulating, and encrypting PDFs. Updated to cover Catalina! Packed with real-world examples and tips, the book teaches you how to bring files into Preview from a camera, iOS or iPadOS device, or scanner (or just from the Finder). Once you discover Preview's surprisingly capable collection of image-editing tools, you'll soon be editing imported photos by tweaking the exposure, color saturation, sharpness, and more. You can even mark up your images with circles, arrows, and text, plus numerous other shapes. In the second part of the book, Adam and Josh focus on PDFs in Preview, describing how to configure Preview to make reading PDFs as fluid as possible. Since so many paper forms now come in PDF, the book shows you how to fill out PDF-based forms, complete with quick insertion of your digital signature. Those who read digital textbooks or who collaborate on documents will learn to annotate PDFs with highlights, notes, and bookmarks. You'll even learn how to create PDFs from a scanner, the clipboard, and the Print dialog. Finally, Adam and Josh cover the two types of passwords you can use to protect your PDFs, explaining what each is good for. Preview is a veritable Swiss Army Knife. Don't miss out on the many ways it can make your life easier, including these capabilities: Import photos from your iPhone or iPad. Scan paper-based documents and images. Add a scanned page to an existing PDF. Take a screenshot that includes the pointer. Open hundreds of images in a single window. Trash unwanted images with a keystroke. Duplicate, rename, and move images without leaving Preview. Play a manually arranged slideshow of images or PDF pages. Create a PDF-based image catalog. Resize and change the resolution of images. Crop out undesirable content. Mark up screenshots with shapes and text labels. Magnify a portion of an image with a loupe. Add text captions and speech bubbles to photos. Tweak the white point and black point in photos. Make photos sepia or black-and-white. Edit...
    Note: Online resource; Title from title page (viewed May 22, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282490
    Language: English
    Pages: 1 online resource (173 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Explore everything your Apple Watch can do in watchOS 6! Get to know your Apple Watch and customize it to help you focus on what you care about most. Tech expert Jeff Carlson helps you understand the watch mindset, pick the watch model that's right for you, set up its faces and their complications, get the notifications you want, handle communications, and learn how the controls and core apps work. Since its introduction in 2015, the Apple Watch has become the world's best-selling watch, as well as the most popular wearable digital device. During that time, Apple has also added five new watch product lines, vastly expanded the device's capabilities, and enabled developers to create entirely new apps and tools. The Apple Watch hides an enormous amount of technical complexity behind that unassuming touch screen, and with help from author Jeff Carlson, you'll unlock every last bit of its power. Take Control of Apple Watch is an expanded and updated reworking of Jeff's earlier book on this topic, Apple Watch: A Take Control Crash Course . This new book covers all Apple Watch models through Series 5, as well as all the new features introduced in watchOS 6. Jeff walks you through getting to know the Apple Watch (including how to pick one out if you haven't already), along with topics that teach you how to navigate among the watch's screens with the physical controls, taps on the screen, and Siri. You'll also find advice on customizing watch faces, taking advantage of the always-on screen in the Apple Watch Series 5, getting the notifications you want, handling text and voice communications, using Apple's core apps, and monitoring your heart rate, hearing, and monthly cycle to improve your overall health. A final chapter discusses taking care of your Apple Watch, including recharging, restarting, resetting, and restoring. Among the many topics covered in the book are: Picking out your own Apple Watch-covers models up through Series 5 Important actions you'll want to take when first setting up your watch Making watch face complications work for you Key settings that most people will want to know about Using the Control Center and Dock Understanding how the watch interacts with your iPhone Staying connected using a cellular-enabled Apple Watch model Tracking your exercise, even when you leave your iPhone at home Placing and receiving phone calls on the watch Using the Walkie-Talkie feature to chat with other Apple Watch owners Sending default (and cust...
    Note: Online resource; Title from title page (viewed April 16, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (350 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If you want to push your Java skills to the next level, this book provides expert advice from Java leaders and practitioners. You'll be encouraged to look at problems in new ways, take broader responsibility for your work, stretch yourself by learning new techniques, and become as good at the entire craft of development as you possibly can. Edited by Kevlin Henney and Trisha Gee, 97 Things Every Java Programmer Should Know reflects lifetimes of experience writing Java software and living with the process of software development. Great programmers share their collected wisdom to help you rethink Java practices, whether working with legacy code or incorporating changes since Java 8. A few of the 97 things you should know: "Behavior Is Easy, State Is Hard"-Edson Yanaga "Learn Java Idioms and Cache in Your Brain"-Jeanne Boyarsky "Java Programming from a JVM Performance Perspective"-Monica Beckwith "Garbage Collection Is Your Friend"-Holly K Cummins "Java's Unspeakable Types"-Ben Evans "The Rebirth of Java"-Sander Mak "Do You Know What Time It Is?"-Christin Gorman
    Note: Online resource; Title from title page (viewed May 22, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (35 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Welcome to the new normal. In part two of his essay series, 21 Technologies for the 21st Century, Tim O'Reilly examines seven technologies that almost seem like "old news" but are now exploding into the mainstream. This is how change happens: "gradually then suddenly." Inspired by his essay "Welcome to the 21st Century," this four-part series explores 21 technologies that are reshaping the world. Each essay in this series focuses on skills that will increase your ability to respond to these impending changes. You'll also learn about resources on O'Reilly online learning that will help you acquire these skills. The complete essay series includes: Table Stakes -Fundamental skills that should be part of any robust strategy for dealing with changes that lie ahead The New Normal -Established technologies still in the early stage of adoption that are already accelerating into the mainstream The Future Is Knocking -Market opportunities that have the power to utterly transform our economy. What will be the next Silicon Valley? Wild Cards -Technology breakthroughs that could open up new opportunities that, at present, are just the stuff of science fiction Explore "The New Normal" and continue your journey into 21 technologies that will help all of us face this challenging and uncertain future.
    Note: Online resource; Title from title page (viewed June 22, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (208 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn how to make the most of Apple's mobile operating systems! Version 1.2, updated 6/25/2020 Whether you use an iPad, iPhone, or iPod touch, you'll find lots to explore in Take Control of iOS 13 and iPadOS 13 by TidBITS Managing Editor Josh Centers. Learn about what's new in iOS 13 and iPadOS 13-and how to customize them to fit your needs. The latest annual update to iOS features the usual selection of new features, improved user interface, and security enhancements. It also marks the split of Apple's mobile operating system into iOS (for iPhone and iPod touch) and iPadOS (for iPad only). This is more than just a name change; with iPadOS 13, the iPad gets huge improvements that bring it much closer to the computing power and flexibility we expect from conventional computers. TidBITS Managing Editor Josh Centers is back to guide you through all the major capabilities of both operating systems in this new book. Take Control of iOS 13 and iPadOS 13 goes far beyond the new features, providing an extensive guide to getting the most out of iOS 13 and iPadOS 13. Among other things, you'll learn how to: New! Discover all the major changes in iOS and iPadOS New! Use activity views (which replace Share sheets and are for more than just sharing) New! Enable Dark Mode on your mobile device Updated! Use the new Find My app New! Make the most of improved text editing tools Updated! Use Siri and Shortcuts to do even more than before, thanks to significantly expanded capabilities New! Use accessibility improvements, including voice control and mouse support Updated! Discover the new (and existing) capabilities of Apple's upgraded apps-including Files, Mail, Maps, Messages, Notes, and Reminders Updated! Use Screen Time to make better choices about when and how you use your device New! Work with the updated iPad Home screen, Dock, and onscreen keyboard New! Learn about the new iPad multitasking capabilities, including more ways to split the screen, use multiple windows, and drag & drop between apps New! Browse the web with ease using the desktop-class Safari for iPadOS New! Use the significantly updated Camera and Photos apps to take photos and videos, apply camera effects, and organize your media Make sense of the Lock screen, Home screen, and Control Center-and customize them to meet your needs Search with Spotlight Switch between apps and use Handoff to transfer your work Navigate the App Store Understand the ins and outs of Family Sharing Manage your data...
    Note: Online resource; Title from title page (viewed June 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282315
    Language: English
    Pages: 1 online resource (174 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Version 4.1, updated January 25, 2020 Wrangling your web passwords can be easy and secure, thanks to 1Password , the popular password manager from AgileBits. In this book, Joe Kissell brings years of real-world 1Password experience into play to explain not only how to create, edit, and enter web login data easily , but also how to autofill contact and credit card info when shopping online, audit your passwords and generate better ones, handle two-factor authentication (2FA) , and sync and share passwords in various ways-including a hosted 1Password account (individual, family, or team), iCloud or Dropbox. The book focuses on 1Password 7 for Mac and Windows, but it also provides details and directions for the iOS and Android versions of 1Password. It briefly covers 1Password X, a chrome extension that brings 1Password to Chrome OS and Linux. Topics include: Meet 1Password: Set your master password, explore the various 1Password components, and decide on your ideal usage strategy. Master logins: In 1Password, a typical login contains a set of credentials used to sign in to a website. Find out how to create logins, sort them, search them, tag them, and more. You'll also find help with editing logins-for example, changing a password or adding further details. Understand password security: Get guidance on what makes for a good password, and read Joe's important Password Dos and Don'ts. A special topic covers how to perform a security audit in order to improve poor passwords quickly. Go beyond web logins: A primary point of 1Password is to speed up web logins, but 1Password can also store and autofill contact information (for more than one identity, even), along with credit card information. You'll also find advice on storing passwords for password-protected files and encrypted disk images, plus ideas for keeping track of confidential files, software licenses, scans of important cards or documents, and more. Sync your passwords: Discover which 1Password syncing solution is right for you: a hosted 1Password account, Dropbox, iCloud, a manually synced folder, or even device-to-device Wi-Fi sync. Share your passwords: Learn to store passwords in shared vaults within a family or team hosted account. You'll also discover the answers to key questions, including: What are my options for licensing 1Password? What are the differences between vaults in 1Password accounts and standalone vaults? Should I keep using my web browser's autofill feature? What about ...
    Note: Online resource; Title from title page (viewed January 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (25 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Gain actionable insights into how machine learning, data analytics, and subgroup analysis can be applied to make clinical decision support (CDS) systems better at diagnosing and treating disease. In this report, Paul Cerrato, former editor of InformationWeek Healthcare, discusses the algorithms that healthcare executives, technologists, and physician leaders need to construct these diagnostic and therapeutic systems. To illustrate the power of AI, this report also delves into several cutting-edge IT initiatives at Mayo Clinic designed to improve diagnosis and management of clinical depression, cardiovascular disease, and cancer. Each of these projects can serve as the impetus for entrepreneurs to create similar products and services. Three primary takeaways from this report include: How to develop a better understanding of computer-enabled diagnostic tools to help clinicians address the misdiagnosis epidemic that now exists in medicine How advanced data analytics can radically transform CDS systems to provide more individualized diagnostic and treatment advice Why Mayo Clinic use cases will inspire industry innovators to create similar tools and help investors determine which projects have the greatest chance of succeeding
    Note: Online resource; Title from title page (viewed June 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (680 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode 12 IDE, Cocoa Touch, and the latest version of Apple's acclaimed programming language, Swift 5.3. With this thoroughly updated guide, you'll learn the Swift language, understand Apple's Xcode development tools, and discover the Cocoa framework. Explore Swift's object-oriented concepts Become familiar with built-in Swift types Dive deep into Swift objects, protocols, and generics Tour the lifecycle of an Xcode project Learn how nibs are loaded Understand Cocoa's event-driven design Communicate with C and Objective-C In this edition, catch up on the latest iOS programming features: Multiple trailing closures Code editor tabs New Simulator features Resources in Swift packages Logging and testing improvements And more! Once you master the fundamentals, you'll be ready to tackle the details of iOS app development with author Matt Neuburg's companion guide, Programming iOS 14 .
    Note: Online resource; Title from title page (viewed November 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (20 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Continuous integration, continuous delivery, and continuous deployment are key software delivery processes in a DevOps environment. But what does each one do for your product development and release cycles? In this updated report, Brent Laster explains what these terms really boil down to and how they work separately and together to help your team release software. This powerful set of disciplines, best practices, and technologies automates the integration and delivery of source code changes from inception through production. Although their implementation may vary, continuous integration, continuous delivery, and continuous deployment are necessary to ensure that software is released frequently, reliably, and with high quality. You'll learn how: Continuous integration makes certain that individual code changes are suitable for inclusion in the code base and merged in successfully Continuous delivery assembles your product, automatically tests quality and functionality, and produces deliverables that are proven to be deployable Continuous deployment simplifies releasing the product to customers-whether it's in the cloud, via download, or in some other format-while also allowing for limited deployments or rolling deployments back This valuable resource for business professionals, software engineering managers, senior developers, and architects will also explore how containers and Kubernetes interact in this environment.
    Note: Online resource; Title from title page (viewed June 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (60 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Companies working to become data driven often view data scientists as heroes, but that overlooks the vital role that data engineers play in the process. While data scientists focus on finding new insights from datasets, data engineers deal with preparation-obtaining, cleaning, and creating enhanced versions of the data an organization needs. In this report, Andy Oram examines how the role of data engineer has quickly evolved. DBAs, software engineers, developers, and students will explore the responsibilities of modern data engineers and the skills and tools necessary to do the job. You'll learn how to deal with software engineering concepts such as rapid and continuous development, automation and orchestration, modularity, and traceability. Decision makers considering a move to the cloud will also benefit from the in-depth discussion this report provides. This report covers: Major tasks of data engineers today The different levels of structure in data and ways to maximize its value Capabilities of third-party cloud options Tools for ingestion, transfer, and enrichment Using containers and VMs to run the tools Software engineering development Automation and orchestration of data engineering
    Note: Online resource; Title from title page (viewed April 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (223 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: AI may be the greatest opportunity of our time, with the potential to add nearly $16 trillion to the global economy over the next decade. But so far, adoption has been much slower than anticipated, or so headlines may lead you to believe. With this practical guide, business leaders will discover where they are in their AI journey and learn the steps necessary to successfully scale AI throughout their organization. Authors Rob Thomas and Paul Zikopoulos from IBM introduce C-suite executives and business professionals to the AI Ladder-a unified, prescriptive approach to help them understand and accelerate the AI journey. Complete with real-world examples and real-life experiences, this book explores AI drivers, value, and opportunity, as well as the adoption challenges organizations face. Understand why you can't have AI without an information architecture (IA) Appreciate how AI is as much a cultural change as it is a technological one Collect data and make it simple and accessible, regardless of where it lives Organize data to create a business-ready analytics foundation Analyze data, and build and scale AI with trust and transparency Infuse AI throughout your entire business and create intelligent workflows
    Note: Online resource; Title from title page (viewed April 30, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (650 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Why reinvent the wheel every time you run into a problem with JavaScript? This cookbook is chock-full of code recipes that address common programming tasks as well as techniques for building components and apps that work in any browser. This cookbook provides adaptable code samples that you can easily add to almost any project. You'll get the job done faster and learn more about JavaScript in the process. You'll also learn how to take advantage of the latest features in ECMAScript 2015 and beyond, including the new JavaScript data structures, progressive web apps, generator functions, and more. Authors John Paxton, Adam Scott, and Shelley Powers provide recipes to help you use these features to build high-quality application interfaces. Create interactive web and desktop applications Work with JavaScript types, such as strings, numbers, and Booleans Improve your understanding of JavaScript functions, including arrow functions and generators Work with rich media in JavaScript, including audio, video, and SVGs Leverage the latest and greatest JavaScript libraries to rapidly prototype applications Use JavaScript anywhere with Node.js Access and manipulate remote data with REST, GraphQL, and Fetch Fully realize the capabilities of maps, sets, arrays, and iterables Perform asynchronous operations with Promises and async/await
    Note: Online resource; Title from title page (viewed November 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (107 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Since its 2015 release, TensorFlow has become a de facto standard among enterprise AI technologies. This comprehensive report introduces the new features of TensorFlow 2.x and Keras to developers and data scientists with machine learning skills. Many companies consider TensorFlow 2.x to be a major step in building a one-stop shop for deep learning tasks they need to perform. Romeo Kienzler, chief data scientist at the IBM Center for Open Source Data and AI Technologies, and Jerome Nilmeier, a data scientist and developer at Spark Technology Center, explain how your company can benefit from the new TensorFlow functionality. After reading this report, you can determine objectively whether adopting or upgrading to TensorFlow 2.x is worth your while. You'll examine: Two key TensorFlow APIs: Tensor-based API and Keras The eager execution mode for natural Python programming without TensorFlow sessions tf.function and AutoGraph for creating TensorFlow code in pure Python that the TensorFlow execution engine can consume How Keras is now tightly integrated with the TensorFlow backend under the hood The TensorBoard visualization framework, which contains rich capabilities How TensorFlow accomplishes parallel neural network training and scoring TensorFlow 2.x features including API cleanup, improved model export, and TensorFlow Serving
    Note: Online resource; Title from title page (viewed July 24, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (62 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Recently, data scientists have found effective methods to generate high-quality synthetic data. That's good news for companies seeking large amounts of data to train and build artificial intelligence and machine learning models. This report provides an overview of synthetic data generation that not only focuses on business value and use cases but also provides some practical techniques for using synthetic data. Author Khaled El Emam, cofounder and Director of Replica Analytics and Professor at the University of Ottawa, helps data analytics leadership understand the options so they can get started building their own training sets. With the help of several industry use cases, you'll learn how synthetic data can accelerate machine learning projects in your company. As advances in synthetic data generation continue, broad adoption of this approach will quickly follow. Learn what synthetic data is and how it can accelerate machine learning model development Understand how synthetic data is generated-and why these datasets are similar to real data Explore the process and best practices for generating synthetic datasets Examine case studies of synthetic data use in industries including manufacturing, healthcare, financial services, and transportation Learn key requirements for future work and improvements to synthetic data
    Note: Online resource; Title from title page (viewed June 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (25 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In his insightful essay, "Welcome to the 21st Century," Tim O'Reilly made the case that COVID-19 marks the true beginning of changes that will reshape our future. Now, diving deeper into this topic, Tim presents a four-part companion series that explores 21 technological innovations he considers most important for reshaping the world in coming decades. Each essay in this new series-"21 Technologies for the 21st Century"-focuses on skills that will increase your ability to take advantage of these impending changes. You'll also learn about resources on the O'Reilly learning platform that will help you acquire these skills. Tim kicks off this essay series with "Table Stakes" to discuss the fundamental skills necessary to deal with changes that lie ahead. The complete essay series includes: Table Stakes-Fundamental skills that should be part of any robust strategy for dealing with changes that lie ahead The New Normal-Established technologies still in the early stage of adoption that are already accelerating into the mainstream The Future is Knocking-Market opportunities that have the power to utterly transform our economy. What will be the next Silicon Valley? Wild Cards-Technology breakthroughs that could open up new opportunities that, at present, are just the stuff of science fiction Get started with "Table Stakes" and dive deep into 21 technologies that will help all of us face this challenging and uncertain future.
    Note: Online resource; Title from title page (viewed June 12, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (35 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Software delivery practices are constantly improving as companies apply the philosophy of continuous delivery to deploy and release changes quickly, safely, and predictably. Most teams, however, hit roadblocks in the process. This report examines 10 organizations that have implemented continuous delivery in the real world. These case studies demonstrate how branching strategy, environment design, release management, and the software delivery lifecycle can have significant impact on your journey toward continuous delivery. Software engineering managers, senior developers, and architects will explore common approaches that most companies in these case studies found useful. Software delivery expert Pete Hodgson provides actionable ideas for implementing or improving continuous delivery within your own organization, including multiple ways to achieve the same goal. Learn continuous delivery practices in healthcare, real estate, online retail, financial services, and other industries Understand the differences between trunk-based and branch-based delivery modes Explore how autonomy within product delivery teams boosts continuous delivery programs Learn how continuous delivery can work for companies with either service-oriented or monolithic architectures Discover the advantages of investing in a delivery platform that provides self-service tooling to product engineers
    Note: Online resource; Title from title page (viewed April 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (24 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The shift to the cloud is ongoing, and perhaps even accelerated by the COVID-19 pandemic.
    Note: Online resource; Title from title page (viewed May 15, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (47 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: While it may be hard to believe, WebAssembly is the very first new language and browser runtime since the introduction of JavaScript 25 years ago that's universally supported. And just like its predecessor, this young technology holds a lot of promise. Colin Eberhardt shares everything you need to get started with WebAssembly-including history and context, an introduction to modules, execution, runtime, and practical instructions for using it. He'll also take a look at what the future might hold, from serving as a runtime for blockchain (or standing on its own in that right) to serverless computing uses and much more. Delve into the beginnings of JavaScript and discover how WebAssembly differs Learn why WebAssembly matters and how to use it Find out how others have successfully applied this technology Explore WebAssembly in practice, including computer aided design, PDF rendering, 3D visualization, and more See what's ahead in terms of features and uses beyond the browser
    Note: Online resource; Title from title page (viewed January 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (55 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If enabled, logging captures almost every system process, event, or message in your software or hardware. But once you have all that data, what do you do with it? This report shows you how to use log analytics-the process of gathering, correlating, and analyzing that information-to drive critical business insights and outcomes. Drawing on real-world use cases, Matt Gillespie outlines the opportunities for log analytics and the challenges you may face-along with approaches for meeting them. Data architects and IT and infrastructure leads will learn the mechanics of log analytics and key architectural considerations for data storage. The report also offers nine key guideposts that will help you plan and design your own solutions to obtain the full value from your log data. Learn the current state of log analytics and common challenges See how log analytics is helping organizations achieve better business outcomes in areas such as cybersecurity, IT operations, and industrial automation Explore tools for log analytics, including Splunk, the Elastic stack, and Sumo Logic Understand the role storage plays in ensuring successful outcomes
    Note: Online resource; Title from title page (viewed February 13, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (328 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: As the digital economy changes the rules of the game for enterprises, the role of software and IT architects is also transforming. Rather than focus on technical decisions alone, architects and senior technologists need to combine organizational and technical knowledge to effect change in their company's structure and processes. To accomplish that, they need to connect the IT engine room to the penthouse, where the business strategy is defined. In this guide, author Gregor Hohpe shares real-world advice and hard-learned lessons from actual IT transformations. His anecdotes help architects, senior developers, and other IT professionals prepare for a more complex but rewarding role in the enterprise. This book is ideal for: Software architects and senior developers looking to shape the company's technology direction or assist in an organizational transformation Enterprise architects and senior technologists searching for practical advice on how to navigate technical and organizational topics CTOs and senior technical architects who are devising an IT strategy that impacts the way the organization works IT managers who want to learn what's worked and what hasn't in large-scale transformation
    Note: Online resource; Title from title page (viewed March 3, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (36 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Perhaps you're an information architect on a mission to make your organization's data more understandable and usable across applications. Or a knowledge engineer working to infuse domain knowledge into the next Alexa or Siri. Or a machine learning expert having difficulty obtaining the right data for your models. If you pursue these or similar tasks, this is your book. Author Panos Alexopoulos takes you on an eye-opening journey through semantic data modeling as applied in the real world. You'll learn how to master this craft and increase the usability and value of your data and applications. With this practical and comprehensive field guide, you'll understand the pitfalls to avoid and dilemmas to overcome to build high-quality and valuable semantic representations of data. Examine the quirks and challenges of semantic data modeling and learn how to leverage the right frameworks and tools Avoid mistakes and bad practices that can undermine your efforts to create good data models Learn about model development dilemmas, including representation, expressiveness and content, development, and governance Organize and execute semantic data initiatives in your organization to tackle technical, strategic, and organizational challenges
    Note: Online resource; Title from title page (viewed November 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (175 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: One challenge with big data and other secondary analytics initiatives is getting access to large and diverse data. Secondary analytics allow insights beyond the questions that data initially collected can answer. This practical book introduces techniques for generating synthetic data-fake data generated from real data-that can provide secondary analytics to help you understand customer behaviors, develop new products, or generate new revenue. CTOs, CIOs, and directors of analytics will learn how synthetic data generation provides a way to make such data broadly available for secondary purposes while addressing many privacy concerns. Analysts will learn the principles and steps of synthetic data generation from real data sets. Business leaders will examine how synthetic data can help accelerate time to a solution.
    Note: Online resource; Title from title page (viewed July 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (350 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get a consistent, linear pathway for learning Corda and building CorDapps. With Mastering Corda , everyone from beginners to Corda warriors will learn how to build blockchain and Corda skills while exploring the nuances of developing real-world decentralized and distributed applications. You'll learn Corda's big picture and value proposition as well as its deeper intricacies. As a distributed ledger and smart contract platform, Corda shares several characteristics with blockchain-except Corda is designed for use cases such as finance, supply chains, healthcare, trade finance, and digital investment that require a high-volume of transactions, scalability, and data privacy. If you have basic Java skills, this book will help you understand blockchain and show you how to build decentralized applications-or CorDapps. Jamiel Sheikh, founder and CEO of Chainhaus, helps you: Gain knowledge and experience with tools to become a blockchain developer Understand Corda's value proposition and alignment with business strategy Dive deep into Corda's architecture and blockchain fundamentals Contrast Corda with Bitcoin, Ethereum, and Hyperledger Build real-world token and payment applications Perform data analytics and machine learning on Corda nodes Develop a CorDapp hands-on using sample code
    Note: Online resource; Title from title page (viewed October 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (202 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get a comprehensive understanding of gRPC fundamentals through real-world examples. With this practical guide, you'll learn how this high-performance interprocess communication protocol is capable of connecting polyglot services in microservices architecture, while providing a rich framework for defining service contracts and data types. Complete with hands-on examples written in Go, Java, Node, and Python, this book also covers the essential techniques and best practices to use gRPC in production systems. Authors Kasun Indrasiri and Danesh Kuruppu discuss the importance of gRPC in the context of microservices development.
    Note: Online resource; Title from title page (viewed January 30, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (48 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: While several market-leading companies have successfully transformed through data- and AI-driven approaches to business, the vast majority have yet to reap the benefits. How can your business and analytics units gain a competitive advantage by capturing the potential of this predictive revolution? This practical guide presents a battle-tested method to help you translate business decisions into tractable descriptive, predictive, and prescriptive problems. Author Daniel Vaughan shows practitioners of data science and others interested in using AI not only how to ask the right questions but also how to generate value from data and analytics using modern AI technologies and decision theory principles. You'll explore several use cases common to many enterprises, complete with examples you can apply when working to solve your own issues. With this book, you'll learn how to: Break business decisions into stages and use predictive or prescriptive methods on each stage Identify human biases when working with uncertainty Customize optimal decisions to different customers using predictive and prescriptive methods Ask business questions with high potential for value creation through AI and data-driven methods Simplify complexity to tackle difficult business decisions with current predictive and prescriptive technologies
    Note: Online resource; Title from title page (viewed September 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (24 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Artificial intelligence can yield powerful results when applied to business intelligence. Whether it's pattern recognition in words, numbers, and big datasets or optimizing processes and expediting outcomes, AI is becoming a critical business component. In this report, Michael Norris from IBM explains how to drive AI adoption in your company. What does it mean to infuse AI into BI? It means business users can discover actionable, easy-to-understand insights on their own, independently from IT-even while remaining within the organization's secure and governed IT architecture. Explore how AI in BI helps you to "get to the why" when analyzing and optimizing the insights you discover. Learn how AI-infused business intelligence: Enables line-of-business users to easily discover data-driven insights without requiring specialized data science expertise Allows users to ask questions in plain language with intuitive exploration tools to gain deeper insight into their data Provides recommended visualizations and dashboards to present compelling, concise, and explainable data Prepares datasets for analysis to free up IT analysts and line-of-business users
    Note: Online resource; Title from title page (viewed April 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (200 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get the authoritative guide on Dapr, the new distributed programming model that works with existing and new programming languages alike. Written by the model's creators, this introduction shows you how Dapr not only unifies stateless, stateful, and actor programming models but also runs everywhere-in the cloud or on the edge. Authors Haishi Bai and Yaron Schneider with Microsoft's Azure CTO team explain that with Dapr you don't need to include any SDKs or libraries in your user code. Instead, you automatically get flexible binding, state management, actor pattern, pub-sub, reliable messaging, and many more features. This book shows developers, architects, CIOs, students, and computing enthusiasts how to get started with Dapr.
    Note: Online resource; Title from title page (viewed September 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (158 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Enterprise developers face several challenges when it comes to building serverless applications, such as integrating applications and building container images from source. With more than 60 practical recipes, this cookbook helps you solve these issues with Knative-the first serverless platform natively designed for Kubernetes. Each recipe contains detailed examples and exercises, along with a discussion of how and why it works. If you have a good understanding of serverless computing and Kubernetes core resources such as deployment, services, routes, and replicas, the recipes in this cookbook show you how to apply Knative in real enterprise application development. Authors Kamesh Sampath and Burr Sutter include chapters on autoscaling, build and eventing, observability, Knative on OpenShift, and more. With this cookbook, you'll learn how to: Efficiently build, deploy, and manage modern serverless workloads Apply Knative in real enterprise scenarios, including advanced eventing Monitor your Knative serverless applications effectively Integrate Knative with CI/CD principles, such as using pipelines for faster, more successful production deployments Deploy a rich ecosystem of enterprise integration patterns and connectors in Apache Camel K as Kubernetes and Knative components
    Note: Online resource; Title from title page (viewed April 9, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (130 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If 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 preparation, and model training to model serving. This guide helps data scientists build production-grade machine learning implementations with Kubeflow and shows data engineers how to make models scalable and reliable. Using examples throughout the book, authors Holden Karau, Trevor Grant, Ilan Filonenko, Richard Liu, and Boris Lublinsky explain how to use Kubeflow to train and serve your machine learning models on top of Kubernetes in the cloud or in a development environment on-premises. Understand Kubeflow's design, core components, and the problems it solves Learn how to set up Kubeflow on a cloud provider or on an in-house cluster Train models using Kubeflow with popular tools including scikit-learn, TensorFlow, and Apache Spark Learn how to add custom stages such as serving and prediction Keep your model up-to-date with Kubeflow Pipelines Understand how to validate machine learning pipelines
    Note: Online resource; Title from title page (viewed November 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (66 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Alongside its popular web server, NGINX now provides a dynamic HTTP server that supports a configuration via a RESTful JSON API. The open source NGINX Unit server deploys configuration changes without service disruptions and runs apps built with multiple languages and frameworks. This updated cookbook shows developers, DevOps personnel, network administrators, and cloud infrastructure pros how to get started with this new server quickly. Hands-on recipes demonstrate NGINX Unit's new approach and show you how to deploy and configure this server for different applications. You'll learn how the comprehensive RESTful API simplifies configuration, how to run applications written in different languages on the same server, and how to use NGINX Unit as the foundation for your application environment. Author Derek DeJonghe includes recipes to help you: Install NGINX Unit using source code, Red Hat- and Debian-based systems, or third-party repositories Configure the server using application, router, and listener objects Learn how NGINX Unit fits into your application ecosystem Integrate NGINX Unit with the WordPress content management system and the Django web application framework
    Note: Online resource; Title from title page (viewed September 3, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (62 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Fairness is an increasingly important topic as machine learning and AI more generally take over the world. While this is an active area of research, many realistic best practices are emerging at all steps along the data pipeline, from data selection and preprocessing to blackbox model audits. This book will guide you through the technical, legal, and ethical aspects of making your code fair and secure while highlighting cutting edge academic research and ongoing legal developments related to fairness and algorithms. There is mounting evidence that the widespread deployment of machine learning and artificial intelligence in business and government is reproducing the same biases we are trying to fight in the real world. For this reason, fairness is an increasingly important consideration for the data scientist. Yet discussions of what fairness means in terms of actual code are few and far between. This code will show you how to code fairly as well as cover basic concerns related to data security and privacy from a fairness perspective.
    Note: Online resource; Title from title page (viewed September 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: There's more to chaos engineering than deliberately breaking stuff in production. With this book, QA engineers as well as program and product managers will examine the theory, history, and implementation of this full-fledged software engineering discipline. Chaos experts Casey Rosenthal and Nora Jones will bring you up to speed on this practice for finding failures within your application, network, and infrastructure. As the software industry continues to move toward microservices and other complex, distributed systems, fewer people are able to hold a working picture of the entire system in their minds. Complexity can't be removed from these systems, but new methodologies allow engineers to navigate the complexity while optimizing for business goals such as feature velocity, performance, and fault tolerance. This book guides you through chaos engineering and demonstrates how this methodology can help you optimize for availability.
    Note: Online resource; Title from title page (viewed May 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (255 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Microservices architectures offer great benefits: faster change speeds, better scalability and cleaner, evolvable architectures. But, implementing your first Microservices architecture to get those rewards is difficult. How do you quickly educate your team on all the technical details of execution to maximize your chances of success? How do you survive the first year of bringing your microservices implementation to life? How do you improve your execution? Making the right implementation decisions is difficult and you don't have the luxury of time to find out if the decisions you are making are the right ones. This book offers a prescriptive guide for building a Microservices architecture to combat that uncertainty. Inside, you will find a step-by-step implementation journey mapped out based on the techniques and architectures that have been proven to work for Microservices systems. This book solves the following problems for users: What does a "good" microservices project look like? Are the decisions you're making for your project the "right" ones? How do you come up with a good microservices design that fits your own context as quickly as possible? Where should you spend time thinking/designing and where should you just implement "best practices"?
    Note: Online resource; Title from title page (viewed November 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Language: English
    Pages: 1 online resource (36 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: More than half of the analytics and machine learning (ML) models created by organizations today never make it into production. Instead, many of these ML models do nothing more than provide static insights in a slideshow. If they aren't truly operational, these models can't possibly do what you've trained them to do. This report introduces practical concepts to help data scientists and application engineers operationalize ML models to drive real business change. Through lessons based on numerous projects around the world, six experts in data analytics provide an applied four-step approach-Build, Manage, Deploy and Integrate, and Monitor-for creating ML-infused applications within your organization. You'll learn how to: Fulfill data science value by reducing friction throughout ML pipelines and workflows Constantly refine ML models through retraining, periodic tuning, and even complete remodeling to ensure long-term accuracy Design the ML Ops lifecycle to ensure that people-facing models are unbiased, fair, and explainable Operationalize ML models not only for pipeline deployment but also for external business systems that are more complex and less standardized Put the four-step Build, Manage, Deploy and Integrate, and Monitor approach into action
    Note: Online resource; Title from title page (viewed April 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Over the next few decades, machine learning and data science will transform the finance industry. With this practical book, analysts, traders, researchers, and developers will learn how to build machine learning algorithms crucial to the industry. You'll examine ML concepts and over 20 case studies in supervised, unsupervised, and reinforcement learning, along with natural language processing (NLP). Ideal for professionals working at hedge funds, investment and retail banks, and fintech firms, this book also delves deep into portfolio management, algorithmic trading, derivative pricing, fraud detection, asset price prediction, sentiment analysis, and robo-advisor and chatbot development. You'll explore real-life problems faced by practitioners and learn scientifically sound solutions supported by code and examples. This book covers: Supervised learning regression-based models for trading strategies, derivative pricing, and portfolio management Supervised learning classification-based models for credit default risk prediction, fraud detection, and trading strategies Dimensionality reduction techniques with case studies in portfolio management, trading strategy, and yield curve construction Algorithms and clustering techniques for finding similar objects, with case studies in trading strategies and portfolio management Reinforcement learning models and techniques used for building trading strategies, derivatives hedging, and portfolio management NLP techniques using Python libraries such as NLTK and scikit-learn for transforming text into meaningful representations
    Note: Online resource; Title from title page (viewed November 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (300 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Many companies have moved workloads to the cloud only to encounter issues with legacy processes and organizational structures. How do you design new operating models for this environment? This practical book shows IT managers, CIOs, and CTOs how to address the hardest part of any cloud transformation: the people and the processes. Author Mike Kavis ( Architecting the Cloud ) explores lessons learned from enterprises in the midst of cloud transformations. You'll learn how to rethink your approach from a technology, process, and organizational standpoint to realize the promise of cost optimization, agility, and innovation that public cloud platforms provide. Learn the difference between a working in a datacenter vs operating in the cloud Explore patterns and anti-patterns for organizing cloud operating models Get best practices for making the organizational change required for a move to the cloud Understand why Site Reliability Engineering is essential for cloud operations Improve organizational performance through value stream mapping Learn how companies are proactively ensuring compliance in the cloud
    Note: Online resource; Title from title page (viewed December 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (34 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Are human decisions less biased than automated ones? AI is increasingly showing up in highly sensitive areas such as healthcare, hiring, and criminal justice. Many people assume that using data to automate decisions would make everything fair, but that's not the case. In this report, business, analytics, and data science leaders will examine the challenges of defining fairness and reducing unfair bias throughout the machine learning pipeline. Trisha Mahoney, Kush R. Varshney, and Michael Hind from IBM explain why you need to engage early and authoritatively when building AI you can trust. You'll learn how your organization should approach fairness and bias, including trade-offs you need to make between model accuracy and model bias. This report also introduces you to AI Fairness 360, an extensible open source toolkit for measuring, understanding, and reducing AI bias. In this report, you'll explore: Legal, ethical, and trust factors you need to consider when defining fairness for your use case Different ways to measure and remove unfair bias, using the most relevant metrics for the particular use case How to define acceptable thresholds for model accuracy and unfair model bias
    Note: Online resource; Title from title page (viewed April 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (276 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Improve your understanding of Scrum through the proven experience and collected wisdom of experts around the world. Based on real-life experiences, the 97 essays in this unique book provide a wealth of knowledge and expertise from established practitioners who have dealt with specific problems and challenges with Scrum. You'll find out more about the rules and roles of this framework, as well as tactics, strategies, specific patterns to use with Scrum, and stories from the trenches. You'll also gain insights on how to apply, tune, and tweak Scrum for your work. This guide is an ideal resource for people new to Scrum and those who want to assess and improve their understanding of this framework. "Scrum Is Simple. Just Use It As Is.," Ken Schwaber "The 'Standing Meeting,'" Bob Warfield "Specialization Is for Insects," James O. Coplien "Scrum Events Are Rituals to Ensure Good Harvest," Jasper Lamers "Servant Leadership Starts from Within," Bob Galen "Agile Is More than Sprinting," James W. Grenning
    Note: Online resource; Title from title page (viewed April 27, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (21 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Everyone's talking about microservices. Who's actually doing it?
    Note: Online resource; Title from title page (viewed July 7, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1099 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: When you have questions about C# 8.0 or .NET Core, this best-selling guide has the answers you need. C# is a language of unusual flexibility and breadth, but with its continual growth there's so much more to learn. In the tradition of the O'Reilly Nutshell guides, this thoroughly updated edition is simply the best one-volume reference to the C# language available today. Organized around concepts and use cases, C# 8.0 in a Nutshell provides intermediate and advanced programmers with a concise map of C# and .NET knowledge that also plumbs significant depths. Get up to speed on C#, from syntax and variables to advanced topics such as pointers, closures, and patterns Dig deep into LINQ with three chapters dedicated to the topic Explore concurrency and asynchrony, advanced threading, and parallel programming Work with .NET features, including regular expressions, networking, serialization, spans, reflection, and cryptography Delve into Roslyn, the modular C# compiler as a service
    Note: Online resource; Title from title page (viewed May 12, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (350 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Turning text into valuable information is essential for many businesses looking to gain a competitive advantage. There have been many improvements in natural language processing and users have a lot of options when choosing to work on a problem. However, it's not always clear which NLP tools or libraries would work for a business use-or which techniques you should use and in what order. This practical book provides theoretical background and real-world case studies with detailed code examples to help developers and data scientists obtain insight from text online. Authors Jens Albrecht, Sidharth Ramachandran, and Christian Winkler use blueprints for text-related problems that apply state-of-the-art machine learning methods in Python. If you have a fundamental understanding of statistics and machine learning along with basic programming experience in Python, you're ready to get started. You'll learn how to: Crawl and clean then explore and visualize textual data in different formats Preprocess and vectorize text for machine learning Apply methods for classification, topic analysis, summarization, and knowledge extraction Use semantic word embeddings and deep learning approaches for complex problems Work with Python NLP libraries like spaCy, NLTK, and Gensim in combination with scikit-learn, Pandas, and PyTorch
    Note: Online resource; Title from title page (viewed December 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (48 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Design is no longer a value-add that only some companies choose to afford. In today's marketplace it's a valuable strategic contributor for every organization. But getting the most value out of a design practice requires that these same organizations create an intentional operational practice-design operations (DesignOps). This comprehensive report provides an introduction to DesignOps along with practical patterns for using it within your organization. Author Dave Malouf takes you through DesignOps concepts, components, methods, and tools and shows you how to put them to work. Operationalize your design practices and demonstrate and amplify the value of design for your company and customers alike. Explore frameworks, including the DesignOps Canvas and Projects, Process, People, to help you better understand DesignOps practices and create your own Understand the pieces that make up DesignOps, from human resources to delivery management, culture, and more Learn the role Agile can play in DesignOps Dive into common metrics to help determine the health of your design organization Discover how to assess the effectiveness of design operations in meeting goals
    Note: Online resource; Title from title page (viewed February 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (114 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn how to train site reliability engineers at your organization in both general and domain-specific subject matter. With this detailed guide from Google's SRE team, you'll not only learn a set of training best practices Google uses for ramping up new SREs; you'll also explore use cases from smaller organizations that have successfully trained people for SRE (or SRE-like) functions. To be effective, your company should purposefully design SRE training to fit both your company's needs and your audience. While much of this report focuses on the specific experience of Google SRE, it explains the theory behind training design and presents best practices and lessons learned throughout the industry over the past several years. Explore several SRE training use cases, complete with optimal approaches and trade-offs Build training materials, experiences, and activities to onboard SREs and provide continuous education Dive into case studies that demonstrate SRE training in practice at both large and small organizations Use instructional design principles to develop the most effective learning solutions whether you're training brand-new SREs or experienced engineers Learn how to apply SRE principles to run an SRE training program consistently and reliably
    Note: Online resource; Title from title page (viewed February 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Language: English
    Pages: 1 online resource (45 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Few industries in this disruptive age are experiencing greater change than healthcare. From digitization to the rise of savvy and connected consumers, this industry is on the cusp of significant breakthroughs that will make it work better for everyone. With this report, written by experts at Optum Technology closely involved with emerging technologies, you'll examine the trends and changes revolutionizing healthcare. Technologies like virtual assistants, artificial intelligence, and the blockchain are changing the way consumers approach healthcare. Technical and business audiences-including healthcare industry executives, scientists, engineers, and investors-will learn how organizations such as UnitedHealth Group are driving change for consumers, providers, and payers alike. You'll examine: How growing healthcare costs and emerging technology impact healthcare and its consumers Game-changing technologies including blockchain, graph technologies, AI, deep learning, and the internet of things Real-world use cases that demonstrate how industries prudently apply these technologies to solve today's business problems Business case studies that reveal how emerging technologies can be used in the future What the healthcare industry might look like in the next five years
    Note: Online resource; Title from title page (viewed March 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (94 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Until recently, training and deploying AI models required months of development and a deep understanding of machine learning. No longer. With cognitive APIs, you can infuse your apps, websites, and bots with intelligence using just a few simple lines of code. This practical report introduces cognitive APIs, examines the current landscape, and demonstrates how software developers can work with Microsoft Azure Cognitive Services to create intelligent applications within minutes. Anand Raman and Chris Hoder from Microsoft's AI platform team show how to bring intelligence to your applications without training or hosting your own models. Along the way, you'll work with C# code samples to build intelligent applications using computer vision, text analytics, and conversational samples. If you have a basic understanding of the Azure platform, you're ready to get started. Extract data from images with Azure's powerful vision services Produce speech models for speech-to-text, text-to-speech, and real-time translation services Analyze, understand, and translate text with Azure's language APIs Build apps that provide recommendations for informed and efficient decision making Use Bing APIs to search for images-or use an image to conduct a search Explore use cases that show how companies have used Azure Cognitive Services to transform their business offerings
    Note: Online resource; Title from title page (viewed February 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (24 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Just as the 20th century only truly began when events in 1914 ignited World War I, the 21st century begins with the arrival of COVID-19. The Great War toppled the existing order, the future was up for grabs, and the decisions made over the next three decades triggered crisis after crisis before eventually leading to a more prosperous world. COVID portends a similar sea change. In this report, Tim O'Reilly shows how to prepare for this cloudy future through scenario planning, a discipline for building strategies that are robust in the face of large-scale uncertainty. What institutions are likely to disappear altogether? What might rise to fill the void? What technologies might bend the curves? Pick up this report and learn how to navigate this time of crisis.
    Note: Online resource; Title from title page (viewed June 5, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282407
    Language: English
    Pages: 1 online resource (265 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Manage your information with the powerful tools in DEVONthink 3 Version 1.2, updated 5/14/2020 DEVONthink 3 offers a slew of features for defeating information overload, but mastering its power is easier with real-world advice from DEVONthink power user Joe Kissell. He helps you understand the best ways to put information into DEVONthink and how to organize it so you can find it later. He also covers syncing DEVONthink databases among your Apple devices and using DEVONthink To Go in iOS. With the information-management app DEVONthink 3 , you no longer have to swim in a sea of web bookmarks, email receipts, RSS feeds, scanned memos, and downloaded bank statements. DEVONthink stores your digital documents and clippings, helps you scan and store paper documents, and serves as home base for organizing and viewing all your information. But mastering all that power can take effort, and this book-created in partnership with DEVONtechnologies-has the real-world advice you need to understand how DEVONthink can bring order to your information. You'll also learn how to extend your DEVONthink experience beyond your main Mac with detailed coverage of the many ways you can sync DEVONthink databases to other Macs and to iOS devices using the DEVONthink To Go iOS app. After covering essential DEVONthink vocabulary and concepts, including the completely reworked user interface of DEVONthink 3, Joe helps you start using DEVONthink effectively. You'll learn how to: Decide how many databases you need and set them up Determine whether to input or index data Configure where incoming data will go Import data from many different apps Import data from a scanner, including OCR options Use grouping and tagging to organize data Add and work with DEVONthink 3's expanded metadata capabilities Use simple (and sophisticated) techniques for searching Create smart groups that automatically gather newly imported data Use smart rules and AppleScript to automate countless activities within DEVONthink Create documents in plain text, HTML, Markdown, and more Edit documents in DEVONthink (or externally) Find the best way to sync DEVONthink data with other devices Work with reminders, smart templates, and other sophisticated tools Convert documents between formats Effectively use the DEVONthink To Go iOS app Share DEVONthink documents with other people Export documents from DEVONthink Back up and maintain healthy databases Questions answered in the book include: What is DEVONthink go...
    Note: Online resource; Title from title page (viewed May 14, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282568
    Language: English
    Pages: 1 online resource (148 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Take your videoconferencing skills from zero to Zoom! Version 1.0.2, updated 5/22/2020 Many of us rarely touched a video chat or videoconferencing tool until the pandemic hit. Now, we videoconference daily (or more often) for work meetings, to talk to clients, to stay in touch with friends and family, and for school-we've gone from zero to Zoom! Zoom is the most widely used videoconferencing system in the world due to its generous feature set for free users and the ease of joining video chats by people without prior experience. But you can learn to master some of its subtle, hard-to-find, or confusing features and increase your efficiency and enjoyment as a participant and as a host. Take Control of Zoom takes the pain out of learning how to best use this powerful tool. The book covers a broad range of topics, from which Zoom app to use and how to configure your account and app even before your first meeting, to how to work among Zoom views and chat in a meeting, to creating and managing your own meetings. But what about privacy and security? Zoom's skyrocketing use revealed how insecure some of its software design choices were and how sloppy the company had been as it added options. Since March 2020, Zoom has rolled out hundreds of fixes and dozens of changes, all well documented in the book. Take Control of Zoom doesn't shirk discussing past flaws and Zoom's ongoing plans, and offers insight into which purposes you can safely use the system for and how to re-establish trust in what they offer. Here's what you will find in Take Control of Zoom : Learn how to install and configure Zoom. Decide if a web app meets your needs or it's something to recommend to other meeting participants. Configure your physical setup and your hardware for best results on video. Don't forget that even if you don't see a stream of yourself, you're on camera for other people. Upgrade your audio for better comfort and quality. Understand Zoom's past missteps with security and what it promises now. Master participating in a meeting, including the various methods of "speaking up." Get to know Zoom's many mobile and desktop views for seeing other people and shared screens. Become a host and start meetings with one other person or 1,000. Dig into Zoom's meeting controls to create safe meetings and manage public ones, keeping participants safe and blocking or removing problematic members. Find out how to preserve your privacy when sharing apps, presentations, or other part...
    Note: Online resource; Title from title page (viewed May 22, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (173 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Solve usability puzzles on Macs, iPhones, and iPads! When Apple introduced the Mac in 1984, its novel graphical interface revolutionized the way people thought about computers. Thanks to the Mac's graphical user interface, people quickly realized a computer could be both powerful and easy to use. That legendary ease of use, which carried on through the iPod, iPhone, iPad, and other products, helped Apple become the huge cultural force it is today. And yet, millions of people struggle to make sense of their modern Apple devices. (Indeed, that's the whole reason Take Control Books has existed since 2003!) Users wonder how to accomplish seemingly basic tasks, where to find important menu commands, why the screen is scrolling the "wrong" way, how to type characters that aren't on the keyboard, what gesture they can use to perform common operations on an iPhone or iPad, and why controls they want to use frequently are hidden. What happened to that ease of use, and why have Apple's user interfaces become so...mysterious? Apple Interface Mysteries aims to answer all those questions and many more. Michael E. Cohen, who is a Certified Usability Analyst (really!) as well as the author of numerous books on Apple products, also loves a good mystery. So he has done extensive research into the evolution of Apple's interfaces in an effort to explain how and why things are the way they are today-and more importantly, how you can find hidden controls and capabilities, solve the puzzles of Apple's seemingly opaque interfaces, and become a happier user in the process. After an introduction to basic concepts of usability (such as affordances , or cues that tell you how to use a control), Michael takes you on a fascinating journey through mysteriously complicated Mac interfaces such as menus, keyboards, mice, and the desktop. He then turns his attention to iOS/iPadOS, discussing the unique capabilities and limitations of small-screen, touch-oriented devices, including gestures, hidden buttons, and inscrutable onscreen keyboards. The book concludes with a chapter of "crime fighting tips" that help you unravel new perplexities as you encounter them. Unlike most of our books, the title of this one doesn't begin with the words "Take Control of...." That's because the focus is more on why than on how to , and it makes no attempt to be exhaustive. Rather, it's an explanation of some of the historical and technological factors that led to Apple's current user interfaces. But...
    Note: Online resource; Title from title page (viewed April 20, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (42 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: AI is everywhere. Once the sole domain of researchers and institutions, this technology has emerged in a wide variety of areas, including network infrastructure, platforms, and services. With AI, software developers now have the means to build a variety of intelligent solutions. This report lets you check out AI's possibilities hands-on. You'll learn how to create a virtual assistant-a conversational AI application that can understand language, perceive vast amounts of information, and respond intelligently. Authors Elaine Chang and Darren Jefford will guide you through the many AI resources and capabilities now available to developers. Jump in and discover powerful and innovative ways to approach hard-to-solve problems. You'll explore: How artificial intelligence works in the cloud Azure AI's services, infrastructure, and tools for developing AI apps Microsoft's Bot Framework ecosystem and the lifecycle of conversational AI app development How to use Bot Framework to deliver tailored conversational assistant experiences Expert guidance for developing your conversational AI app Channels and adapters that help conversational experiences reach end users Analytics tools for conversational AI applications How Azure AI encourages you to create responsible and trustworthy solutions
    Note: Online resource; Title from title page (viewed April 15, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (26 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Machine learning is the key to digital transformation for many businesses today. This process accelerates your company's ability to engage customers, optimize operations, empower employees, and fundamentally change and transform products. One of the best ways to get started is with Automated Machine Learning, a quick and efficient method to jumpstart your organization's use of machine learning. In this report, AI leader Wee Hyong Tok explains how Automated Machine Learning has successfully internalized the habits of experienced data scientists to help you develop machine learning solutions for your business much faster than if you started from scratch. You'll learn how to automate the process of selecting the best machine learning models, understand how to tune them, and more. Through several examples, this report will help you: Understand how Automated Machine Learning works-and how and why this process was developed Explore the business importance of Automated Machine Learning Learn how Automated Machine Learning performs autofeaturization, model selection, and hyperparameter sweeps
    Note: Online resource; Title from title page (viewed July 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    ISBN: 9781492077978 , 1492077976
    Language: English
    Pages: 1 online resource (694 pages)
    Edition: 2nd edition
    Series Statement: Head first
    Parallel Title: Erscheint auch als
    DDC: 005.1
    Keywords: Java (Computer program language) ; Computer software Development ; Object-oriented methods (Computer science) ; Software patterns ; Electronic books ; local ; Java (Langage de programmation) ; Conception orientée objet (Informatique) ; Logiciels ; Modèles de conception ; Computer software ; Development ; Java (Computer program language) ; Object-oriented methods (Computer science) ; Software patterns
    Abstract: You know you don't want to reinvent the wheel, so you look to design patterns-the lessons learned by those who've faced the same software design problems. With design patterns, you get to take advantage of the best practices and experience of others so that you can spend your time on something more challenging. Something more fun. This book shows you the patterns that matter, when to use them and why, how to apply them to your own designs, and the object-oriented design principles on which the patterns are based. Most importantly, you want to learn design patterns in a way that won't put you to sleep. If you've read a Head First book, you know what to expect-a visually rich format designed for the way your brain works. Newly updated and expanded, Head First Design Patterns, 2E, will load patterns into your brain in a way that sticks. In a way that makes you better at solving software design problems and better at speaking the language of patterns with others on your team. Join the hundreds of thousands of developers who have already improved their object-oriented design skills through Head First Design Patterns .
    Note: Online resource; Title from title page (viewed December 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282445
    Language: English
    Pages: 1 online resource (229 pages)
    Edition: 1st edition
    Keywords: Mac OS ; Application software Development ; Electronic books ; local ; Electronic books ; Mac OS ; Logiciels d'application ; Développement ; Application software ; Development
    Abstract: In macOS 10.15 Catalina, Apple finally did away with iTunes. In its place are three new apps-Music, TV, and Podcasts-with audiobooks now handled by the Books app and syncing of mobile devices handled by the Finder. Where once iTunes was an all-purpose media hub, now you may use up to five apps to accomplish the same things. The new apps also add more features (while, sadly, removing a few things too). Take Control of macOS Media Apps is your guide to this new, post-iTunes world. Kirk McElhearn, whose earlier books on iTunes 10, 11, and 12 collectively sold nearly 14,000 copies, is back with a new book that shows you how to manage your music, videos, podcasts, and audiobooks in Catalina. Whether you just want to play your media, or you want to go deeper with special features like Genius, Shuffle, Up Next, Apple Music, and iTunes Match, this comprehensive guide has the answers you need. Kirk also looks at various ways of bringing audio and video into Apple's media apps, tagging songs and videos so you can find them more easily later, creating playlists, sharing your library over a home network, and syncing media with your iPhone, iPad, or iPod. The book covers how to: Play Music: Learn the basics of playing audio (and even music videos) in the Music app. You'll also find tips on making quick playlists with Genius and Up Next, learn the best ways to search for the music you want to hear, stream music to other devices in your home, and view lyrics while tunes play. Stream Music: Use Apple Music, a paid service, to listen to any of 50 million tracks. Or listen to live broadcasts from Apple Music Radio (including Beats 1). View Your Music and Other Content: Learn how to use the sidebar, view your music library, and work with contextual menus in the Music app. Store Your Music Library in the Cloud: What are the pros and cons of Apple's Cloud Music Library? How do Music and iTunes Match figure out whether to upload your music when setting up your Cloud Music Library? You'll get answers to these questions and more. Use the iTunes Store: iTunes may be gone, but the iTunes Store is still open for business! Find tips on shopping in the iTunes Store, and get advice on sharing your purchases with family members and among your various Apple devices. Tag Your Music: Tags are bits of information (also known as "metadata") that can describe your media. Learn which tags to bother changing, the best ways to add lyrics and album art, how to rate songs with stars, ...
    Note: Online resource; Title from title page (viewed January 21, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (138 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Siri, Apple's voice-controlled digital assistant, has been around since 2011, when it debuted on the iPhone. But since then, it has become vastly more powerful and useful, and has spread across Apple's entire ecosystem-it now runs on iOS, macOS, Apple Watch, Apple TV, and HomePod. Siri can now listen and speak in a wide range of languages and accents, perform a long list of helpful day-to-day tasks, and keep you entertained in the process. Although Siri is easy to use, it's so multitalented that you might easily overlook some of its best features. In this book, former Macworld editor Scholle McFarland takes you deep into Siri's capabilities. You'll learn tons of tips and tricks about making the most of Siri. Discover how Siri can increase your efficiency and productivity, lend a hand when you're in the car or out for a jog, and even make it simpler to play music or find movies and TV shows to watch. Among many other things, this book teaches you: What hardware and software you need to use Siri How to change Siri's language and voice Ways to personalize Siri by telling it about yourself, your contacts, and more The numerous ways to activate Siri (by touch or by voice) How to use Siri with AirPods, wired earbuds, or third-party headphones What to do if the wrong device answers your "Hey Siri" request How to ask Siri about sports, math and conversions, time, food, movies, people, stocks, the weather, jokes, and random facts Tips for asking Siri follow-up questions How to control music (on any device, with or without an Apple Music subscription) Techniques for using Siri to get directions, set reminders and appointments, send messages and email, and take notes Ways to use Siri to search for files on your Mac What Siri can and can't do for you on an Apple TV or HomePod How to make and use Siri Shortcuts on an iOS device or Apple Watch Everything you need to know about your privacy where Siri is involved Plus bonus videos! Since Siri is an audio-based, interactive tool, there are some things that are more readily demonstrated than written about. So Scholle has put together a series of videos that illustrate techniques from her book, allowing you to see and hear exactly what happens as you use Siri. Whether you're new to Siri or a seasoned pro, you're sure to find lots of tricks and suggestions in this book to improve your experience of using Siri.
    Note: Online resource; Title from title page (viewed February 19, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282339
    Language: English
    Pages: 1 online resource (56 pages)
    Edition: 1st edition
    Keywords: Apple's Notes (Application software) ; Note-taking ; Electronic books ; local ; Prise de notes ; COMPUTERS ; Software Development & Engineering ; Quality Assurance & Testing ; Note-taking
    Abstract: Apple's Notes has come a long way since it was first introduced with the iPhone as a simple note-taking app, but many users are still unaware of its expanded capabilities. Now available on Macs, on iOS/iPadOS devices, and on the web at iCloud.com, Notes has become a surprisingly powerful tool for writing, sketching, organizing, and sharing information of all kinds. In Take Control of Notes , TidBITS Managing Editor Josh Centers provides a quick but thorough guide to this deceptively simple app, showing you how to master its many tools-and avoid or work around its limitations. Among many other things, you'll learn how to: Choose where to stores notes (iCloud, IMAP, or a device) and whether or how they sync Import notes from other apps and services Apply and modify character-level and paragraph-level formatting in a note Make lists (including checklists and lists with multiple levels of indentation) Work with tables in notes Encrypt notes with a password Add photos, videos, audio, maps, and other content to your notes Scan printed documents into Notes and save them as PDF attachments Draw and sketch using your finger or an Apple Pencil Share notes with other users Organize your notes into folders and search their contents
    Note: Online resource; Title from title page (viewed October 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (149 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Updated November 21, 2019 For most of us, the one app we couldn't possibly live without is a web browser. You can do almost anything in a browser these days...but are you browsing with one hand tied behind your back? It's easy to get into inefficient browsing habits, but you might be surprised at what a little know-how about this everyday tool can do for your efficiency and happiness. Take Control of Your Browser , by veteran tech writer Robyn Weisman, helps you discover your browser's hidden talents, increase browsing speed, solve many common problems, and configure settings and extensions for maximum efficiency. If you're troubled by ads, frustrated by ineffective searches, or confused by inscrutable error messages, this book will help you overcome your problems. Beginners will find lots of practical how-to advice, and even power users will learn tips and tricks for better browsing. This book answers many common questions, including the following: What are the similarities and differences among browsers-and how can I choose the right browser (or more than one!) for my needs? What makes Chrome, Firefox, and Safari the "big three" browsers and why should I care? Is Internet Explorer still a good choice for Windows users? (Spoiler: no!) What about Microsoft Edge? When should I consider less-popular browsers such as Brave, Opera, Tor, and Vivaldi? What are my options if I accidentally close a tab or window (or lots of them) in my browser? How do I address the common problem of tab overload? What are the quickest ways to navigate through browser tabs and windows? Are bookmarks even a thing anymore? Should I use them always, never, or only on occasion? Which search engine should I use, and how can I find exactly what I'm looking for in a web search? How can I protect my privacy and security while browsing the web? How do web cookies work, and what can I do to block the ones I don't want? Is there some way to stop the endless curse of autoplaying video? Are private browsing modes truly private? How can I safely make purchases in my browser? My browser is doing something annoying (autoplaying videos, showing tons of ads, pestering me with notifications, etc.). How can I fix it? What can I do if a page just won't load properly? Are there any tricks I can use to make my web browsing quicker and more efficient? (Yes!) Should I be using extensions to add features to my browser? If so, which ones? How can I sync my boo...
    Note: Online resource; Title from title page (viewed November 21, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282391
    Language: English
    Pages: 1 online resource (165 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: In the days before personal computers and mobile devices, we had to rely on paper calendars and to-do lists to help us organize our time and activities. Now, we have powerful tools, like Apple's Calendar and Reminders, that are much more responsive to our needs. Put an event on your schedule, invite others to join, or set yourself an alarm (or more than one). Or, keep a list of to-do items, add to it and view it on all your Apple devices, and share your list with family or friends. In this book, veteran Mac journalist and editor Scholle McFarland will guide you through getting to know these incredibly helpful apps, including lesser-known (but handy) features. For example, did you know that in Calendar you can set an alert for when you need to leave for an event, based on the travel time calculated using the location you entered for the event? Or that Reminders can prompt you to do something not only at a certain time, but also once you've reached a specific destination, like the grocery store? If you've never taken the opportunity to explore Calendar and Reminders, this book will show you how to make them an important part of your daily routine. If you've already been using Calendar and Reminders, you'll learn how to use them more effectively, troubleshoot common problems, and delve deeper into their capabilities. This fully revised second edition is now fully up to date with Catalina and iOS 13/iPadOS 13, and it has been expanded with new topics and lots of additional tips. Let Scholle walk you through how to get the best out of Calendar and Reminders, including how to: Customize Calendar to your liking, from setting time zones, to color coding specific calendars Create events, making them repeat at regular intervals or on certain dates Set up notifications and alerts, so you never miss an event Invite people to events, or share your calendar with them Create, manage, and share lists in Reminders Set alarms in Reminders at a certain time or a certain place Use Siri to save time when creating events or reminders Use Siri Shortcuts to automate common tasks with Calendar and Reminders Easily check events and reminders on your Mac, iPhone, iPad, or Apple Watch Troubleshoot common problems in Calendar and Reminders Share calendars and reminders using iCloud Family Sharing Sort reminders on your Mac Print a calendar (to paper or PDF)
    Note: Online resource; Title from title page (viewed October 29, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (178 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Nowadays, it can be difficult to complete ordinary activities without placing your personal data online, but having your data online puts you at risk for theft, embarrassment, and all manner of trouble. In this book, Joe Kissell helps you to develop a sensible online privacy strategy, customized for your needs . Whether you have a Mac or PC, iOS or Android device, set-top box, or some other network-enabled gadget, you'll find practical advice that ordinary people need to handle common privacy needs (secret agents should look elsewhere). You'll learn how to enhance the privacy of your internet connection, web browsing, email messages, online chatting, social media interactions, and file sharing, as well as your mobile phone or tablet, and Internet of Things devices like webcams and thermostats. Parents will find important reminders about protecting a child's privacy. The book also includes Joe's carefully researched VPN recommendations. The book is packed with sidebars that help you get a handle on current topics in online privacy , including international travel, quantum computing, why you should beware of VPN reviews online, two-factor authentication, privacy and your ISP, understanding how ads can track you, and more. You'll receive savvy advice about topics such as these: Why worry? Learn who wants your private data, and why they want it. Even if you don't believe you have anything to hide, you almost certainly do, in the right context. Would you give just anyone your financial records or medical history? Didn't think so. Set your privacy meter: Develop your own personal privacy rules-everyone has different privacy buttons, and it's important to figure out which matter to you. Manage your Internet connection: Understand privacy risks, prevent snoops by securing your Wi-Fi network, and take key precautions to keep your data from leaking out. Also find advice on using a VPN, plus why you should never believe a VPN review that you read on the Internet-even if it seems like it was written by Joe! Browse and search the web: Learn what is revealed about you when you use the web. Avoid bogus websites, connect securely where possible, control your cookies and history, block ads, browse and search anonymously, and find out who is tracking you. Also, take steps to protect passwords and credit card data. Send and receive email: Find out how your email could be intercepted, consider when you want email to be extra private (such as when communicating wi...
    Note: Online resource; Title from title page (viewed April 11, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282247
    Language: English
    Pages: 1 online resource (123 pages)
    Edition: 1st edition
    DDC: 004.1675068
    Keywords: Computer networks ; Computer network protocols ; Computer Communication Networks ; Electronic books ; local ; Electronic books ; Réseaux d'ordinateurs ; Protocoles de réseaux d'ordinateurs ; Computer network protocols ; Computer networks
    Abstract: Perhaps you already have a Wi-Fi network running in your home and office, but you're dissatisfied with it. Or maybe you're setting up a new house, apartment, business, or school room with Wi-Fi and need to know the basics about what to get and how to configure it. In either case, this book is for you. After over 16 years of writing regularly about Wi-Fi and answering reader questions, author Glenn Fleishman finds that the same issues still crop up: How do I spend the least money to the best effect? What's the best place to put my Wi-Fi gateways? How can I get both high throughput (speed) on my network and solid coverage across everywhere I want to use Wi-Fi? What can I do to secure my network against outsiders near my house and elsewhere on the internet? How do I add networked hard drives and printers? Interference is slowing my network; what can I do to reduce it? What's the best way to extend my network to a garage, yard, or nearby building? This book answers those questions in depth, as well as many others related to Wi-Fi, including how to set up a personal or mobile hotspot with all major operating systems, how to access computers on your network remotely, and why you should use a VPN (virtual private network). If you have any question about overhauling your network, setting up a new one, or just finally figuring out something that's never worked, this book has the answer. Covers macOS, Windows, iOS, Android, and Chrome OS.
    Note: Online resource; Title from title page (viewed October 21, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781615424702
    Language: English
    Pages: 1 online resource (188 pages)
    Edition: 2nd edition
    DDC: 006.6/96
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Whether you're considering an Apple TV or you already have one, you can more fully enjoy Apple's entertainment device with this ultimate guide by TidBITS managing editor Josh Centers. You'll learn how to set it up and use it to watch movies and TV shows, play music, display your photos, give presentations, and run all manner of apps on the big screen. Josh walks you through cables, ports, and setup, and explains how to use gestures and spoken commands with the Siri Remote-yes, you can talk to your TV! He helps you navigate and customize the Home screen, plus describes getting-started settings such as inputting your Apple ID, enabling parental controls, and turning on single sign-on. You'll learn how to use the built-in TV app, and how you can best view home movies and any DVDs or Blu-ray discs you own. The book also looks at using an Apple TV to listen to your music or Apple Music, download and play podcasts from iTunes, and browse your photos. And you'll find recommendations for apps that bring fitness, food, mapping, shopping, art, gaming, and more to your big screen. In Take Control of Apple TV you'll read about: Connecting your Apple TV to iCloud Photo Library, iCloud Photo Stream, iCloud Photo Sharing, or to photos stored on your local computer The easy Siri Remote shortcut for sleeping your Apple TV Checking the battery level and charging your Siri Remote Three ways to rewind on the Siri Remote Alternatives to the Siri Remote Beaming the display of your Mac or iPhone screen to your TV Making Mac or iOS audio play through your TV's speakers Ripping DVDs and Blu-ray discs Running iTunes Home Sharing to play media from a local computer Using Plex Media Server to take your media library beyond iTunes Essential items to pack if you'll be giving a presentation via an Apple TV What you can do with Conference Room Display mode How to tell if an iOS app includes a free copy of its Apple TV version How to reset or restore an Apple TV-useful for troubleshooting or for handing your device to a new owner Compatibility? This book covers the fourth-generation Apple TV as well as the newer 4K model, but after you buy the book, you can visit the Ebook Extras topic to download the first edition, which focuses on the second- and third-generation Apple TV models.
    Note: Online resource; Title from title page (viewed February 26, 2018) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (168 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Being productive is never as simple as putting items on a calendar or to do list and checking them off. Most of us struggle with too much to do, too little time, and only a vague idea of how to plan each day so we can achieve the best results with the least stress. If that sounds like you (and especially if you've tried a bunch of productivity systems and found them lacking), Jeff Porten's expert guidance may be just what you need. As a professional technology consultant and an early adopter of both hardware and software, Jeff has tried nearly every productivity management system out there, and experimented with dozens of implementation styles. He brings his decades of experience to this book, helping you create a customized strategy that's ideal for your needs, and-crucially-avoid common mistakes. Whether you're a productivity junkie or someone who has struggled for years with a cobbled-together, informal task-management system, this book will help you get a much better grip on your personal and business time. In this book, you'll: Review the principles of successful planning-whether for immediate projects or for long-term and someday goals. Understand your natural working style and preferences, including comfortable habits that may not be productive but that you don't want to change, and create a more effective workflow that fits you. Discover the best ways to think about projects, tasks, events, due dates, flags, contexts, and more. Choose a task-management app that's appropriate for your needs, no matter what devices and operating systems you use, and that integrates with your calendar, reminders, notes, and the apps you use to actually do things. Develop a step-by-step process for tracking all your events and tasks and ensuring that everything happens in the right order. Transition from an old system to your new system without worrying that anything will fall through the cracks. Learn exactly how to keep track of all the things you need to remember throughout the day. Improve your time-estimation skills when planning how long future tasks and projects will take. Solve the problem of "10-minute tasks" that become all-day projects because they have a dozen things you discover you need to do first. Get better at managing other people (and their expectations of you). Review how well your productivity system has worked over time, using feedback loops and suggested best practices to continually improve your workflow. Fail successfully! If somet...
    Note: Online resource; Title from title page (viewed June 20, 2018) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282100
    Language: English
    Pages: 1 online resource (167 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Wrangling your web passwords can be easy and secure, thanks to 1Password , the popular password manager from AgileBits. In this book, Joe Kissell brings years of real-world 1Password experience into play to explain not only how to create, edit, and enter web login data easily , but also how to autofill contact and credit card info when shopping online, audit your passwords and generate better ones, handle two-factor authentication (2FA) , and sync and share passwords in various ways-including a hosted 1Password account (individual, family, or team), iCloud or Dropbox. The book focuses on 1Password 7 for Mac and Windows, but it also provides details and directions for the iOS and Android versions of 1Password. It briefly covers 1Password X, a chrome extension that brings 1Password to Chrome OS and Linux. Topics include: Meet 1Password: Set your master password, explore the various 1Password components, and decide on your ideal usage strategy. Master logins: In 1Password, a typical login contains a set of credentials used to sign in to a website. Find out how to create logins, sort them, search them, tag them, and more. You'll also find help with editing logins-for example, changing a password or adding further details. Understand password security: Get guidance on what makes for a good password, and read Joe's important Password Dos and Don'ts. A special topic covers how to perform a security audit in order to improve poor passwords quickly. Go beyond web logins: A primary point of 1Password is to speed up web logins, but 1Password can also store and autofill contact information (for more than one identity, even), along with credit card information. You'll also find advice on storing passwords for password-protected files and encrypted disk images, plus ideas for keeping track of confidential files, software licenses, scans of important cards or documents, and more. Sync your passwords: Discover which 1Password syncing solution is right for you: a hosted 1Password account, Dropbox, iCloud, a manually synced folder, or even device-to-device Wi-Fi sync. Share your passwords: Learn to store passwords in shared vaults within a family or team hosted account. You'll also discover the answers to key questions, including: What are my options for licensing 1Password? What are the differences between vaults in 1Password accounts and standalone vaults? Should I keep using my web browser's autofill feature? What about iCloud Keychain? Should I use that too...
    Note: Online resource; Title from title page (viewed October 31, 2018) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781615424818
    Language: English
    Pages: 1 online resource (127 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: How do you want to be remembered by future generations? You can make a will to handle your physical possessions, but what about your digital life-photos, videos, email, documents, and the like? This ebook, written by tech expert Joe Kissell, covers many aspects of preserving such electronic ephemera as part of your digital legacy. If you're not at the stage of life where you can think about this for yourself, consider that you may have to do so for your parents or other relatives. It's not all about posterity either , since following Joe's advice will also help loved ones access your key accounts and important info if you're incapacitated, which can happen at any time. The book will help you with these essential tasks: Identify your key digital assets: online accounts, photos, audio files, videos, passwords, documents, email, and more. Plan for each type of digital asset based on your priorities for today, for shortly after you are no longer around, and for posterity. Joe explains the ideal file formats to use, how to deal with social media sites, the best ways to digitize paper documents and photos, and strategies for sharing passwords with family members, among much else. Communicate your wishes in a "digital will" and designate someone to be its "digital executor." The book includes a template document that you can develop into a personalized digital will. Preserve your data for the future. You'll consider types of archival storage media, cloud-based storage services, backups, and what instructions to provide about maintaining your data as file formats and storage media types evolve. Whether you just want to ensure that your heirs get copies of your favorite family photos and a few key documents or you want to catalog and preserve tens of thousands of digital items, this book helps you make smart decisions about your digital legacy . Questions answered include: What strategies can I use for sorting and preserving email? How can I ensure that my email account will be available to those wrapping up my estate? What if I have digital data that should be destroyed when I die? What should I do with my huge photo collection (both digital and paper)? How can I make my passwords available to those who will need them-but keep them private for now? What should I think about when handing down purchased audio and video files? What should happen to my Facebook account when I'm no longer around? What choices are available for keeping my digital archive av...
    Note: Online resource; Title from title page (viewed January 25, 2017) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781615424375
    Language: English
    Pages: 1 online resource (130 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Start podcasting or take your podcast to the next level with start-to-finish guidance from Andy Affleck. You'll learn tricks of the trade as you assemble your hardware and software, make recordings, and add polish by editing and mixing. Once your audio is in the can, you'll find real-world advice and steps for encoding and publishing your episodes. The book includes several dozen sound samples from various mics and mixers with and without filters, sleeves, and whatnot, so that you can hear the differences before you buy any special gear. Take Control of Podcasting on the Mac provides the help anyone interested in podcasting on the Mac needs: What do other podcasters do? Find out about the gear and techniques used by podcasters Chuck Joiner (MacVoices), Louis Trapani (Doctor Who: Podshock), Kelly Guimont (Ask TUAW), and Kirk McElhearn (The Committed). Choose the right mic. Pick out audio gear while considering your budget and studio (or mobile!) needs. Plus, you'll learn if you should buy additional audio hardware, like a breakout box or mixer, and find an explanation (with photos) of the main cable types that you'll come across. Pick audio software. Apps discussed at length include GarageBand for Mac and iOS, Audacity, Audio Hijack, Voice Record Pro, and Ecamm Call Recorder. Apps that are discussed briefly include Amadeus Pro, Fission, Sound Studio, Nectar Elements, SoundSoap, and The Levelator, and VocaLive Free. Learn key recording tips. Find advice about how to prepare for and conduct a successful interview, plus get a few essential tips for using a mic well. Record in the studio or the field. Get step-by-step recording directions for GarageBand for Mac and iOS, as well as Audacity, Voice Record Pro, and Audio Hijack. Record online interviews. Follow the book's steps for recording an interview online through services such as Skype and FaceTime. Edit and mix your audio. Find directions for removing unwanted noises and pauses, adding professional polish, and generally editing and mixing a recording in GarageBand for Mac or Audacity. Encode your podcast files. Before you send your podcast episode out on the Internet, you'll want to save it in the right format, and add tags. Get syndicated with RSS. Understand what should be in a podcast's RSS feed - and how FeedBurner can help. Be a publisher! Get ideas for blog services that can host your podcast and related blog posts, and find directions for publishing your podcast in Apple's iTunes Store.
    Note: Online resource; Title from title page (viewed August 13, 2016) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (898 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: First published a decade ago, CJKV Information Processing quickly became the unsurpassed source of information on processing text in Chinese, Japanese, Korean, and Vietnamese. It has now been thoroughly updated to provide web and application developers with the latest techniques and tools for disseminating information directly to audiences in East Asia. This second edition reflects the considerable impact that Unicode, XML, OpenType, and newer operating systems such as Windows XP, Vista, Mac OS X, and Linux have had on East Asian text processing in recent years. Written by its original author, Ken Lunde, a Senior Computer Scientist in CJKV Type Development at Adobe Systems, this book will help you: Learn about CJKV writing systems and scripts, and their transliteration methods Explore trends and developments in character sets and encodings, particularly Unicode Examine the world of typography, specifically how CJKV text is laid out on a page Learn information-processing techniques, such as code conversion algorithms and how to apply them using different programming languages Process CJKV text using different platforms, text editors, and word processors Become more informed about CJKV dictionaries, dictionary software, and machine translation software and services Manage CJKV content and presentation when publishing in print or for the Web Internationalizing and localizing applications is paramount in today's global market -- especially for audiences in East Asia, the fastest-growing segment of the computing world. CJKV Information Processing will help you understand how to develop web and other applications effectively in a field that many find difficult to master.
    Note: Online resource; Title from title page (viewed December 29, 2008) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...