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.  (1,522)
  • Springer Fachmedien Wiesbaden GmbH
Datasource
Material
Language
Years
Subjects(RVK)
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    Language: English
    Pages: 1 online resource (1 video file, approximately 29 hr., 16 min.)
    Edition: 1st edition.
    Keywords: Electronic videos
    Abstract: The best Linux administration course that prepares you for corporate jobs and for RHCSA, RHCE, LFCS, CLNP certifications About This Video Gain advanced Linux systems administration skills Understand Linux fundamentals and concepts Prepare for your Redhat Certified System Administrator (RHCSA - EX200) In Detail Linux is the number one operating system in the corporate world. It is a popular open-source operating system that is easy to use and highly secure. If you want to start your career in Linux and have little or no knowledge of Linux, then this course is for you. In this course, you will master Linux installation, configuration, administration, troubleshooting, the command line, OS tools, and much more. We have included resume and interview workshops that will help you get your dream IT job. This course will also help significantly in passing your RHCSA, RHCE, LFCS, and CompTIA Linux+ certification exams. By the end of this course, you will be a professional Linux administrator, be able to apply for Linux jobs and to take the EX-200 exam, and become a Redhat Certified System Administrator (RHCSA - EX200). Audience This course is designed for people who want to start a career in Linux, those who want to become a RedHat Certified System Administrator (RHCSA EX-200), and anyone keen to master Linux command-line skills.
    Note: Online resource; Title from title screen (viewed February 28, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 9 min.)
    Edition: 1st edition.
    Keywords: Electronic videos
    Abstract: Learn what GIF animations are, why they are so popular, and how you can easily create your own for your website, email, or social media page using Photoshop and other Adobe apps. Author Jennifer Harder begins by providing a brief history of GIF animation before discussing its common uses on today's social media platforms, as well as its advantages and disadvantages. She'll then demonstrate how to prepare images using the Photoshop Timeline and Layers panels as they relate to GIF creation and how to transform graphics on each layer to create movement between frames. You'll also gain an understanding of the ideal Export settings for optimizing quality and file size for online use. Additionally, you'll see how to create GIF animations from short video clips and master the use of Illustrator to copy created stills for use in Photoshop. Finally, you'll explore other Adobe applications that can be used to create GIF animations as well as GIF alternatives for the Web. After completing this video, you will be able to create your own GIF animations for informational, promotional, or entertainment purposes. What You will Learn Understand GIF animation and its relevance in today's social media environment Optimize quality and file size for your GIF online Transform your graphics on each layer to create movement between frames Who Is This Video For Students, graphic artists, photographers, video artists/animators, and web designers with basic knowledge of Photoshop.
    Note: Online resource; Title from title screen (viewed March 10, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file, approximately 54 min.)
    Edition: 1st edition.
    Keywords: Electronic videos
    Abstract: Computer security is a vast and complex field with many different technologies that must be combined correctly in an application. Learning all the security technologies can be challenging and confusing for application developers and architects. Adib Saikali provides a roadmap for application developers and architects to master application security. Adib identifies the security skills you should possess as an application developer and the key security protocols and technologies that every developer should know.
    Note: Online resource; Title from title screen (viewed February 7, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    ISBN: 0636920675648
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 11 min.)
    Edition: 1st edition.
    DDC: 005.8
    Keywords: Electronic videos
    Abstract: Observability-a measure of how well internal states of a system can be inferred from its outputs-is crucial for engineering, managing, and improving complex business-critical systems. Join us to learn how observability can help any software engineering team gain a deeper understanding of system performance, so you can perform ongoing maintenance and ship the features your customers need. About the Infrastructure & Ops Superstream Series: This four-part Superstream series guides you through what you need to know about modernizing your organization's infrastructure and operations, with each event day covering different topics and lasting no more than four hours. They're packed with the expert insights, skills, and tools that will help you effectively manage existing legacy systems while migrating to modern, scalable, cost-effective infrastructures-with no interruption to your business. What you'll learn and how you can apply it Gain a deeper understanding of system performance so you can perform ongoing maintenance and ship the features your customers need Understand how to build an observability-driven development practice Discover how your production services are really performing right now This recording of a live event is for you because... You're a developer who wants to learn the basics of observability and how to use it in your system. You want to better understand how observability can be used with data. You want to know what the future holds for observability and infrastructure and operations. Recommended follow-up: Read Observability Engineering (book) Read Kubernetes Security and Observability (book) Watch Observability at Google (video) Read Linux Observability with BPF (book) (Watch Case Study: How Lightstep Implemented Observability (recorded event)).
    Note: Online resource; Title from title screen (viewed January 12, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 min.)
    Edition: 1st edition.
    Keywords: Electronic videos
    Abstract: 52 Weeks of Swift_ Episode 8-Enumerations 00:00 Intro 03:30 Using .dot syntax with enum 08:29 Associated values for enumeration 13:45 Recursive enumerations Okay, so I'm live here with 52 weeks of Swift and getting into a numeration is today, still going through the Swift language guide. And I'm going to start off with sharing some, some code here on a numeration syntax. To start with, if we go and paste some of this in, here we go, you can see that the num, right here says that this is really the flavor of what it looks like. And if we wanted to build this out into exactly sort of workable code, you can see here that make this thing, have the ability to do case statements. And then what's great about this is that I can, you know, essentially select which one of these fits the case that I that I need. So let's go ahead and run this. Here we go, we see that this is actually working code. And so you can basically use this as something that can really be related values, or typesafe. Way to deal with things in Swift. And in particular, one of the things that I'm going to do is I'm going to go ahead and take a look at this planet. We'll go next year. And take a look at this. And we see that in this case, I say, case Mercury, Venus, Earth, Mars, Jupiter, Uranus, Neptune, there we go. And so how would I actually use this.
    Note: Online resource; Title from title screen (viewed March 10, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions
    Language: English
    Pages: 1 online resource (1 video file, approximately 26 min.)
    Edition: 1st edition.
    Keywords: Electronic videos
    Abstract: Learn to pass the Solutions Architect exam with security material 00:00 Intro 03:15 Components of Security 06:14 Identity bases vs. Resource bases 09:59 Cloud Trail 14:58 Role based privilages 19:26 SAML 23:31 Security Use Cases Alright, so I'm live here 52 weeks of AWS, continuing to cover the solutions architect certification material. And today I'm going to talk about securing user and application access. Probably one of the most timely topics that we can discuss for cloud computing, there is a lot of increased risk of cybersecurity threats in in the world right now. And there's conflicts that could potentially make your organization really need to care a bit more about cybersecurity. And so this is a great topic for today. So let's go ahead and dive right in here. I'm going to talk through this material on securing user and application access. I'm going to go ahead and share my screen if you're watching. Live here with the video, and let's get to it. Okay, so first up securing user application access. We're talking about some of the things like architectural needs the user account and I ns, how to organize users do federated users multiple accounts. also play around a little bit with AWS itself and do some demos, if it seems like it's needed. So by the end of this talk, today, I'm going to cover I am groups roles, how to use user Federation, also about AWS organizations, and how to manage multiple AWS accounts, which is, in fact, a really good process for many organizations. Okay, let's get into architectural need first.
    Note: Online resource; Title from title screen (viewed March 10, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    ISBN: 9783658317799
    Language: English
    Pages: Online-Ressource
    Edition: 1st edition 2021
    Parallel Title: Erscheint auch als Kanitz, Juliane, 1984- The headscarf as a business card
    DDC: 305.486970943155
    Keywords: Muslimin ; Kopftuch ; Mode ; Berlin ; (Produktform)Electronic book text ; (BISAC Subject Heading)SOC002000 ; (BISAC Subject Heading)JHM ; (BISAC Subject Heading)REL037000 ; (BISAC Subject Heading)SOC039000 ; (BIC subject category)HRH ; (BIC subject category)JFSR ; Islam ; Anthropology ; Consumption ; Hijab ; Fashion ; (Springer Nature Marketing Classification)C ; (Springer Nature Subject Code)SCX12000: Anthropology ; (Springer Nature Subject Code)SC1A5000: Islam ; (Springer Nature Subject Code)SCX22100: Sociology of Culture ; (Springer Nature Taxonomy)2890: Anthropology ; (Springer Nature Taxonomy)4395: Islam ; (Springer Nature Taxonomy)3111: Sociology of Culture ; (Springer Nature Subject Collection)SUCO41176: Social Sciences ; Hochschulschrift ; Berlin ; Muslimin ; Kopftuch ; Mode
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 39 min.)
    Edition: 1st edition.
    DDC: 006.3/1
    Keywords: Streaming video ; Internet videos ; Vidéo en continu ; Vidéos sur Internet ; streaming video ; Internet videos ; Streaming video ; Electronic videos
    Abstract: Join us for an event focused on the many aspects of designing, deploying, and maintaining responsible AI. Event chair and responsible AI expert Rumman Chowdhury offers overarching context, stitching together shorter tech talks and conversations with industry leaders. What you'll learn and how you can apply it Discover what responsible AI includes (and what it doesn't) See what responsible AI looks like in action, from data to deployment to debugging Learn how to debug your ML model Explore real-world applications of responsible AI Understand what industry leaders think about when they think about responsibility This course is for you because... You're a machine learning engineer or data scientist interested in responsible AI. You're engaged in conversations about ethics and AI. You're wondering how to improve your own AI and machine learning. You're responsible for implementing fair or ethical AI practices in your role or project and looking for hands-on examples. Recommended follow-up: Read Responsible Machine Learning (report) Read AI and the Law (report) Read Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow (book)
    Note: Online resource; Title from title screen (viewed June 16, 2021)
    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 (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 ...
  • 10
    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 ...
  • 11
    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 ...
  • 12
    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 ...
  • 13
    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 ...
  • 14
    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 ...
  • 15
    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 ...
  • 16
    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 ...
  • 17
    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 ...
  • 18
    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 ...
  • 19
    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 ...
  • 20
    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 ...
  • 21
    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 ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 24 min.)
    Edition: 1st edition.
    Keywords: Electronic videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. Of all the introductory pandas books I've read-and I did read a few-this is the best, by a mile. Erico Lendzian, idibu.com Take the next steps in your data science career! This friendly and hands-on guide shows you how to start mastering Pandas with skills you already know from spreadsheet software. In Pandas in Action you will learn: Import datasets, identify issues with their data structures, and optimize them for efficiency Sort, filter, pivot, and draw conclusions from a dataset and its subsets Identify trends from text-based and time-based data Organize, group, merge, and join separate datasets Use a GroupBy object to store multiple DataFrames Pandas has rapidly become one of Python's most popular data analysis libraries. In Pandas in Action , a friendly and example-rich introduction, author Boris Paskhaver shows you how to master this versatile tool and take the next steps in your data science career. You'll learn how easy Pandas makes it to efficiently sort, analyze, filter and munge almost any type of data. about the technology Data analysis with Python doesn't have to be hard. If you can use a spreadsheet, you can learn pandas! While its grid-style layouts may remind you of Excel, pandas is far more flexible and powerful. This Python library quickly performs operations on millions of rows, and it interfaces easily with other tools in the Python data ecosystem. It's a perfect way to up your data game. about the book Pandas in Action introduces Python-based data analysis using the amazing pandas library. You'll learn to automate repetitive operations and gain deeper insights into your data that would be impractical-or impossible-in Excel. Each chapter is a self-contained tutorial. Realistic downloadable datasets help you learn from the kind of messy data you'll find in the real world. about the audience For readers experienced with spreadsheets and basic Python programming. about the author Boris Paskhaver is a software engineer, Agile consultant, and online educator. His programming courses have been taken by 300,000 students across 190 countries. This approachable guide will get you up and running quickly with all the basics you need to analyze your data. Jonathan Sharley, SiriusXM Media Understanding and putting in practice the concepts of ...
    Note: Online resource; Title from title screen (viewed September 22, 2021)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    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 ...
  • 24
    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 ...
  • 25
    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 ...
  • 26
    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 ...
  • 27
    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 ...
  • 28
    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 ...
  • 29
    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 ...
  • 30
    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 ...
  • 31
    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 ...
  • 32
    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 ...
  • 33
    ISBN: 9783658283889
    Language: German
    Pages: Online-Ressource
    Edition: 1. Auflage 2020
    Series Statement: Erlebniswelten
    Parallel Title: Erscheint auch als Krause, Marco, 1991- Moden in der Hip-Hop-Szene
    DDC: 391
    Keywords: Hip-Hop ; Subkultur ; Mode ; Verbraucherverhalten ; Ethnologie ; Kultursoziologie ; Hip-Hop ; (Produktform)Electronic book text ; (BISAC Subject Heading)SOC002000 ; (BISAC Subject Heading)JHMC ; Ethnographie ; Grounded Theory ; Konsum ; Moden ; Szenen ; (BISAC Subject Heading)SOC039000 ; (BISAC Subject Heading)PSY023000 ; (BISAC Subject Heading)BUS016000 ; (BISAC Subject Heading)SOC019000 ; (BISAC Subject Heading)SPO066000 ; (BIC subject category)JFSR ; (BIC subject category)JMS ; (BIC subject category)KJS ; (BIC subject category)JHBC ; (BIC subject category)JHBS ; (Springer Nature Marketing Classification)B ; (Springer Nature Subject Code)SCX12060: Ethnography ; (Springer Nature Subject Code)SCX22100: Sociology of Culture ; (Springer Nature Subject Code)SCY20050: Personality and Social Psychology ; (Springer Nature Subject Code)SC513060: Consumer Behavior ; (Springer Nature Subject Code)SCX17000: Methodology of the Social Sciences ; (Springer Nature Subject Code)SCX22220: Sociology of Sport and Leisure ; (Springer Nature Subject Collection)SUCO41176: Social Sciences ; Hochschulschrift ; Hip-Hop ; Subkultur ; Mode ; Verbraucherverhalten ; Ethnologie ; Kultursoziologie
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    ISBN: 9783658290870
    Language: German
    Pages: Online-Ressource
    Edition: 1. Auflage 2020
    Parallel Title: Erscheint auch als Bauer, Hans G., 1948- Haarige Kunst
    DDC: 646.724023
    Keywords: Geschichte ; Haar ; Frisur ; Friseur ; Kultur ; Friseur ; Arbeitsfeld ; Arbeitsbedingungen ; Kundenbetreuung ; Friseur ; Eigensinn ; (Produktform)Electronic book text ; (BISAC Subject Heading)SOC039000 ; (BISAC Subject Heading)JFSR ; Affige Friseurnamen ; Alltagssoziologie ; Barbiere ; Berufssoziologie ; Dienstleistung ; Kulturgeschichte ; Kultursoziologie ; Mittelalter ; Perücke ; Ritualtheorie ; Sozialstatus ; (BISAC Subject Heading)SOC026000 ; (BIC subject category)JHBL ; (Springer Nature Marketing Classification)A ; (Springer Nature Subject Code)SCX22100: Sociology of Culture ; (Springer Nature Subject Code)SCX22240: Sociology of Work ; (Springer Nature Subject Collection)SUCO41176: Social Sciences ; Haar ; Frisur ; Friseur ; Kultur ; Geschichte ; Friseur ; Arbeitsfeld ; Arbeitsbedingungen ; Kundenbetreuung
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden
    ISBN: 9783658286668
    Language: German
    Pages: Online-Ressource
    Edition: 1. Auflage 2020
    Series Statement: Wissen, Kommunikation und Gesellschaft
    Parallel Title: Erscheint auch als Müller, Klaus, 1955- Verfangen im Fadenkreuz Gottes
    DDC: 305.8
    Keywords: Müller, Klaus E. ; Geschichte ; Kulturelle Entwicklung ; Gesellschaftsordnung ; Wertordnung ; Religiöses Verhalten ; Ritualisierung ; Soziokultureller Wandel ; Verlag ; ISSN ; Gott ; Wiesbaden ; (Produktform)Electronic book text ; (BISAC Subject Heading)SOC026000 ; (BISAC Subject Heading)JHB ; Arbeit ; Epos ; Erkenntnis ; Erlösung ; Ethnozentrismus ; Lebenssinn ; Macht ; Märchen ; Rassismus ; Seele ; Solidarität ; Sünde ; Transzendenz ; Vermittlung ; (BISAC Subject Heading)SOC039000 ; (BISAC Subject Heading)SOC002010 ; (BIC subject category)HR ; (BIC subject category)JHMC ; (Springer Nature Marketing Classification)B ; (Springer Nature Subject Code)SCX22120: Knowledge - Discourse ; (Springer Nature Subject Code)SCX22210: Sociology of Religion ; (Springer Nature Subject Code)SC411060: Cultural Anthropology ; (Springer Nature Subject Collection)SUCO41176: Social Sciences ; Kulturelle Entwicklung ; Gesellschaftsordnung ; Wertordnung ; Religiöses Verhalten ; Ritualisierung ; Soziokultureller Wandel ; Geschichte
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    ISBN: 9783658293734
    Language: English
    Pages: Online-Ressource
    Edition: 1st edition 2020
    Series Statement: Sozialwissenschaftliche Gesundheitsforschung
    Parallel Title: Erscheint auch als Wolff, Tom John, 1976- The touristic use of ayahuasca in Peru
    DDC: 615.78830985
    Keywords: Ayahuasca ; Ethnomedizin ; Spiritueller Tourismus ; Psychotherapie ; Peru ; (Produktform)Electronic book text ; (BISAC Subject Heading)SOC025000 ; (BISAC Subject Heading)JKSN ; Ayahuasca ; Curanderism ; Peru ; Psychedelic ; Qualitative research ; Shamanism ; Tourism ; Vegetalism ; (BISAC Subject Heading)MED036000 ; (BISAC Subject Heading)SOC039000 ; (BIC subject category)MBP ; (BIC subject category)JFSR ; (Springer Nature Marketing Classification)C ; (Springer Nature Subject Code)SCX21000: Social Work ; (Springer Nature Subject Code)SCH27040: Health Policy ; (Springer Nature Subject Code)SCX22100: Sociology of Culture ; (Springer Nature Subject Collection)SUCO41176: Social Sciences ; Hochschulschrift ; Peru ; Ayahuasca ; Ethnomedizin ; Spiritueller Tourismus ; Psychotherapie
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio
    ISBN: 1469082446 , 9781469082448
    Language: English
    Pages: 1 online resource
    Edition: 1st edition.
    Series Statement: HBR's 10 must reads
    DDC: 658
    Keywords: Management ; Business ; Success in business ; Industrial management ; Diversity in the workplace ; Gestion ; Affaires ; management ; Business ; Management ; Downloadable audio books ; Livres audio ; Audiobooks ; Audiobooks ; Audiobooks
    Abstract: A year's worth of management wisdom, all in one place. We've combed through the ideas, insights, and best practices from the past year of Harvard Business Review to help you get up to speed fast on the relevant concepts driving business today. Discover new ideas and sample the latest thinking of our vast array of management experts. Revisit these topics now to make sure your organization is incorporating the best, most up-to-date practices, or keep this book as a reference so you can turn to these memorable pieces when you need them the most. The collection includes articles on leadership, strategy, and innovation, as well as articles that will help you manage yourself and others.
    Note: Online resource; Title from title page (viewed October 6, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Cisco Press
    ISBN: 0135262070 , 9780135262078 , 9780138217570 , 0138217572
    Language: English
    Pages: 1 online resource (1,092 pages)
    Edition: First edition.
    Parallel Title: Erscheint auch als
    DDC: 004.6076
    Keywords: Computer networks Study guides Examinations ; Computer network protocols Study guides Examinations ; Electronic data processing personnel Certification ; Réseaux d'ordinateurs ; Examens ; Guides de l'étudiant ; Protocoles de réseaux d'ordinateurs ; Examens ; Guides de l'étudiant ; Computer networks ; Examinations ; Electronic data processing personnel ; Certification ; examination study guides ; Study guides ; Study guides ; Guides de l'étudiant
    Abstract: Trust the best selling Official Cert Guide series from Cisco Press to help you learn, prepare, and practice for exam success. They are built with the objective of providing assessment, review, and practice to help ensure you are fully prepared for your certification exam. CCNP Enterprise Advanced Routing ENARSI 300-410 Official Cert Guide presents you with an organized test preparation routine using proven series elements and techniques. "Do I Know This Already?" quizzes open each chapter and allow you to decide how much time you need to spend on each section. Exam topic lists make referencing easy. Chapter-ending Exam Preparation Tasks help you drill on key concepts you must know thoroughly. Master Cisco CCNP ENARSI 300-410 exam topics Assess your knowledge with chapter-opening quizzes Review key concepts with exam preparation tasks Practice with realistic exam questions in the practice test software CCNP Enterprise Advanced Routing ENARSI 300-410 Official Cert Guide from Cisco Press allows you to succeed on the exam the first time and is the only self-study resource approved by Cisco. Expert authors Raymond Lacoste and Brad Edgeworth share preparation hints and test-taking tips, helping you identify areas of weakness and improve both your conceptual knowledge and hands-on skills. This complete study package includes A test-preparation routine proven to help you pass the exams Do I Know This Already? quizzes, which allow you to decide how much time you need to spend on each section Chapter-ending exercises, which help you drill on key concepts you must know thoroughly The powerful Pearson Test Prep Practice Test software, complete with hundreds of well-reviewed, exam-realistic questions, customization options, and detailed performance reports Practice exercises that help you enhance your knowledge More than 60 minutes of video mentoring from the author A final preparation chapter, which guides you through tools and resources to help you craft your review and test-taking strategies Study plan suggestions and templates to help you organize and optimize your study time Well regarded for its level of detail, study plans, assessment features, and challenging review questions and exercises, this official study guide helps you master the concepts and techniques that ensure your exam success. This official study guide helps you master all the topics on the CCNP Enterprise Advanced Routing ENARSI exam, including Layer 3 technologies, including IPv4/IP...
    Note: Online resource; Title from title page (viewed March 16, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The essential guide to creating an honest, ethical workplace culture in any industry In The Manager's Book of Decencies , Stephen Harrison showed how even the smallest gestures can produce big results and change the culture of an entire workforce. Now the author of that prescient bestseller has teamed up with Jim Lukaszewski, America's Crisis Guru® to write the definitive guide to transforming or restoring your workplace into a showplace of honest, ethical behavior. Accountability, civility, compassion, empathy, honesty, humility, and principle: these are the seven characteristics embodied by every truly decent leader. The best organizations develop and maintain a civil culture, valuing ethical behavior, honesty, and integrity as much, or even more, than profitability. The Decency Code provides you with practical pathways to creating or restoring that type of culture. These strategies address the evolving workplace: flexible, fast-moving, delayered, virtual, unstable, out-of-balance, ambiguous, global, diverse, and ruthlessly competitive. Here are actionable tools and strategies to help you build your workplace on a new standard of honest, ethical behavior, along with informative case studies that examine the behavior of both ethical and unethical companies. Today's climate of corporate cultural disorder needs a new type of leader, men and women who replace confusion with order, opaqueness with clarity, complexity with simplicity, hopelessness with confidence, greed with selflessness, and suspicion with trust. The common-sense prescriptions offered in The Decency Code can help you become the type of leader you wish to be-and effect the change you wish to see. This book is required reading for ethically conscious managers everywhere.
    Note: Online resource; Title from title page (viewed March 17, 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] : Microsoft Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Master machine learning concepts and develop real-world solutions Machine learning offers immense opportunities, and Introducing Machine Learning delivers practical knowledge to make the most of them. Dino and Francesco Esposito start with a quick overview of the foundations of artificial intelligence and the basic steps of any machine learning project. Next, they introduce Microsoft's powerful ML.NET library, including capabilities for data processing, training, and evaluation. They present families of algorithms that can be trained to solve real-life problems, as well as deep learning techniques utilizing neural networks. The authors conclude by introducing valuable runtime services available through the Azure cloud platform and consider the long-term business vision for machine learning. · 14-time Microsoft MVP Dino Esposito and Francesco Esposito help you · Explore what's known about how humans learn and how intelligent software is built · Discover which problems machine learning can address · Understand the machine learning pipeline: the steps leading to a deliverable model · Use AutoML to automatically select the best pipeline for any problem and dataset · Master ML.NET, implement its pipeline, and apply its tasks and algorithms · Explore the mathematical foundations of machine learning · Make predictions, improve decision-making, and apply probabilistic methods · Group data via classification and clustering · Learn the fundamentals of deep learning, including neural network design · Leverage AI cloud services to build better real-world solutions faster About This Book · For professionals who want to build machine learning applications: both developers who need data science skills and data scientists who need relevant programming skills · Includes examples of machine learning coding scenarios built using the ML.NET library
    Note: Online resource; Title from title page (viewed February 5, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Language: English
    Pages: 1 online resource (513 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redbooks® publication describes the features and functions the latest member of the IBM Z® platform, the IBM z15™ (machine type 8561). It includes information about the IBM z15 processor design, I/O innovations, security features, and supported operating systems. The z15 is a state-of-the-art data and transaction system that delivers advanced capabilities, which are vital to any digital transformation. The z15 is designed for enhanced modularity, which is in an industry standard footprint. This system excels at the following tasks: Making use of multicloud integration services Securing data with pervasive encryption Accelerating digital transformation with agile service delivery Transforming a transactional platform into a data powerhouse Getting more out of the platform with IT Operational Analytics Accelerating digital transformation with agile service delivery Revolutionizing business processes Blending open source and Z technologies This book explains how this system uses new innovations and traditional Z strengths to satisfy growing demand for cloud, analytics, and open source technologies. With the z15 as the base, applications can run in a trusted, reliable, and secure environment that improves operations and lessens business risk.
    Note: Online resource; Title from title page (viewed January 17, 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] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (60 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: IBM Storage for Red Hat OpenShift is a comprehensive container-ready solution that includes all the hardware & software components necessary to setup and/or expand your Red Hat OpenShift environment. This blueprint includes Red Hat OpenShift Container Platform and uses Container Storage Interface (CSI) standards. IBM Storage brings enterprise data services to containers. In this blueprint, learn how to: · Combine the benefits of IBM Systems with the performance of IBM Storage solutions so that you can deliver the right services to your clients today! · Build a 24 by 7 by 365 enterprise class private cloud with Red Hat OpenShift Container Platform utilizing new open source Container Storage interface (CSI) drivers · Leverage enterprise class services such as NVMe based flash performance, high data availability, and advanced container security IBM Storage for Red Hat OpenShift Container Platform is designed for your DevOps environment for on-premises deployment with easy-to-consume components built to perform and scale for your enterprise. Simplify your journey to cloud with pre-tested and validated blueprints engineered to enable rapid deployment and peace of mind as you move to a hybrid multicloud environment. You now have the capabilities.
    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 ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (272 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Lean UX effektiv im Unternehmen implementieren Vorhandene Strukturen anpassen und interdisziplinäre Teams bilden Mit Lean UX schlanke und schnell lieferbare Produktversionen erstellen Lean UX hat sich zum populärsten Ansatz für das Interaction Design entwickelt, es passt genau zu den Anforderungen agiler Teams von heute. Jeff Gothelf und Josh Seiden, Pioniere und führende Experten für Lean UX, erläutern in diesem Buch umfassend die zentralen Prinzipien, Taktiken und Techniken dieser Entwicklungsmethode und zeigen, wie Produktteams ganz einfach Design, Experimente, Iteration und kontinuierliches Lernen echter User in ihren agilen Prozess integrieren können. Lean UX ist inspiriert von den Konzepten des Lean Developments sowie anderer agiler Entwicklungsmethoden und hat den Vorteil, dass Sie sich vor allem auf das Designen der eigentlichen User Experience statt auf die Deliverables konzentrieren können. Dieses Buch zeigt Ihnen, wie Sie eng mit anderen Mitgliedern des Produktteams zusammenarbeiten und Feedback von Usern häufig und frühzeitig erfassen und berücksichtigen können. Außerdem erfahren Sie, wie sich der Designprozess in kurzen iterativen Zyklen vorantreiben lässt, um herauszufinden, was sowohl in geschäftlicher Hinsicht als auch aus Sicht der User am besten funktioniert. »Lean UX« weist Ihnen den Weg, wie Sie dieses Umdenken in Ihrem Unternehmen herbeiführen können - eine Wendung zum Besseren. Visualisieren Sie das Problem, das Sie zu lösen versuchen, und fokussieren Sie Ihr Team auf die »richtigen« Ergebnisse Vermitteln Sie dem gesamten Produktteam das Designer Toolkit Lassen Sie Ihr Team sehr viel früher als üblich an Ihren Erkenntnissen teilhaben Erstellen Sie MVPs (Minimum Viable Products), um in Erfahrung zu bringen, welche Ideen und Konzepte funktionieren Beziehen Sie die »Stimme des Kunden« in den gesamten Projektzyklus mit ein Kombinieren Sie Lean UX mit dem agilen Scrum-Framework und steigern Sie so die Produktivität Ihres Teams Setzen Sie sich mit den organisatorischen Veränderungen auseinander, die zur Anwendung und Integration der Lean-UX-Methode erforderlich sind
    Note: Online resource; Title from title page (viewed February 14, 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] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Manage your own robust, inexpensive cybersecurity testing environment This hands-on guide shows clearly how to administer an effective cybersecurity testing lab using affordable technologies and cloud resources. Build Your Own Cybersecurity Testing Lab: Low-cost Solutions for Testing in Virtual and Cloud-based Environments fully explains multiple techniques for developing lab systems, including the use of Infrastructure-as-Code, meaning you can write programs to create your labs quickly, without manual steps that could lead to costly and frustrating mistakes. Written by a seasoned IT security professional and academic, this book offers complete coverage of cloud and virtual environments as well as physical networks and automation. Included with the book is access to videos that demystify difficult concepts. Inside, you will discover how to: • Gather network requirements and build your cybersecurity testing lab • Set up virtual machines and physical systems from inexpensive components • Select and configure the necessary operating systems • Gain remote access through SSH, RDP, and other remote access protocols • Efficiently isolate subnets with physical switches, routers, and VLANs • Analyze the vulnerabilities and challenges of cloud-based infrastructures • Handle implementation of systems on Amazon Web Services, Microsoft Azure, and Google Cloud Engine • Maximize consistency and repeatability using the latest automation tools
    Note: Online resource; Title from title page (viewed February 28, 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] : Rocky Nook | Boston, MA : Safari
    ISBN: 9781681985336
    Language: English
    Pages: 1 online resource (388 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Adobe Illustrator: A Complete Course and Compendium of Features is your guide to building vector graphics, whether you're creating logos, icons, drawings, typography, or other illustrations-and regardless of their destination: print, web, video, or mobile. First, with a complete Course that includes a set of projects and lessons derived from Adobe Certified Instructor Jason Hoppe, you will learn the procedures needed to use Illustrator effectively and professionally. Dozens of lessons are included that can be applied to any graphics you have in mind. Through these step-by-step lessons, you'll be exposed to all of Illustrator's features in practical contexts and its best practices for optimal workflows. To complete the Course, we'll supply lesson documents and their assets to download. These can even serve as starting points for your own projects. Then, for greater depth of knowledge and subsequent reference, you'll use the Compendium to uncover more of the "how" and "why" of Illustrator. With each topic easy to access, you can find and explore all of Illustrator's key features and concepts in depth. With cross references between the Course and Compendium, the two parts of the book complement each other perfectly. Best of all, when the lessons in the Course are done, the Compendium will continue to serve for months and years to come. Learn step by step how to: • Draw basic shapes and lines • Build graphics using Illustrator's deep and diverse toolset • Create complex icons using the Pathfinder and Shape Builder • Use color with predictable and harmonic results • Work effectively with type • And much more!
    Note: Online resource; Title from title page (viewed February 7, 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] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (35 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This document is intended to facilitate the approach of achieving the Cyber Resiliency solution for IBM® Spectrum Virtualize for Public Cloud. This solution is designed to protect the data on IBM Spectrum™ Virtualize storage in a hybrid multicloud environment by deploying cloud backup to Amazon S3 using the function Transparent Cloud Tiering .
    Note: Online resource; Title from title page (viewed February 12, 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] : Association for Talent Development | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (340 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Speak for Yourself Do you yearn for a book to disambiguate the common language of your job? Do you wish the kimono would open on idioms and clichés that stretch the bandwidth of understanding and make you wonder if your career is scalable? Maybe you want someone to: Take off the kid gloves. Be aboveboard. Give you the blow-by-blow. Help you move the needle. If so, then The BS Dictionary: Uncovering the Origins and True Meanings of Business Speak is for you! Join authors Bob Wiltfong and Tim Ito as they take humorous aim at the common words and phrases of business. The dictionary has been used as a tool for social commentary and amusement for centuries, and the authors don't disappoint with their version, as they follow in the hallowed footsteps of Samuel Johnson, Ambrose Bierce, and Gustave Flaubert to succinctly reveal us to ourselves. The authors' researched and documented entries include definitions and a full etymology of favorite phrases like back of the envelope, boil the ocean, elephant in the room, and FAQ. This unique book will amuse and nudge business speakers as well as educate those who don't yet speak B.S.
    Note: Online resource; Title from title page (viewed April 28, 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800567320
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get to grips with Java design patterns and write robust and extensible software About This Video Understand interfaces, composition, inheritance, and polymorphism Get up and running with the concepts behind design patterns Learn the different design patterns with the help of real-world examples, code, and slides In Detail If you are an intermediate to advanced Java developer or a developer in any other OOP language and are looking to learn Java design patterns, then this course is for you. It is also tailored for anyone who has working knowledge of Java or OOP knowledge and is looking to delve into the core software development principles - design patterns. This course will help you understand Java design patterns effectively so you can apply what you've learned to your projects. Design patterns are the common denominator you need to learn in order to build effective software and systems that work efficiently. In this course, you will explore the different design patterns, right from the Observer Design Pattern and the Singleton Design Pattern through to the Adapter Design Pattern and Façade Design Pattern. As you progress, you'll understand how to apply these patterns to real-world projects. In addition to this, you'll get to grips with solving different software architecture problems using the patterns. By the end of this book, you will be well-versed with Java design patterns and be able to write efficient and extensible software.
    Note: Online resource; Title from title screen (viewed May 29, 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] : MIT Sloan Management Review | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (7 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Bringing together the formal rationality of AI and the substantive rationality of humans can help companies meet their goals and optimize the chances of success. However, before designing AI systems, managers need to assess the openness of the decision-making process and the level of risk. These assessments will help managers figure out the right teaming options for implementing their AI systems.
    Note: Online resource; Title from title page (viewed March 18, 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] : SAS Institute | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (150 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover deep learning and computer vision with SAS! Deep Learning for Computer Vision with SAS®: An Introduction introduces the pivotal components of deep learning. Readers will gain an in-depth understanding of how to build deep feedforward and convolutional neural networks, as well as variants of denoising autoencoders. Transfer learning is covered to help readers learn about this emerging field. Containing a mix of theory and application, this book will also briefly cover methods for customizing deep learning models to solve novel business problems or answer research questions. SAS programs and data are included to reinforce key concepts and allow readers to follow along with included demonstrations. Readers will learn how to: Define and understand deep learning Build models using deep learning techniques and SAS Viya Apply models to score (inference) new data Modify data for better analysis results Search the hyperparameter space of a deep learning model Leverage transfer learning using supervised and unsupervised methods
    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 ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (14 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In this paper, we outline some IBM® Spectrum Virtualize HyperSwap® SAN implementation and design best practices for optimum resiliency of the SAN Volume Controller cluster. It provides IBM Spectrum® Virtualize HyperSwap and Stretched Cluster configuration details. Note: In this book, for brevity, we use HyperSwap to refer to both HyperSwap and Stretched Cluster. The documentation there details the minimum requirements. However, it does not describe the design of the storage area network (SAN) in detail, nor does it describe the recommended way to implement those requirements on a SAN. In this IBM Redpaper publication, we outline some of the best practices for SAN design and implementation that leads to optimum resiliency of the SAN Volume Controller (SVC) cluster, and we explain why each recommendation is made. This paper is SAN vendor-neutral wherever possible. Any mention of a specific SAN switch vendor, or terms used by a specific switch vendor, is made only where relevant to a specific context, and does not imply an endorsement of a specific switch vendor. Note: Some of the figures in this document might not depict redundant fabrics or storage configurations. This was done for simplicity, and it should be assumed that any recommendations made for fabric design assume that there are two redundant fabrics.
    Note: Online resource; Title from title page (viewed April 23, 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] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (12 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The FlashSystem 9200 combines the performance of flash and end-to-end Non-Volatile Memory Express (NVMe) with the reliability and innovation of IBM® FlashCore technology, the ultra-low latency of Storage Class Memory (SCM), the rich features of IBM Spectrum® Virtualize and AI predictive storage management, and proactive support by Storage Insights. All of these features are included in a powerful 2U enterprise-class, blazing fast storage all-flash array.
    Note: Online resource; Title from title page (viewed April 28, 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] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (58 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redbooks® Product Guide publication describes the IBM FlashSystem® 7200 solution, which is a comprehensive, all-flash, and NVMe-enabled enterprise storage solution that delivers the full capabilities of IBM FlashCore® technology. In addition, it provides a rich set of software-defined storage (SDS) features, including data reduction and de-duplication, dynamic tiering, thin-provisioning, snapshots, cloning, replication, data copy services, and IBM HyperSwap® for high availability (HA). Scale-out and scale-up configurations further enhance capacity and throughput for better availability
    Note: Online resource; Title from title page (viewed April 24, 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
    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 ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IT Governance Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (211 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: ITIL® 4 Essentials contains everything you need to know to pass the ITIL 4 Foundation Certificate, plus more. It covers practices and concepts that are not addressed as part of the Foundation syllabus, making it ideal for newly qualified practitioners. This second edition has been updated to align with amendments to the ITIL® 4 Foundation syllabus.
    Note: Online resource; Title from title page (viewed April 28, 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] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (252 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Dieses Buch vermittelt Ihnen das konzeptionelle und praktische Rüstzeug, um ein tiefes Verständnis für die Funktionsweise neuronaler Netze zu bekommen. Sie lernen die Grundprinzipien des Deep Learning kennen, zu deren Veranschaulichung Seth Weidman gut nachvollziehbare Konzeptmodelle entwickelt hat, die von Codebeispielen begleitet werden. Das Buch eignet sich für Data Scientists und Softwareentwickler mit Erfahrung im Machine Learning.Sie beginnen mit den Basics des Deep Learning und gelangen schnell zu den Details fortgeschrittener Architekturen, indem Sie deren Aufbau von Grund auf neu implementieren. Dabei lernen Sie mehrschichtige neuronale Netze wie Convolutional und Recurrent Neural Networks kennen. Diese neuronalen Netzwerkkonzepte setzen Sie dann mit dem beliebten Framework PyTorch praktisch um. Auf diese Weise bauen Sie ein fundiertes Wissen darüber auf, wie neuronale Netze mathematisch, rechnerisch und konzeptionell funktionieren.
    Note: Online resource; Title from title page (viewed May 5, 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] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (50 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redbooks® Product Guide publication describes the IBM FlashSystem® 9200 solution, which is a comprehensive, all-flash, and NVMe-enabled enterprise storage solution that delivers the full capabilities of IBM FlashCore® technology. In addition, it provides a rich set of software-defined storage (SDS) features, including data reduction and de-duplication, dynamic tiering, thin-provisioning, snapshots, cloning, replication, data copy services, and IBM HyperSwap® for high availability (HA). Scale-out and scale-up configurations further enhance capacity and throughput for better availability.
    Note: Online resource; Title from title page (viewed May 4, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Companies need to migrate data not only when technology needs to be replaced, but also for consolidation, load balancing, and disaster recovery (DR). Data migration is a critical operation, and this book explains the phases and steps to ensure a smooth migration. Topics range from planning and preparation to execution and validation. The book explains, from a generic standpoint, the appliance-based, storage-based, and host-based techniques that can be used to accomplish the migration. Each method is explained through practical migration scenarios and for various operating systems. This publication addresses the aspects of data migration efforts while focusing on fixed block storage systems in open environment with the IBM® FlashSystem 9100 as the target system. Therefore, the book also emphasizes various migration techniques using the Spectrum Virtualize built-in functions. This document targets storage administrators, storage network administrators, system designers, architects, and IT professionals who design, administer or plan data migrations in large data Centers. The aim is to ensure that you are aware of the current thinking, methods, and products that IBM can make available to you. These items are provided to ensure a data migration process that is as efficient and problem-free as possible. The material presented in this book was developed with versions of the referenced products as of February, 2020.
    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 ...
  • 59
    Language: English
    Pages: 1 online resource (62 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redpaper publication describes practical experiences to run SAP workloads to take advantage of IBM Power Systems I/O capabilities. With IBM POWER® processor-based servers, you have the flexibility to fit seamlessly new applications and workloads into a single data center, and even consolidate them into a single server. This approach highlights all viable options and describes the pros and cons of each one to select the correct option for a specific data center. The target audiences of this book are architects, IT specialists, and systems administrators deploying SAP workloads, who spend much time and effort managing, provisioning, and monitoring SAP software systems and landscapes on IBM Power Systems servers.
    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 ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson | Boston, MA : Safari
    ISBN: 9780136875185 , 0136875181
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 20 min.)
    Edition: 1st edition
    Keywords: Internet videos ; Streaming video ; Electronic videos ; local ; Electronic videos ; Vidéo en continu ; streaming video ; Internet videos ; Streaming video ; Vidéos sur Internet
    Abstract: Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing. C++20 Fundamentals LiveLessons with Paul Deitel is a code-oriented presentation of C++, one of the world,Äôs most versatile and powerful programming languages. C++ remains hugely popular for the development of systems software, embedded systems, operating systems, real-time systems, communications systems and other high performance computer applications. C++20 Fundamentals LiveLessons is comprehensive and covers all major versions of C++, including: C++11, C++17, and C++20. The code repository for this LiveLesson is kept at https://github.com/pdeitel/CPlusPlus20FundamentalsLiveLessons and will be kept up to date as lessons are added and as changes are made.
    Note: Online resource; Title from title screen (viewed June 10, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (200 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Visuelle Notizen ganz einfach im Beruf nutzen Von To-do-Listen über Brainstorming, Gespräche und Meetings bis hin zu Prozessen und Diagrammen Mit zahlreichen Vorlagen und Beispielen Mit visuellen Notizen und Sketchnotes lassen sich Inhalte anhand einer Kombination aus Schrift und Bild optimal und anschaulich darstellen und besser merken. Dieses Buch richtet sich an alle, die die Vorteile des visuellen Arbeitens für sich entdecken und ihren Arbeitsalltag effektiver und kreativer gestalten wollen - sei es für sich selbst oder für die Zusammenarbeit in Teams.. Angela Altenbeck zeigt Ihnen, wie Sie ohne viel Aufwand mit einfachen Visualisierungen und Sketchnotes Ihren beruflichen Alltag effizienter gestalten, ohne dass Sie dafür besondere Zeichenfähigkeiten brauchen. Sie lernen zunächst alle grundlegenden Elemente kennen, mit denen Sie Ihre Notizen visualisieren können. Im Anschluss daran erfahren Sie, wie Sie mit einfachen Zeichnungen und hilfreichen Vorlagen zahlreiche berufliche Situationen visuell unterstützen können: Gedanken strukturieren, Ideen finden, Aufträge definieren, Gesprächsnotizen und Protokolle erstellen, Abläufe, Prozesse und Diagramme darstellen sowie Meetings und Reden vorbereiten. Haben Sie einmal damit angefangen, werden Sie nicht mehr darauf verzichten wollen. Mit diesem Buch finden Sie einen einfachen Einstieg in die Visualisierung im Beruf.
    Note: Online resource; Title from title page (viewed April 22, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    ISBN: 9780738458922
    Language: English
    Pages: 1 online resource (462 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The IBM® TS4500 (TS4500) tape library is a next-generation tape solution that offers higher storage density and better integrated management than previous solutions. This IBM Redbooks® publication gives you a close-up view of the new IBM TS4500 tape library. In the TS4500, IBM delivers the density that today's and tomorrow's data growth requires. It has the cost-effectiveness and the manageability to grow with business data needs, while you preserve investments in IBM tape library products. Now, you can achieve a low cost per terabyte (TB) and a high TB density per square foot because the TS4500 can store up to 11 petabytes (PB) of uncompressed data in a single frame library or scale up to 2 PB per square foot to over 350 PB. The TS4500 offers the following benefits: High availability: Dual active accessors with integrated service bays reduce inactive service space by 40%. The Elastic Capacity option can be used to eliminate inactive service space. Flexibility to grow: The TS4500 library can grow from the right side and the left side of the first L frame because models can be placed in any active position. Increased capacity: The TS4500 can grow from a single L frame up to another 17 expansion frames with a capacity of over 23,000 cartridges. High-density (HD) generation 1 frames from the TS3500 library can be redeployed in a TS4500. Capacity on demand (CoD): CoD is supported through entry-level, intermediate, and base-capacity configurations. Advanced Library Management System (ALMS): ALMS supports dynamic storage management, which enables users to create and change logical libraries and configure any drive for any logical library. Support for IBM TS1160 while also supporting TS1155, TS1150, and TS1140 tape drive: The TS1160 gives organizations an easy way to deliver fast access to data, improve security, and provide long-term retention, all at a lower cost than disk solutions. The TS1160 offers high-performance, flexible data storage with support for data encryption. Also, this enhanced fifth-generation drive can help protect investments in tape automation by offering compatibility with existing automation. The TS1160 Tape Drive Model 60E delivers a dual 10 Gb or 25 Gb Ethernet host attachment interface that is optimized for cloud-based and hyperscale environments. The TS1160 Tape Drive Model 60F delivers a native data rate of 400 MBps, the same load/ready, locate speeds, and access times as the TS1155, and includes dual-port 16 Gb Fibre Cha...
    Note: Online resource; Title from title page (viewed June 26, 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800205024
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 47 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Use machine learning today without a machine learning background About This Video Quickly get up and running using state-of-the-art machine learning algorithms in your .Net applications Implement machine learning algorithms using real-world data sets, without first learning math Leverage state-of-the-art (TensorFlow, ONNX) models, pre-trained by the tech giants, in your own .Net code In Detail ML.NET enables developers utilize their .NET skills to easily integrate machine learning into virtually any .NET application. This course will teach you how to implement machine learning and build models using Microsoft's new Machine Learning library, ML.NET. You will learn how to leverage the library effectively to build and integrate machine learning into your .NET applications. By taking this course, you will learn how to implement various machine learning tasks and algorithms using the ML.NET library, and use the Model Builder and CLI to build custom models using AutoML. You will load and prepare data to train and evaluate a model; make predictions with a trained model; and, crucially, retrain it. You will cover image classification, sentiment analysis, recommendation engines, and more! You'll also work through techniques to improve model performance and accuracy, and extend ML.NET by leveraging pre-trained TensorFlow models using transfer learning in your ML.NET application and some advanced techniques. By the end of the course, even if you previously lacked existing machine learning knowledge, you will be confident enough to perform machine learning tasks and build custom ML models using the ML.NET library.
    Note: Online resource; Title from title screen (viewed June 24, 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] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (342 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Mit der Version 8 erhielt die objektorientierte Programmiersprache Java die Möglichkeit, mit ihr funktional zu programmieren. Dieser Programmierstil hat seitdem bei Java-Entwicklern immer mehr an Popularität gewonnen, getrieben durch den Trend zu datenzentrierten Anwendungen und neueren Programmiersprachen, die funktionale Programmierung (z.B. Scala, Kotlin) einfach möglich machen. Das Buch richtet sich sowohl an Einsteiger in Java, die einen tieferen Einblick in die funktionale Seite der Sprache erhalten möchten, als auch an erfahrene Java-Entwickler, die ihre tägliche Arbeit um funktionale Aspekte erweitern möchten.
    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 ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (144 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Leicht verständliche Anleitungen für über 50 Aquarellbilder: Jedes Bild entsteht in wenigen Schritten Die beliebtesten Motive für Mädchen und Jungen: Tiere, Fahrzeuge, Spielzeug, Schmuckelemente und viele mehr Zum Download: Vorlagen für alle Bilder zum Abpausen Du möchtest anfangen, mit Aquarellfarben zu malen? In diesem Buch findest du einfache Motive aus dem Alltag, die besonders gut für deinen Start in die Welt der Wasserfarben geeignet sind. Als Erstes zeigt dir Verena Knabe alles, was du brauchst, um direkt loszulegen: dazu gehören Papier, Pinsel und Farben und die grundlegenden Maltechniken. Anschließend findest du einfache Schritt-für-Schritt-Anleitungen, die dir genau zeigen, wie jedes einzelne Bild entsteht. Dabei erklärt die Autorin Schritt für Schritt, wie du vorgehen musst und wie du die Farbe aufträgst. Um dir den Start leichter zu machen, gibt es zu allen Bildern Vorlagen zum Download, die du auf dein Papier übertragen kannst. So kannst du jedes Motiv sofort nachmalen oder frei nach deinen eigenen Wünschen gestalten und tolle Watercolor-Bilder malen. Die Anleitungen sind für Kinder ab ca. 10 Jahren geeignet.
    Note: Online resource; Title from title page (viewed July 16, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    ISBN: 9780738459004
    Language: English
    Pages: 1 online resource (408 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redbooks® publication helps you install, configure, and maintain the IBM z15™ (machine types 8561 and 8562) systems. The z15 systems offers new functions that require a comprehensive understanding of the available configuration options. This book presents configuration setup scenarios, and describes implementation examples in detail. This publication is intended for systems engineers, hardware planners, and anyone who needs to understand IBM Z® configuration and implementation. Readers should be familiar with IBM Z technology and terminology. For more information about the functions of the z15 systems, see IBM z15 Technical Introduction, SG24-8850, IBM z15 (8561) Technical Guide, SG24-8851 and IBM z15 (8562) Technical Guide, SG24-8852.
    Note: Online resource; Title from title page (viewed August 4, 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] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (296 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Lernen Sie, wie Hacker Websites knacken und wie auch Sie das tun können. Egal ob Sie in die Cybersicherheit einsteigen, um das Internet zu einem sichereren Ort zu machen, oder als erfahrener Entwickler sichereren Code schreiben wollen - der ethische Hacker Peter Yaworski zeigt ihnen, wie es geht. Jedes Kapitel stellt einen Schwachstellen-Typ vor, zusammen mit einer Reihe von tatsächlich veröffentlichten Bug-Bounties. Die Sammlung von Reports in diesem Buch zeigt, wie Sie mit ihrem neuen Hobby auch Geld verdienen können.
    Note: Online resource; Title from title page (viewed August 8, 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] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (328 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Go ist bei aktuellen Umfragen unter Entwicklern immer unter den Top 5 der Programmiersprachen, die man gerne lernen möchte. Denn Go ist einfach. Und Go ist schnell. Von Google entwickelt und damit quasi für die Coud geschrieben, tritt die Programmiersprache an, das Programmieren rund um Cluster und die Cloud einfacher zu machen. Dieses Buch bietet erfahrenen Softwareentwicklern einen kurzen und prägnanten Einstieg in die Programmiersprache Go. Schwerpunkt liegt auf den Unterschieden zu anderen Programmiersprachen wie Java oder C# sowie auf den Besonderheiten von Go. Eine Einführung in das Go Tooling rund um Testing und Codequalität runden den praxisnahen Einstieg ab. Übungsaufgaben und Beispielprojekte bringen den Leser direkt zum Codeschreiben an die Tastatur.
    Note: Online resource; Title from title page (viewed June 2, 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] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (208 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Award-winning sales coach Jeff Shore shows sales professionals how to apply buyer psychology to personalize follow-ups, serve customers-and seal the deal faster. What does a sales professional do when the customer says, "Not yet"? Companies have invested thousands and even millions of dollars in CRM technology over the past decade, but frontline salespeople and sales executives alike are still groping for solutions. The problem of drift -a common phenomenon in which a prospect simply forgets about the product offering and goes dark-is persistent and rampant. Technology doesn't change behavior on its own. Behavior is changed by adopting better habits. The fact is 44 percent of salespeople give up after one follow-up attempt. That sad reality presents a genuine opportunity. In Follow Up and Close the Sale , Jeff Shore offers research-based insights into the customer's buying journey to teach sales professionals how to: • Create and maintain Emotional Altitude for the customer • Leverage speed as an advantage • Personalize follow-up to fulfill customer needs and provide value • Overcome the mental barriers that make follow-up a difficult task • Select the right follow-up method • Stay in touch without annoying the prospect • "Wake up" tired leads Better yet, this results-oriented book will make the follow-up process, one often dreaded as a grueling chore, to be genuinely enjoyable. Effective follow-up is relationship-based, service-driven, and emotionally positive. It's about rituals and routines, rhythms and the right attitude. It's about not quitting when others give up. Follow-up is what separates the good from the great.
    Note: Online resource; Title from title page (viewed July 14, 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] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Für Fotografen ist das Treffen der richtigen Bildauswahl häufig der schwierigste Teil der Bildproduktion. Zugleich ist es das wichtigste Mittel, um wahrgenommen zu werden und gelungene visuelle Geschichten zu erzählen. Anhand von Beispielen erhält der Leser eine Fülle an Methoden zur erfolgreichen Auswahl und Präsentation ihrer Fotos. Dabei werden nicht nur die die technischen Hilfsmittel beleuchtet, die eine Auswahl ermöglichen - im Vordergrund stehen die Kriterien, nach denen wir Bilder auswählen. Dabei spielen auch der Verwendungszweck und die Art der Präsentation eine wichtige Rolle.
    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 ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (800 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. This comprehensive study guide delivers 100% coverage of every topic on the challenging CompTIA Linux+ exam Get complete coverage of all the objectives included on CompTIA Linux+ exam XK0-004 from this up-to-date resource. Written by Linux experts and technology trainers, the book provides learning objectives at the beginning of each chapter, exam tips, practice exam questions, and in-depth answer explanations. Designed to help you pass these challenging exams, this definitive volume also serves as an essential on-the-job reference. Covers all exam topics, including how to: • Use the vi text editor • Work with the Linux shell • Manage Linux users, groups, files, and directories • Administer ownership, permissions, and quotas • Install Linux and manage the boot process • Configure the graphical environment • Manage software and hardware • Write shell scripts • Manage network settings and services • Secure Linux and use encryption Online content includes: • 180 practice exam questions • Downloadable virtual machines • 20+ video clips
    Note: Online resource; Title from title page (viewed February 7, 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] : mitp Verlag | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Lernen Sie aus Uncle Bobs jahrzehntelanger Erfahrung, worauf es bei der agilen Softwareentwicklung wirklich ankommt Die ursprünglichen agilen Werte und Prinzipien kurz und prägnant für den Praxiseinsatz erläutert Von den unternehmerischen Aspekten über die Kommunikation im Team bis zu den technischen Praktiken wie Test-Driven Development (TDD), einfaches Design und Pair Programming Fast 20 Jahre nach der Veröffentlichung des agilen Manifests ruft der legendäre Softwareentwickler Robert C. Martin (»Uncle Bob«) dazu auf, sich wieder auf die ursprünglichen Werte und Prinzipien zurückzubesinnen, die den eigentlichen Kern der agilen Softwareentwicklung ausmachen und die für die Praxis von zentraler Bedeutung sind. Mit Clean Agile lässt er alle an seiner jahrzehntelangen Erfahrung teilhaben und räumt mit Missverständnissen und Fehlinterpretationen auf, die im Laufe der Jahre entstanden sind. Dabei wendet er sich gleichermaßen an Programmierer und Nicht-Programmierer. Uncle Bob macht deutlich, was agile Softwareentwicklung eigentlich ist, war und immer sein sollte: ein einfaches Konzept, das kleinen Softwareteams hilft, kleine Projekte zu managen - denn daraus setzen sich letztendlich alle großen Projekte zusammen. Dabei konzentriert er sich insbesondere auf die Praktiken des Extreme Programmings (XP), ohne sich in technischen Details zu verlieren. Egal, ob Sie Entwickler, Tester, Projektmanager oder Auftraggeber sind - dieses Buch zeigt Ihnen, worauf es bei der Umsetzung agiler Methoden wirklich ankommt. Aus dem Inhalt: Ursprünge der agilen Softwareentwicklung Agile Werte und Prinzipien Der richtige Einsatz von Scrum Agile Transformation Extreme Programming Unternehmensbezogene Praktiken: User Stories, Velocity, kleine Releases und Akzeptanztests Teambezogene Praktiken: gemeinsame Eigentümerschaft, kontinuierliche Integration und Stand-up-Meetings Technische Praktiken: TDD, Refactoring, einfaches Design und Pair Programming Zertifizierung und Coaching Software Craftsmanship Stimmen zum Buch: »Bobs Frustration spiegelt sich in jedem Satz des Buchs wider - und das zu Recht. Der Zustand, in dem sich die Welt der agilen Softwareentwicklung befindet, ist nichts im Vergleich zu dem, was sie eigentlich sein könnte. Das Buch beschreibt, auf was man sich aus Bobs Sicht konzentrieren sollte, um das zu erreichen, was sein könnte. Und er hat es schon erreicht, deshalb lohnt es sich, ihm zuzuhören.« - Kent Beck »Uncle Bob ist einer der klügsten Menschen, die ich...
    Note: Online resource; Title from title page (viewed July 17, 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] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (128 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Das gibt es noch nicht: ein Landschaftsfotografie-Buch, das in Projekten aufgebaut ist. Denn jede/r Fotograf/in weiß: ab einem bestimmten Punkt stagniert die eigene Weiterentwicklung. Da helfen nur noch Projekte, die Wissensvermittlung und Praxis ideal vereinen und dabei helfen, Ziele zu setzen. Dieses Buch kann ein Begleiter durch das Jahr sein, man kann es aber auch einfach nach Bedarf oder Lust und Laune durchstöbern. Hoddinott und Bauer verraten viele Tipps und Techniken aus ihrem reichen Erfahrungsschatz - zu Licht, Komposition, Kreativität, Ausrüstung und vielem mehr. Jede/r, die/der gern Landschaften fotografiert, wird von diesem Buch profitieren und bessere Bilder machen.
    Note: Online resource; Title from title page (viewed July 27, 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] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783747500941
    Language: English , German
    Pages: 1 online resource (488 pages)
    Edition: 5th edition
    Keywords: Electronic books ; local
    Abstract: Aktualisierte und erweiterte 5. Auflage des Standardwerks zur Stockfotografie - mit allen aktuellen Informationen sowie neuen Inhalten Erfolgreich Bilder über das Internet verkaufen - von der Organisation bis zur Lizenzierung Ausrüstung, Motivwahl und die Arbeit mit Models sowie Tipps zur Verschlagwortung und zu den verschiedenen Verkaufsmodellen Stockfotografie ist beliebter denn je. Neben Zeitschriften, Verlagen und Werbeagenturen kaufen mittlerweile auch vermehrt Privatpersonen Bilder im Internet, um sie auf Webseiten zu nutzen. Um als Fotograf mit Stockfotos erfolgreich zu sein und Geld zu verdienen, braucht es aber mehr, als die Schnappschüsse aus dem letzten Urlaub bei einer beliebigen Agentur hochzuladen. Robert Kneschke zeigt Ihnen in dieser Neuauflage seines erfolgreichen und unterhaltsamen Buches, was ein gutes, d.h. gut verkäufliches Stockfoto ausmacht und wie Sie dieses bestmöglich verkaufen. Von den technischen Aspekten der Aufnahme und den passenden Requisiten und Locations über die Zusammenarbeit mit Models und rechtliche Themen bis hin zu der immens wichtigen Verschlagwortung und der oft vernachlässigten Statistik bleiben keine Fragen offen. Sie erhalten eine Übersicht über die beliebtesten Bildagenturen und deren unterschiedliche Lizenzierungsmodelle. Die im Buch veröffentlichten Einnahmen einiger Fotografen zeigen beispielhaft die finanziellen Möglichkeiten der Stockfotografie, und Interviews mit anderen Stockfotografen geben einen noch tieferen Einblick in das Geschäft der Stockfotografie. In einem abschließenden Bilderkapitel präsentiert Ihnen der Autor einige erfolgreiche und repräsentative Stockfotos aus seinem Portfolio, die das Gelesene noch einmal bildlich untermauern. So können Sie sich mit diesem Wissensfundus erfolgreich auf dem hart umkämpften Markt der Stockfotografie etablieren und Geld mit den eigenen Fotos verdienen! Aus dem Inhalt: TEIL A: Fotos machen Ausrüstung Beleuchtung Gestaltungsregeln Beliebte Motive Technische Bildqualität Inspiration Die Arbeit mit Models Requisiten Locations Rechtliches Lichtaufbau Mobile Stock Stockaudio und Stockvideo TEIL B: Fotos verkaufen Arbeitsablauf Bildauswahl Bildbearbeitung Verschlagwortung Dateiorganisation und Archivierung Bildagenturen Hochladen Statistik Andere Vertriebswege Professionalität Marketing, Werbung, Informationen Versicherungen und Vereine Gewerbe und Steuern Berufskrankheiten Einnahmen Interviews
    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 ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (176 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Die beliebte Bildbearbeitungs-Alternative Schritt für Schritt erklärt Von der Installation und den richtigen Einstellungen bis hin zum fachmännischen Umgang mit allen Werkzeugen Ausführliches Praxiskapitel: verschiedene Bild-Looks erstellen, Porträts retuschieren, Himmel austauschen, Sonnenstrahlen einfügen, stürzende Linien korrigieren u.v.m. Luminar gehört zu den innovativsten Bildbearbeitungsprogrammen auf dem Markt und das durchdachte Bedienkonzept ermöglicht es insbesondere auch Anfängern, sehr schnell zu beeindruckenden Ergebnissen zu kommen. Das Programm bietet dabei ähnlich interessante Möglichkeiten für die Bildbearbeitung wie teure Software-Alternativen. Hendrik Roggemann zeigt zunächst, wie Luminar installiert oder über ein Plug-in aufgerufen werden kann, um damit zu arbeiten. Daraufhin erläutert er ausführlich die komfortable Bildverwaltung und liefert insbesondere zum Bibliotheks-Workflow viele wertvolle Tipps. Der Autor stellt die zahlreichen Werkzeuge u.a. aus dem Kreativ- und Professional-Bereich detailliert vor und beschreibt den Umgang mit Ebenen zur Optimierung einzelner Bildelemente. Ein ausführliches Kapitel widmet sich Praxis-themen wie zum Beispiel der Hautretusche, der RAW-Entwicklung sowie der Schwarzweiß-Umwandlung und enthält zahlreiche Profi-Tipps. Die gut nachvollziehbaren Beispiele stehen zum kostenlosen Download bereit. Aus dem Inhalt: Luminar installieren und aktivieren Bilder sichern, verwalten und exportieren Das Histogramm verstehen und nutzen Eigene Looks erstellen Effektiv mit Ebenen arbeiten Effekte mit Masken erzeugen, Bilder zuschneiden und das Stempel-Werkzeug einsetzen Mit Looks die Bildbearbeitung beschleunigen RAW-Entwicklung Schwarzweiß-Umwandlung Störende Objekte wegradieren und ein Logo einsetzen Den Himmel austauschen und Sonnenstrahlen einfügen Bilder »alt« aussehen lassen oder in Sekunden verfeinern
    Note: Online resource; Title from title page (viewed February 4, 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] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 8+ Hours of Video Instruction It can be difficult for developers familiar with Java and other languages to make the transition to modern JavaScript. If you simply want to be productive with JavaScript as it exists today, then you don't want to relive history with books or courses that teach older JavaScript versions, or that assume familiarity with those older versions and focus on recently introduced features. This course assumes that you are a competent programmer who understands branches and loops, functions, data structures, and the basics of object-oriented programming. You will get up to speed with modern JavaScript in the shortest possible time. Description Modern JavaScript for the Impatient LiveLessons focuses on how to be productive with JavaScript as it exists today. After reviewing the fundamentals of values, variables, and control flow, the video thoroughly covers functions, objects, and classes. The standard library and the most commonly used tools are also covered, as well as key topics related to asynchronous programming, internationalization, and modules. Related Content This training pairs with Cay Horstmann's book Modern JavaScript for the Impatient (9780136502142) About the Instructor Cay S. Horstmann is a professor of computer science at San Jose State University and a Java Champion. He is also the author of Core Java, Volume II,ÄîFundamentals, Eleventh Edition (2019); Core Java, Volume I,ÄîFundamentals, Eleventh Edition (2018); Core Java SE 9 for the Impatient, Second Edition (2018); Java SE 8 for the Really Impatient (2014); and Scala for the Impatie nt (2012). He has written more than a dozen other books for professional programmers and computer science students. What You Will Learn After starting with the basics-JavaScript values, variables, and types, and a quick overview of expressions and the various type of flow control statements-Horstmann shows viewers how to implement functions that consume and produce other functions and how to use closures to implement a form of classes before moving on to more advanced topics including: Object-oriented programming with modern JavaScript (classes and inheritance and how these are implemented with prototypes) The standard library (numbers and dates, strings and regular expressions, as well as arrays and collections.) Metaprogramming, iterators, and generators (a powerful mechanism to bridge between linear and event-driven control flow) How to use proxies to inter...
    Note: Online resource; Title from title screen (viewed January 16, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    ISBN: 9780738458175
    Language: English
    Pages: 1 online resource (514 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redbooks® publication captures several of the preferred practices and describes the performance gains that can be achieved by implementing the IBM System Storage® SAN Volume Controller and IBM Storwize® V7000 powered by IBM Spectrum Virtualize™ V8.2.1. These practices are based on field experience. This book highlights configuration guidelines and preferred practices for the storage area network (SAN) topology, clustered system, back-end storage, storage pools and managed disks, volumes, remote copy services, and hosts. Then it provides performance guidelines for SAN Volume Controller, back-end storage, and applications. It explains how you can optimize disk performance with the IBM System Storage Easy Tier® function. It also provides preferred practices for monitoring, maintaining, and troubleshooting SAN Volume Controller and Storwize V7000. This book is intended for experienced storage, SAN, and SAN Volume Controller administrators and technicians. Understanding his book requires advanced knowledge of the SAN Volume Controller and Storwize V7000 and SAN environments. Important: On 11th February 2020 IBM announced the arrival of SAN Volume Controller SA2 and SV2, and IBM FlashSystem® 7200 to the family. This book was written specifically for prior versions of SVC and Storwize V7000; however, most of the general principles will apply. If you are in any doubt as to their applicability then you should work with your local IBM representative. This book will be updated to comprehensively include SAN Volume Controller SA2 and SV2 and FlashSystem 7200 in due course.
    Note: Online resource; Title from title page (viewed February 11, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    ISBN: 9780738458359
    Language: English
    Pages: 1 online resource (121 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redbooks® publication will help you install, configure, and use the new IBM Fibre Channel Endpoint Security function. The focus of this publication is about securing the connection between an IBM DS8900F and the IBM z15™. The solution is delivered with two levels of link security supported: support for link authentication on Fibre Channel links and support for link encryption of data in flight (which also includes link authentication). This solution is targeted for clients needing to adhere to Payment Card Industry (PCI) or other emerging data security standards, and those who are seeking to reduce or eliminate insider threats regarding unauthorized access to data.
    Note: Online resource; Title from title page (viewed January 28, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Language: English
    Pages: 1 online resource (200 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: IBM® experts recognize the need for data protection, both from hardware or software failures, and from physical relocation of hardware, theft, and retasking of existing hardware. The IBM DS8000® supports encryption-capable hard disk drives (HDDs) and flash drives. These Full Disk Encryption (FDE) drive sets are used with key management services that are provided by IBM Security Key Lifecycle Manager software or Gemalto SafeNet KeySecure to allow encryption for data at rest. Use of encryption technology involves several considerations that are critical for you to understand to maintain the security and accessibility of encrypted data. Failure to follow the requirements that are described in the IBM Redpaper can result in an encryption deadlock. Starting with Release 8.5 code, the DS8000 also supports Transparent Cloud Tiering (TCT) data object encryption. With TCT encryption, data is encrypted before it is transmitted to the cloud. The data remains encrypted in cloud storage and is decrypted after it is transmitted back to the IBM DS8000. Starting with DS8000 Release 9.0, the DS8900F provides Fibre Channel Endpoint Security when communicating with an IBM z15™, which supports link authentication and the encryption of data that is in-flight. For more information, see IBM Fibre Channel Endpoint Security for IBM DS8900F and IBM Z, SG24-8455. This edition focuses on IBM Security Key Lifecycle Manager Version 3.0.1.3 or later, which enables support Key Management Interoperability Protocol (KMIP) with the DS8000 Release 9.0 code or later and updated DS GUI for encryption functions.
    Note: Online resource; Title from title page (viewed January 27, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Language: English
    Pages: 1 online resource (476 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The IBM® TS4500 (TS4500) tape library is a next-generation tape solution that offers higher storage density and integrated management than previous solutions. This IBM Redbooks® publication gives you a close-up view of the new IBM TS4500 tape library. In the TS4500, IBM delivers the density that today's and tomorrow's data growth requires. It has the cost-effectiveness and the manageability to grow with business data needs, while you preserve existing investments in IBM tape library products. Now, you can achieve both a low cost per terabyte (TB) and a high TB density per square foot because the TS4500 can store up to 11 petabytes (PB) of uncompressed data in a single frame library or scale up to 2 PB per square foot to over 350 PB. The TS4500 offers the following benefits: High availability: Dual active accessors with integrated service bays reduce inactive service space by 40%. The Elastic Capacity option can be used to completely eliminate inactive service space. Flexibility to grow: The TS4500 library can grow from the right side and the left side of the first L frame because models can be placed in any active position. Increased capacity: The TS4500 can grow from a single L frame up to another 17 expansion frames with a capacity of over 23,000 cartridges. High-density (HD) generation 1 frames from the TS3500 library can be redeployed in a TS4500. Capacity on demand (CoD): CoD is supported through entry-level, intermediate, and base-capacity configurations. Advanced Library Management System (ALMS): ALMS supports dynamic storage management, which enables users to create and change logical libraries and configure any drive for any logical library. Support for IBM TS1160 while also supporting TS1155, TS1150, and TS1140 tape drive: The TS1160 gives organizations an easy way to deliver fast access to data, improve security, and provide long-term retention, all at a lower cost than disk solutions. The TS1160 offers high-performance, flexible data storage with support for data encryption. Also, this enhanced fifth-generation drive can help protect investments in tape automation by offering compatibility with existing automation. The TS1160 Tape Drive Model 60E delivers a dual 10 Gb or 25 Gb Ethernet host attachment interface that is optimized for cloud-based and hyperscale environments. The TS1160 Tape Drive Model 60F delivers a native data rate of 400 MBps, the same load/ready, locate speeds, and access times as the TS1155, and includes dual-po...
    Note: Online resource; Title from title page (viewed January 22, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Language: English
    Pages: 1 online resource (238 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redbooks publication is a comprehensive guide that covers the IBM AIX® operating system (OS) layout capabilities, distinct features, system installation, and maintenance, which includes AIX security, trusted environment, and compliance integration, with the benefits of IBM Power Virtualization Management (PowerVM®) and IBM Power Virtualization Center (IBM PowerVC), which includes cloud capabilities and automation types. The objective of this book is to introduce IBM AIX modernization features and integration with different environments: General AIX enhancements AIX Live Kernel Update individually or using Network Installation Manager (NIM) AIX security features and integration AIX networking enhancements PowerVC integration and features for cloud environments AIX deployment using IBM Terraform and IBM Cloud Automation Manager AIX automation that uses configuration management tools AIX integration with Kubernetes PowerVM enhancements and features Latest disaster recovery (DR) solutions AIX Logical Volume Manager (LVM) and Enhanced Journaled File System (JFS2) AIX installation and maintenance techniques
    Note: Online resource; Title from title page (viewed February 4, 2020) , 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] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (208 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. The best IT certification exam study system available Filled with hands-on exercises and practice exam questions, CompTIA Cloud Essentials+™ Certification Study Guide, Second Edition (Exam CLO-002) covers what you need to know-and shows you how to prepare-for this challenging exam. • 100% complete coverage of all official objectives for exam CLO-002 • Exam Readiness checklist-you're ready for the exam when all objectives on the list are checked off • Exam Watch notes call attention to information about, and potential pitfalls in, the exam • Two-Minute Drills for quick review at the end of every chapter • Simulated exam questions match the format, tone, topics, and difficulty of the real exam Covers all the exam topics, including: The Principles of Cloud Computing • The Business Side of Cloud Computing • Cloud Planning • Compliance and the Cloud • Cloud Storage Infrastructure • Cloud Network Infrastructure • Cloud Compute Infrastructure • Applications and Big Data in the Cloud • Cloud DevOps • Security and the Cloud • Managing Cloud Risk Online content includes: • Test engine that provides full-length practice exams and customized quizzes by chapter or by exam domain • Access to entire book PDF
    Note: Online resource; Title from title page (viewed February 28, 2020) , 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] : China Electric Power Press Ltd. | Boston, MA : Safari
    ISBN: 9787519840129 , 7519840123
    Language: English , Chinese
    Pages: 1 online resource (356 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: 想编写出精彩的iOS游戏吗?使用苹果的Swift编程语言,这是前所未有的简单。本书详细介绍了iOS 游戏开发中遇到的各种问题,从架构设计到图形性能,所有内容都升级到了最新的Swift版本。 这是一次全新的升级,将让你对iOS游戏开发中遇到的常见问题获得简单、直接的答案。想知道如何让物理对象移动或者补习一下游戏方面的数学知识吗?本书给出了示例代码和答案。只要你拥有一定的iOS开发和Swift基础即可。 设计游戏架构,组织游戏内容。 用UIKit编写界面、定制菜单。 让游戏能够检测和响应用户输入。 使用音效、音乐和语音合成。 通过iCloud存储和访问数据。 用SpriteKit创建2D图形及动画。 用物理引擎模拟真实世界。 用SceneKit创建和绘制3D场景。 设计AI系统进行用户测试。 添加游戏控制,扩展显示器以及增强现实。
    Note: Online resource; Title from title page (viewed January 1, 2020) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800204126
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Build powerful, reactive, great-looking UI web experiences with this front-end compiler and its framework. About This Video Build modern, real-life, responsive web applications with Svelte by taking advantage of its small footprint (thanks to its compilation step) Develop complex web applications with Sapper, the framework based on Svelte that provides useful and powerful features thus, making developing Svelte apps even easier Learn a web technology (whose popularity is on the rise thanks to its great developer experience and powerful features) to improve your Svelte skills In Detail This course will take you through three core projects to help you build effective, reactive, and attractive apps with Svelte, demonstrating its intrinsic benefits, including less code and impressive reactivity/state management along the way. Our first project, a vCard generator app, will demonstrate the modularity and reactivity web applications you can develop with Svelte. We will build reusable and dynamic components that we will later enhance with more advanced features. Sections on animation and transitions are included to make applications look as good as they perform! Our second project will be a fully functional Kanban board application, similar to Trello. This application will also have effective state management, by making use of stores and other key Svelte features. Our final application will be based on the previous Kanban board application but making use of Sapper, the official Svelte framework. However, we will build this application with Sapper, the official Svelte framework. We will learn how to create web apps with Sapper and master its most useful features, such as routing and prefetching. We will also provide an introduction to testing Sapper applications with Cypress, and we finish the course by deploying our application in two different ways: as a static page, and as an SEO-optimized server-side rendered (SSR) application.
    Note: Online resource; Title from title screen (viewed May 28, 2020) , 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] : MIT Sloan Management Review | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (7 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Companies looking for ways to stand out from their competition can offer customers data products that enhance the product or service the customer originally came looking for. This "data wrapping" technique is an innovative option to increase a product's value to the customer - and maximize its profitability.
    Note: Online resource; Title from title page (viewed May 19, 2020) , 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] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (696 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Python eignet sich sehr gut als Einstieg und für viele Standardaufgaben. Wie man mit Python 3 Aufgaben in Sekundenschnelle erledigen kann, die sonst viel Zeit in Anspruch nehmen würden, lernt man mit diesem Buch. Programmiererfahrung ist dafür nicht erforderlich: Wer einmal die Grundlagen gemeistert hat, wird in der Lage sein Python-Programme zu schreiben, die automatisch alle möglichen praktischen Aufgaben abarbeiten, wie z. B. Dateien nach Texten durchsuchen, PDF-Dateien teilen, zusammenfügen, mit Wasserzeichen versehen und verschlüsseln oder Online-Formulare ausfüllen. Schritt-für-Schritt-Anleitungen führen durch jedes Programm, und Übungsaufgaben am Ende jedes Kapitels fordern dazu auf, die Programme zu verbessern und die eigenen Fähigkeiten auf ähnliche Problemstellungen zu richten.
    Note: Online resource; Title from title page (viewed April 2, 2020) , 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] : No Starch Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (216 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The world has changed. Today, every time you make a site live, you're opening it up to attack. A first-time developer can easily be discouraged by the difficulties involved with properly securing a website. But have hope: an army of security researchers is out there discovering, documenting, and fixing security flaws. Thankfully, the tools you'll need to secure your site are freely available and generally easy to use. Web Security for Developers will teach you how your websites are vulnerable to attack and how to protect them. Each chapter breaks down a major security vulnerability and explores a real-world attack, coupled with plenty of code to show you both the vulnerability and the fix. You'll learn how to: •Protect against SQL injection attacks, malicious JavaScript, and cross-site request forgery •Add authentication and shape access control to protect accounts •Lock down user accounts to prevent attacks that rely on guessing passwords, stealing sessions, or escalating privileges •Implement encryption •Manage vulnerabilities in legacy code •Prevent information leaks that disclose vulnerabilities •Mitigate advanced attacks like malvertising and denial-of-service As you get stronger at identifying and fixing vulnerabilities, you'll learn to deploy disciplined, secure code and become a better programmer along the way.
    Note: Online resource; Title from title page (viewed June 30, 2020) , 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] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (266 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Der Marineoffizier L. David Marquet hat das U-Boot USS Santa Fe von miserablen Leistungsbewertungen hin zur Beurteilung als bestes Schiff der nuklearbetriebenen Flotte der US Navy geführt. In seinem Buch schildert er die Ereignisse, Entscheidungen und Prinzipien, die seinen herausragenden Führungsstil und »Leadership auf allen Ebenen« begründet haben.Mit diesem Ansatz können Sie unabhängig vom Typ Ihrer Organisation und von Ihrer Position Arbeitsplätze gestalten, an denen jeder Mitarbeiter Verantwortung für sein Handeln übernimmt, im Sinne der Ziele der Organisation handelt und wo jeder Einzelne zum Leader wird. »This is the best how-to manual anywhere for managers on delegating, training, and driving flawless execution.« Fortune»One of the '12 best business books of all time'« - USAToday
    Note: Online resource; Title from title page (viewed May 5, 2020) , 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] : Berrett-Koehler Publishers | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (168 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: NASA, Pixar Animation Studios, and BMW all use the Process Communication Model as a way of training leaders to connect effortlessly with anyone. This book simplifies the complex model to make it easy for anyone to use. Today, more than ever, leaders need a new style of leadership. They are realizing that true transformation happens through meaningful relationships, and discovering that the key to sustainable connections that create possibility and potential is through communication. In Seeing People Through, we take a deep dive into The Process Communication Model® (PCM), a behavioral communication model that teaches people how to assess, connect, motivate, and resolve conflict by understanding the personality types that make up a person's whole self, which is the key to leveraging personality diversity. PCM is more than a lens for understanding how people see things differently; it's a deep journey into self-awareness and self-transformation. In this book, new emerging leaders, senior leaders, and seasoned consultants alike will develop a fresh and relevant framework on leadership that is consistent with emerging trends, and they will learn how individual and collective concerns can be reconciled in leadership. NASA, Pixar Animation Studios, and BMW are just some of the companies who have all used PCM as a way to build better relationships through authenticity, trust, agility, and positive influence-and now you can, too!
    Note: Online resource; Title from title page (viewed July 28, 2020) , 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] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (16 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In this multicloud and cognitive era, information continues to grow rapidly. By 2025, IDC says worldwide data will grow by 61% to 175 zettabytes, with as much of the data in data centers as in the cloud. IT environments with Oracle deployments will need to accommodate that data growth, including storing, copying, mirroring, and protecting the data. When IT budgets are constrained but data keeps growing, storage costs can consume more than their fair share of the IT budget. The leading-edge portfolio of storage solutions and essential technologies of IBM® can help organizations stay ahead of the information explosion. Designed with built-in efficiency, these solutions represent preferred practices that address the following main storage objectives for hybrid multicloud environments: Stop storing so much Store more with what you have. Move Oracle and related data to balance performance and efficiency IBM offers true enterprise class storage support for Oracle deployments at a low total cost of ownership (TCO). With flash disk, tape, storage network hardware, consolidated management console, software-defined storage solutions, and security software, IBM can provide Oracle customers the full spectrum of products to meet their availability, retention, security, and compliance requirements.
    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 ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (336 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Programmieren lernen ohne Vorkenntnisse Kinderleichtes Programmieren mit der plattformunabhängigen Programmiersprache Python Einführung in die objektorientierte Programmierung Mit allen Programmbeispielen und Lösungen der Aufgaben aus dem Buch zum Download Das Geniale an der Programmiersprache Python ist, dass sie klar strukturiert, modern und leistungsstark ist. Das gilt für das aktuelle Python 3 (Version 3.8) mehr denn je. Hans-Georg Schumann zeigt dir in diesem Buch, woraus Python besteht und wie leicht man damit Ideen in Programme umsetzen kann. Du lernst von Grund auf, einfache Programme zu schreiben, und verstehst schnell, was es mit Schleifen, Klassen, Verzweigungen und Funktionen auf sich hat. Du bindest Bilder in dein Programm ein und bringst sie in Bewegung. Dabei lernst du Pygame kennen und auch die objektorientierte Programmierung kommt nicht zu kurz. Schritt für Schritt wirst du zum Spieleprogrammierer und erstellst mit Hilfe dieses Buches zwei komplette Spiele. Viele Fragen und Aufgaben am Ende der Kapitel bringen Tüftel-Spaß und verfestigen das Gelernte im Nu. Im Anhang gibt es noch zusätzliche Informationen, zum Beispiel über die Installation von Python und eine Checkliste für die Fehlersuche. Zum Download: Alle Projekt-Dateien und die Lösungen zu den Fragen und Aufgaben Aus dem Inhalt: Mit Python loslegen und erste Programme zum Laufen bringen Ein kleines Lotto-Glücksspiel programmieren Mit Klassen, Kapselung und Vererbung eigene Monster erschaffen und dabei objektorientiert programmieren Fenster mit Buttons und Menüs gestalten und dabei Tkinter einsetzen Ein Diagnose- und Therapie-Spiel: »Wie geht es dir heute?« Die Turtle-Methoden: Grafik in Python einsetzen Eine Figur animieren und über ein Spielfeld bewegen Mit Pygame ein Krabbeltier zum Leben erwecken Das Spiel »Wanzenjagd« programmieren und die Zeit stoppen Das Dodger-Spiel programmieren und erreichte Punkte zählen Inklusive Anhang zur Installation und Fehlersuche
    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 ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Helion | Boston, MA : Safari
    Language: English , Polish
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Podczas projektowania wielu procesów produkcyjnych, łącznie z budową oprogramowania, za kluczowe kryteria uznaje się szybkość wykonywania zadań, wydajność czy niskie koszty. Tymczasem opracowanie produktu o wyjątkowej wartości rynkowej wymaga nieco innego podejścia. Celem produkcji nie jest przecież produkcja sama w sobie. Aby kiedyś osiągnąć wysokie zyski, planowanie procesów produkcji musi opierać się na wymaganiach użytkowników, bez zatracania się w szczegółach produktu. To jest właśnie myśl przewodnia metody mapowania historyjek użytkownika tworzonych na potrzeby procesów agile. Ta odkrywcza książka, kierowana przede wszystkim do product managerów, analityków biznesowych i osób zajmujących się wrażeniami użytkownika, ma na celu pokazanie, w jaki sposób można w pełni wykorzystać zalety procesów agile i lean poprzez mapowanie historyjek. Technika ta umożliwia nakreślenie obrazu całości, który niekiedy trudno zrekonstruować na podstawie wielkiego zbioru osobnych historii. Modyfikowalne mapy historyjek umożliwiają zespołowi prowadzenie bardziej wnikliwych dyskusji o projekcie w ramach procesu produkcyjnego. W efekcie zespół sprawnie buduje wspólną wizję tego, co chce stworzyć, co przybliża produkt do osiągnięcia sukcesu. W tej książce znajdziesz: ogólne zasady mapowania historyjek, wyjaśnienie sposobu mapowania historyjek, opis wykorzystania mapowania historyjek w projektach agile oraz lean, omówienie cyklu rozwojowego historyjek, począwszy od wskazania okazji do rozwoju i odkrywania możliwości, liczne ćwiczenia i przykłady tworzenia map historyjek i ich modyfikowania, przedstawienie procesu prowadzącego od mapowania historyjek do powstania sprawnego oprogramowania. Mapowanie to prawdziwe źródło inspiracji!
    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 ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (218 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Mit der Z50 setzt Nikon die äußerst erfolgreiche Z-Serie im kleineren APS-C-Sensorformat fort, das immer schon stark im Einsteigerbereich war. Mit Objektiv wird die Kamera unter EUR 1.000,- kosten, dabei aber eine Bildqualität bieten, die es für diesen Preis noch nicht gab. Unser Kamerabuch zur Z50 wird einsteigergerecht mit sehr viel Praxisanleitung für tolle Fotos (Landschaft, Reise, Porträt und mehr) arbeiten, erläutert aber auch alle nötigen technischen Grundlagen.
    Note: Online resource; Title from title page (viewed May 5, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Rocky Nook | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (176 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The ultimate guide to the hottest new crafting trend! Colorful, creative, and totally addictive, diamond painting has taken the crafting world by storm. Now, with The Diamond Painting Guide and Logbook readers can get expert advice and inspiration on how to take their artwork to the next level. Inspired by cross stitch and paint-by-number, diamond painting involves carefully placing colorful jeweled "diamond" resin pieces on a canvas to create gorgeous works of art. This book is the first ever guide to the best practices for making flawless, stunning paintings, including: • Best tools and uses • Easy tips, tricks, and techniques • Designing customized paintings • Finishing, framing, and displaying artwork • Maximizing therapeutic benefits • Logging pages for tracking favorite projects And much, much more! Whether you're a beginner interested in learning a fun new skill, or an experienced diamond painter ready to take your work to the next level, this book will give you everything you need to create show-stopping paintings.
    Note: Online resource; Title from title page (viewed June 30, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : New Riders | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In todays remote-oriented, work-from-home world, clear, persuasive communication is more important than ever. People dont read, they skim. Persuasive images that attract, hold and motivate an audience are essential. Techniques of Visual Persuasion shows how to use images to grab the viewers attention long enough to powerfully share a message and move them to action. These techniques help you improve: • Persuasive techniques • Communication skills • Business presentations • Photos and images • Videos and motion graphics To communicate clearly and effectively today, you need to consider how a message looks , as well as what a message says . This book is essential reading for anyone who wants to create change.
    Note: Online resource; Title from title page (viewed July 29, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (542 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A handy, on-the-job reference filled with real-life scenarios to help you achieve the Certified Business Analysis Professional (CBAP®) and Certification of Capability in Business Analysis (CCBA®) certifications Key Features Gain expert guidance from Esta Lessing, a CBAP® trainer with over 18 years of business analysis experience Understand BABOK® knowledge areas and tasks through examples and real-world scenarios Learn business analyst skills such as stakeholder engagement, strategy analysis, and requirement elicitation Book Description Certified Business Analysis Professional (CBAP®) is a certification from the International Institute of Business Analysis (IIBA®) for professionals with extensive experience in business analysis. The CCBA® and CBAP® validates your proficiency in various aspects of business analysis and your ability to tackle challenging projects, work effectively with stakeholders, and identify and deliver business value. You'll start by learning about the benefits of CCBA® and CBAP® certifications for your career progression before focussing on the six core knowledge areas explained thoroughly in each chapter. These include topics such as business analysis planning and monitoring, elicitation and collaboration, requirements life cycle management, strategy analysis, requirements analysis, and design definition as well as solution evaluation. The book includes the essential underlying competencies and techniques to ensure a complete understanding of the BABOK® v3 guide content. Each chapter delves into the essential concepts and business analysis task considerations utilizing practical examples. Finally, you'll assess your knowledge through mock exam questions based on real-world case studies. By the end of this book, you'll have gained the business analysis skills needed to prepare for the certification exams and to advance in your career. What you will learn Assess the IIBA® requirements for applying for the CCBA® and CBAP® exams Navigate through the sections of the BABOK® v3 Guide Understand business analysis concepts, practices and analysis techniques Be able to relate concepts, tasks, and techniques to real-world practical situations Understand the application of 50 practical techniques concerning the BABOK® v3 Guide knowledge area tasks Identify the challenges that could hinder a business analyst from delivering value and effective business solutions Who this book is for This book is for business analysts, business consult...
    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 ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Project Management for Small Projects shows you how to tailor bureaucratic planning processes to a sleek minimum while still keeping your project running like a well-oiled machine. Managing projects requires time, effort, and discipline, regardless of the project size. The difference between managing larger and smaller projects is not only the amount of time, effort, and discipline but also the processes and tools. For years, this book has helped managers of small projects design scalable processes and simplified tools for immediate use in managing small projects. And since most small projects tend to be similar in structure or outcome, a template for one project can be used for future projects. This third edition has been updated to align with the Project Management Institute's Project Management Body of Knowledge (PMBOK®) and provides new tools, templates, and techniques to support the revised processes. In addition, there is new material on agile project management and on the essential leadership skills for small-project managers. (PMBOK® is a trademark of the Project Management Institute Inc., which is registered in the United States and other nations.)
    Note: Online resource; Title from title page (viewed August 4, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : APN Promise | Boston, MA : Safari
    ISBN: 9788375414264
    Language: English , Polish
    Pages: 1 online resource (362 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Jak budować użytkowe rozwiązania uczenia maszynowego na podstawie nieoznakowanych danych. Wielu ekspertów branżowych uważa uczenie nienadzorowane za kolejną granicę w dziedzinie sztucznej inteligencji, która może stanowić klucz do pełnej sztucznej inteligencji. Ponieważ większość danych na świecie jest nieoznakowana, nie można do nich zastosować konwencjonalnego uczenia nadzorowanego. Z kolei uczenie nienadzorowane może być stosowane wobec nieoznakowanych zbiorów danych w celu odkrycia istotnych wzorców ukrytych głęboko w tych danych, które dla człowieka mogą być niemal niemożliwe do odkrycia. Autor Ankur Patel pokazuje, jak stosować uczenie nienadzorowane przy wykorzystaniu dwóch prostych platform dla języka Python: Scikit-learn oraz TensorFlow (wraz z Keras). Dzięki dołączonemu kodowi i praktycznym przykładom analitycy danych będą mogli identyfikować trudne do znalezienia wzorce w danych i odkrywać dogłębne zależności biznesowe, wykrywać anomalie, przeprowadzać automatyczną selekcję zmiennych i generować syntetyczne zbiory danych. Wystarczy znajomość programowania i nieco doświadczenia w uczeniu maszynowym, aby zająć się: • Porównywaniem mocnych i słabych stron różnych podejść do uczenia maszynowego: uczenia nadzorowanego, nienadzorowanego i wzmacnianego. • Przygotowywaniem i zarządzaniem projektami uczenia maszynowego. • Budowaniem systemu wykrywania anomalii w celu wychwycenia oszustwa dotyczącego kard kredytowych. • Rozdzielaniem użytkowników na wydzielone i jednorodne grupy. • Przeprowadzaniem uczenia pół-nadzorowanego. • Opracowywaniem systemów polecania filmów z użyciem ograniczonych automatów Boltzmanna. • Generowaniem syntetycznych obrazów przy użyciu generujących sieci antagonistycznych. "Badacze, inżynierowie i studenci docenią tę książkę pełną praktycznych technik uczenia nienadzorowanego, napisaną prostym językiem z nieskomplikowanymi przykładami w języku Python, które można szybko i skutecznie implementować." -Sarah Nagy Główny analityk danych w firmie Edison Ankur A. Patel jest wiceprezesem ds. informatyki analitycznej w firmie 7Park Data, wspieranej przez firmę inwestycyjną Vista Equity Partners. W firmie 7Park Data, Ankur i jego zespół analizy danych wykorzystują dane alternatywne do opracowywania produktów związanych z danymi dla funduszy hedgingowych i korporacji oraz rozwijają usługi uczenia maszynowego dla klientów firmowych.
    Note: Online resource; Title from title page (viewed July 4, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Language: English , Russian
    Pages: 1 online resource (540 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Эта книга представляет собой исчерпывающее руководство по работе с MongoDB 4.2 - мощной документоориентированной системой управления ба-зами данных. Авторы, внесшие личный вклад в создание и развитие MongoDB, начинают описание системы с самых азов (история создания, базовая термино-логия) и постепенно переходят к более сложным темам (выполнение запросов, индексация, агрегирование, транзакции, наборы реплик, управление опера-циями, шардинг и администрирование данных, долговечность, мониторинг и безопасность).Читатель получит конкретные советы по написанию приложения, которое хорошо работает с MongoDB, выяснит, какие системные настройки следует учитывать при ее развертывании и как устанавливать MongoDB в Windows, OS X и Linux.Издание предназначено для разработчиков объемных баз данных, масштаби-рование которых является одной из приоритетных задач.
    Note: Online resource; Title from title page (viewed April 1, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Libros de Cabecera | Boston, MA : Safari
    Language: English , Spanish
    Pages: 1 online resource (204 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: ¿Qué es lo que hace que un cliente sienta la necesidad de comprar algo de forma impulsiva? ¿Cuál es la psicología que se esconde detrás de esas decisiones? ¿Qué tácticas psicológicas utilizan las plataformas online para fomentar la compra impulsiva de sus clientes? En este libro vas a encontrar la respuesta a estas tres preguntas, y vas a aprender a utilizar la psicología del comportamiento igual, o mejor, que las grandes plataformas, para diseñar cada rincón de tu tienda y convertirla en una máquina de vender sola. Porque si sabes cómo piensan y cómo deciden las personas, podrás diseñar tu negocio para influir en ellas. Este libro incluye herramientas para que autoevalúes hasta qué punto estás aprovechando todo el potencial de tu tienda a día de hoy, y sepas qué y cómo mejorar para hacerla más rentable.
    Note: Online resource; Title from title page (viewed April 1, 2020) , 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...