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  (3,907)
  • Salon, Data  (51)
  • Boston, MA : Safari  (3,958)
  • [Erscheinungsort nicht ermittelbar] : IBM Redbooks  (154)
Datasource
Material
Language
Years
Subjects(RVK)
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (58 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Yablonski, Jon Laws of UX
    RVK:
    Keywords: Electronic books ; local ; Webdesign ; Gebrauchsgrafik ; Mensch-Maschine-Kommunikation ; Benutzerfreundlichkeit ; Verhaltenspsychologie
    Abstract: Every designer today should learn the fundamentals of psychology. Instead of forcing users to conform to a product design or experience, designers need to learn how users behave and interact with various digital interfaces. This guide provides some key principles from psychology to help you design more intuitive, human-centered products and experiences. Humans have an underlying blueprint for how we perceive and process the world around us, and through simple lessons in psychology, this guide will help you define this blueprint.
    Note: Online resource; Title from title page (viewed April 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (300 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Early system administration required in-depth knowledge of a variety of services on individual systems. Now, the job is increasingly complex and different from one company to the next with an ever-growing list of technologies and third-party services to integrate. How does any one individual stay relevant in systems and services? This practical guide helps anyone in operations—sysadmins, automation engineers, IT professionals, and site reliability engineers—understand the essential concepts of the role today. Collaboration, automation, and the evolution of systems change the fundamentals of operations work. No matter where you are in your journey, this book provides you the information to craft your path to advancing essential system administration skills. Author Jennifer Davis provides examples of modern practices and tools with recommended materials to advance your skills. Topics include: Development and testing: Version control, fundamentals of virtualization and containers, testing, and architecture reviewDeploying and configuring services: Infrastructure management, networks, security, storage, serverless, and release managementScaling administration: Monitoring and observability, capacity planning, log management and analysis, and security and compliance
    Note: Online resource; Title from title page (viewed July 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (150 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If you’re among the Python developers put off by Asyncio’s complexity, it’s time to take another look. Asyncio is complicated because it aims to solve problems in concurrent network programming for both framework developers and end-user developers like you. The features you need to consider are a small subset of the whole Asyncio API, but picking out the right features is the tricky part. That’s where this practical book comes in. Veteran Python developer Caleb Hattingh helps end-user developers gain a basic understanding of Asyncio’s building blocks—enough to get you started writing simple event-based programs. You’ll learn why Asyncio offers a safer alternative to preemptive multitasking (threading) and how this API provides a simple way to support thousands of simultaneous socket connections. Get a critical comparison of Asyncio and threading for concurrent network programming Take an Asyncio walkthrough, including a quickstart guide to help you hit the ground looping with event-based programming Learn the difference between Asyncio features for end-user developers and those for framework developers Understand Asyncio’s new async/await language syntax, including coroutines and task and future APIs Get detailed case studies (with code) of some popular Asyncio-compatible third-party libraries
    Note: Online resource; Title from title page (viewed March 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (200 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Threat modeling is one of the most essential—and most misunderstood—parts of the development lifecycle. Whether you’re a security practitioner or application developer, this book will help you gain a better understanding of core concepts and how to apply them to your practice to protect your systems from threats. Authors Izar Tarandach and Matthew Coles walk you through the myriad ways to approach and execute threat modeling. Contrary to popular belief, the process takes neither incredibly advanced security knowledge nor an unmanageable amount of effort. But it’s critical for spotting and addressing potential concerns in a cost-effective way before the code’s written and it’s too late to find a solution. Find out why threat modeling is important and how it can make you and your team better, more well-rounded architects and developers Learn the most effective ways to integrate threat modeling into your development lifecycle Use the results of a threat modeling exercise on other aspects of the system lifecycle
    Note: Online resource; Title from title page (viewed April 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (451 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Much has changed in technology over the past decade. Data is hot, the cloud is ubiquitous, and many organizations need some form of automation. Throughout all these transformations, Python has become one of the most popular languages in the world. This practical guide shows you how to use Python for everyday Linux systems administration tasks with today’s most useful DevOps tools, including Docker, Kubernetes, and Terraform. Learning how to interact and automate with Linux is an essential skill for millions of professionals. Python makes it much easier. With this book, you’ll learn how to develop software and solve problems using containers, as well as how to monitor, instrument, load-test, and operationalize your software. If you’re looking for effective ways to "get stuff done" in Python, this is your guide. Automate several tasks using Python Work more efficiently by using a smaller subset of the language Use continuous integration systems to increase software quality Mix shell and Python commands to solve problems
    Note: Online resource; Title from title page (viewed January 3, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (540 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Why is PHP the most widely used programming language on the web? This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.3. You’ll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and common idioms. If you have a working knowledge of HTML and CSS, authors Kevin Tatroe and Peter MacIntyre provide style tips and practical programming advice in a clear, concise manner to help you become a top-notch PHP programmer. Get an overview of what’s possible when you use PHP programs Learn language fundamentals, including data types, variables, operators, and flow control statements Explore functions, strings, arrays, and objects Apply common web application techniques, such as form processing, data validation, session tracking, and cookies Interact with relational databases like MySQL or NoSQL databases such as MongoDB Generate dynamic images, create PDF files, and parse XML files Learn secure scripts, error handling, performance tuning, and other advanced topics Get a quick reference to PHP core functions and standard extensions
    Note: Online resource; Title from title page (viewed April 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (50 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The future will be increasingly decentralized. As the publicity surrounding bitcoin and blockchain has shown, decentralized technology and distributed business models are already popular. Yet the disruptive potential of this technology is obscured by hype and misconceptions in equal measure. In this detailed guide, Lorne Lantz and Daniel Cawrey distill the complex ideas behind blockchain into an easily digestible reference that shows what is really going on under the hood. Finance and technology professionals will learn how a blockchain works as they explore the evolution and current state of cryptocurrencies, and the function of smart contracts. If you’re evaluating whether to invest your time in the cryptocurrency and blockchain industry, this book is for you. Get beyond the buzzwords and discover what the technology has to offer. Learn why Bitcoin was fundamentally important to the birth of blockchain Explore altcoin and altchain successes and failures, to see what can be done with blockchains and cryptocurrencies Understand the challenges of scaling a blockchain and forking a blockchain project See what Ethereum offers beyond Bitcoin Examine how the money flows in crypto markets Discover why, how, and where governments are intervening in the cryptocurrency and blockchain industry Understand the perspectives of real-world practitioners in the space
    Note: Online resource; Title from title page (viewed October 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (93 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Statistical methods are a key part of data science, yet few data scientists have formal statistical training. Courses and books on basic statistics rarely cover the topic from a data science perspective. The second edition of this practical guide—now including examples in Python as well as R—explains how to apply various statistical methods to data science, tells you how to avoid their misuse, and gives you advice on what’s important and what’s not. Many data scientists use statistical methods but lack a deeper statistical perspective. If you’re familiar with the R or Python programming languages, and have had some exposure to statistics but want to learn more, this quick reference bridges the gap in an accessible, readable format. With this updated edition, you’ll dive into: Exploratory data analysis Data and sampling distributions Statistical experiments and significance testing Regression and prediction Classification Statistical machine learning Unsupervised learning
    Note: Online resource; Title from title page (viewed May 25, 2020)
    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 (210 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: How can startups successfully scale customer acquisition and revenue growth with a lean team? Out-of-the-box acquisition solutions from Facebook, Google, and others provide a good start, but the companies that can tailor those solutions to meet their specific needs, objectives, and goals will come out winners. With this practical book, author Lomit Patel shows you how to use AI and machine learning (ML) to provide an operational layer atop those acquisition solutions to deliver meaningful results for your company. You’ll learn how to adapt, customize, and personalize cross-channel user journeys to help your company attract and maintain customers. Learn how AI and ML can support the customer acquisition efforts of a lean startup Dive into Customer Acquisition 3.0, an initiative for gaining and retaining customers Explore ways to use ML for marketing purposes Understand the key metrics for determining the growth of your startup Determine the right strategy to foster user acquisition in your company Manage the increased complexity and risk inherent in AI projects
    Note: Online resource; Title from title page (viewed March 25, 2020)
    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 (52 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: With a new generation of services and frameworks, frontend and mobile developers can use their existing skill set to build full stack applications by leveraging the cloud. Developers can build robust applications with production-ready features such as authentication, APIs, data layers, machine learning, chatbots, and AR scenes more easily than ever by taking advantage of these new serverless and cloud technologies. This practical guide explains how. Nader Dabit, developer advocate at Amazon Web Services, shows developers how to build full stack applications using React, AWS, GraphQL, and the Amplify Framework. You’ll learn how to create and incorporate services into your client applications while exploring general best practices, deployment strategies, continuous integration and delivery, and rich media management along the way. Learn how to build applications that solve real problems Understand what is (and isn’t) possible when using these technologies Examine how authentication works—and learn the difference between authentication and authorization Discover how serverless functions work and why they’re important Use GraphQL in your application—and learn why it’s important Learn how to build full stack applications on AWS
    Note: Online resource; Title from title page (viewed November 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Language: English
    Pages: 1 online resource (600 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Can a system ever truly be considered reliable if it isn't fundamentally secure? In two previous O'Reilly books, experts from Google showed how reliability is fundamental to service design. Site Reliability Engineering and The Site Reliability Workbook demonstrated how and why a commitment to the entire service lifecycle enables organizations to successfully build, deploy, monitor, and maintain software systems. Security is also crucial to the design and operation of scalable systems in production, as it plays an important part in product quality, performance, reliability, and availability. In a world where most products are connected to the internet, and with cloud technologies and machine learning becoming more prevalent, enabling security by default is increasingly important. This book shares best practices to help an organization of any size design scalable and reliable systems that are fundamentally secure. It also offers insights into how teams across an organization can collaborate on security and reliability. Specifically, you'll learn about: Design Strategies Implementation and Operations Preparing for the Worst: Detection and Response Scaling Security and the Organization
    Note: Online resource; Title from title page (viewed March 25, 2020)
    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 (66 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Imagine what you could do if scalability wasn't a problem. With this hands-on guide, you’ll learn how the Cassandra database management system handles hundreds of terabytes of data while remaining highly available across multiple data centers. This third edition—updated for Cassandra 4.0—provides the technical details and practical examples you need to put this database to work in a production environment. Authors Jeff Carpenter and Eben Hewitt demonstrate the advantages of Cassandra’s nonrelational design, with special attention to data modeling. If you’re a developer, DBA, or application architect looking to solve a database scaling issue or future-proof your application, this guide helps you harness Cassandra’s speed and flexibility. Understand Cassandra’s distributed and decentralized structure Use the Cassandra Query Language (CQL) and cqlsh—the CQL shell Create a working data model and compare it with an equivalent relational model Develop sample applications using client drivers for languages including Java, Python, and Node.js Explore cluster topology and learn how nodes exchange data
    Note: Online resource; Title from title page (viewed July 25, 2020)
    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 (300 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: With Early Release ebooks, you get books in their earliest form—the author's raw and unedited content as he or she writes—so you can take advantage of these technologies long before the official release of these titles. JavaScript is the little scripting language that could. Once used chiefly to add interactivity to web browser windows, JavaScript is now a primary building block of powerful and robust applications. In this practical book, new and experienced JavaScript developers will learn how to use this language to create APIs as well as web, mobile, and desktop applications. Author and engineering leader Adam D. Scott covers technologies such as Node.js, GraphQL, React, and React Native. Ideal for developers who want to build full stack applications and web development beginners looking to bootstrap a startup, this book shows you how to create a single CRUD-style application that will work across several platforms. Explore GraphQL's simple process for querying data Learn about shared authentication for APIs, web apps, and native applications Build universal web applications with React and Next.js that perform and render on the server Use React Native to write cross-platform applications for iOS and Android that compile to native code Learn how to write desktop applications with Electron
    Note: Online resource; Title from title page (viewed March 25, 2020)
    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 (51 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: While many resources for network and IT security are available, detailed knowledge regarding modern web application security has been lacking—until now. This practical guide provides both defensive and offensive security concepts that software engineers can easily learn and apply. Andrew Hoffman, a product security lead at Salesforce.com, introduces three pillars of web application security: recon, offense, and defense. You’ll learn methods for effectively researching and analyzing modern web applications—including those you don’t have direct access to. You’ll also learn how to apply countermeasures to your own applications in order to prevent or mitigate risk from hackers. Ideal as a reference guide or educational text, this book helps you: Explore common vulnerabilities that plague today's web applications Learn essential hacking techniques that attackers use for exploiting applications Map and document web applications for which you do not have direct access Hack your application by applying the OWASP 10 exploits and other attacks Learn how to code your application to protect against the attacks you’ve identified Get practical tips to help you improve the overall security of your web products Develop and deploy your own customized exploits that can bypass many defenses
    Note: Online resource; Title from title page (viewed June 25, 2020)
    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 (94 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If you want to build an enterprise-quality application that uses natural language text, but aren’t sure where to begin or what tools to use, this practical guide will help get you started. You’ll explore special concerns for developing text-based applications, such as performance. Alex Thomas, data scientist at Indeed, shows software engineers and data scientists how to build scalable NLP applications using deep learning and the Apache Spark NLP library. Through concrete examples, practical and theoretical explanations, and hands-on exercises for using NLP on the Spark processing framework, this book teaches you everything from NLP basics to applications of powerful modern techniques. Process text in a distributed environment using Spark NLP, a production-ready library for NLP built on Spark Create, tune, and deploy your own word embeddings Adapt your NLP applications to multiple languages Use text in machine learning and deep learning Learn why these techniques work from a machine learning, linguistic, and practical point of view
    Note: Online resource; Title from title page (viewed July 25, 2020)
    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 (37 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Learn how to build a serverless real-world application in the cloud that’s reliable, secure, maintainable, and can handle millions of users. If you have experience building traditional web applications, this practical guide shows you how to get started with serverless. Cloud engineer Wietse Venema takes you through the steps necessary to build serverless applications with Cloud Run, a container-based serverless platform on Google Cloud. Through the course of the book, you’ll learn how to become productive with serverless technology. You will build and explore several example applications that highlight different parts of the serverless stack, using (light) frontend technology and Go on the back end. You can also follow the lessons in the book using your own project on Google Cloud Platform. You’ll learn how to: Build a serverless application with Google’s Cloud Run and Firestore Approach testing and development Handle user management and authentication Combine serverless with a traditional relational database Run and monitor production services Integrate your application with external APIs
    Note: Online resource; Title from title page (viewed July 25, 2020)
    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
    ISBN: 9781492043423 , 1492043427 , 9781492043409 , 1492043400
    Language: English
    Pages: 1 online resource (500 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als
    DDC: 005.12
    Keywords: Software architecture ; Software architecture Vocational guidance ; Electronic books ; local ; Architecture logicielle ; Architecture logicielle ; Orientation professionnelle ; Software architecture
    Abstract: Although salary surveys worldwide regularly identify software architect as one of the top ten best jobs, no decent guides exist to help developers become architects. Until now. This practical guide provides the first comprehensive overview of software architecture’s many aspects. You’ll examine architectural characteristics, architectural patterns, component determination, diagramming and presenting architecture, evolutionary architecture, and many other topics. Authors Neal Ford and Mark Richards help you learn through examples in a variety of popular programming languages, such as Java, C#, JavaScript, and others. You’ll focus on architecture principles with examples that apply across all technology stacks.
    Note: Online resource; Title from title page (viewed February 25, 2020)
    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 (450 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Coding and testing are generally considered separate areas of expertise. In this practical book, Java expert Scott Oaks takes the approach that anyone who works with Java should be equally adept at understanding how code behaves in the Java Virtual Machine—including the tunings likely to help performance. This updated second edition helps you gain in-depth knowledge of Java application performance using both the JVM and the Java platform. Developers and performance engineers alike will learn a variety of features, tools, and processes for improving the way Java 8 and 11 LTS releases perform. While the emphasis is on production-supported releases and features, this book also features previews of exciting new technologies such as ahead-of-time compilation and experimental garbage collections. Understand how various Java platforms and compilers affect performance Learn how Java garbage collection works Apply four principles to obtain best results from performance testing Use the JDK and other tools to learn how a Java application is performing Minimize the garbage collector’s impact through tuning and programming practices Tackle performance issues in Java EE and SE APIs Improve Java-driven database application performance
    Note: Online resource; Title from title page (viewed February 25, 2020)
    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 (600 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Java continues to grow and evolve, and this Cookbook continues to evolve in tandem. This book helps to get you up to speed right away with hundreds of hands-on recipes across a broad range of Java topics. You’ll learn useful techniques for everything from string handling and functional programming to network communication. Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. If you are familiar with the basics of the Java language, this cookbook will bolster your knowledge of the language in general and its many recent changes and how to apply them in your day-to-day development. Recipes include: Methods for compiling, running, and debugging “Packaging” Java classes and building applications Manipulating, comparing, and rearranging text Regular expressions for string- and pattern-matching Handling numbers, dates, and times Structuring data with collections, arrays, and other types Object-oriented and functional programming techniques Input/Output, Directory and filesystem operations Network programming on both client and server Processing JSON for data interchange Multithreading and concurrency Using Java in Big Data applications Interfacing Java with other languages The 4th Edition of this book has been updated to cover changes through Java 12 and includes new recipes for Big Data and data science.
    Note: Online resource; Title from title page (viewed April 25, 2020)
    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 (87 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Your Python code may run correctly, but you need it to run faster. By exploring the fundamental theory behind design choices, the updated edition of this practical guide, expanded and enhanced for Python 3, helps you gain a deeper understanding of Python’s implementation. You’ll learn how to locate performance bottlenecks and significantly speed up your code in high-data-volume programs. How can you take advantage of multicore architectures or clusters? Or build a system that can scale up and down without losing reliability? Experienced Python programmers and students alike will learn concrete solutions to these and other issues, along with war stories from companies that use high-performance Python for social media analytics, productionized machine learning, and other situations. Get a better grasp of NumPy, Cython, and profilers Learn how Python abstracts the underlying computer architecture Understand performant pandas Use profiling to find bottlenecks in CPU time and memory usage Write efficient programs by choosing appropriate data structures Speed up matrix, vector, and even tensor computations Use tools to compile Python down to machine code, on CPUs and GPUs Manage multiple I/O and computational operations concurrently Convert multiprocessing code to run on a local or remote cluster Deploy code faster using tools like Docker Solve large problems while using less RAM Get real-life stories and lessons from Python programmers
    Note: Online resource; Title from title page (viewed June 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (300 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Every day, companies struggle to scale critical applications. As traffic volume and data demands increase, these applications become more complicated and brittle, exposing risks and compromising availability. And with the popularity of software as a service, scaling has never been more important. Updated with an expanded focus on modern architecture paradigms such as microservices and cloud computing, this practical guide provides techniques for building systems that can handle huge quantities of traffic, data, and demand without affecting the quality your customers expect. Author Lee Atchison shows architects, managers, and directors in both engineering andoperations organizations how to build applications at scale that run more smoothly and reliably and meet the needs of your customers. See how scaling affects the availability of your services, why that matters, and how to improve it Dive into a modern service-based application architecture that ensures high availability and reduces the effects of service failures Explore the Single Team Owned Service Architecture paradigm (STOSA)—a model for scaling your development organization as your application scales Understand, measure, and mitigate risk in your systems Use the cloud to build highly scalable applications
    Note: Online resource; Title from title page (viewed June 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 35 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Fatih Akici - Manager, Risk Analytics and Data Science at Populus Financial Group As intelligent systems deepen their footprints in our daily lives, algorithmic bias becomes a more prominent problem in today's world. The position of executives and data science leaders to this issue is generally reactive, in that, companies solely respond to the requirements coming from regulatory agencies. In this presentation, I am going to argue why the leaders should be proactive in identifying biases and how they will benefit from fixing them. I will demonstrate my point on an applied example.
    Note: Online resource; Title from title screen (viewed March 24, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Jesse Barbour – Chief Data Scientist at Q2ebanking Due to the specialized and sophisticated nature of many commercially focused financial products offered by banks and fintechs, building recommender systems around those products is especially difficult. Taking inspiration from the field of neural language modeling, we will discuss an application of learning node embeddings on a large-scale financial transaction graph in order to solve this problem.
    Note: Online resource; Title from title screen (viewed March 24, 2020) , 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] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Paul Barrett - Managing Director, Accenture Applied Intelligence Personalization drives more relevant conversations with advertisers and audiences. The key to personalization is data, algorithms and offers. Algorithms feed off data. The data environment is becoming more competitive and more regulated. AI at scale makes it possible to utilize internal and external data sources that were previously too complicated, too expensive or too big. The Dark Data sources can now be utilized to: • Enhance sales leads to drive better propensity scoring, better targeting and drive better sales interactions • Create a deeper understanding of audiences to create more relevant microsegments for better targeting, messaging and greater engagement. Companies that can master AI at scale can create Real-time Analytical Pipelines turning data science into Ai Enhanced customer interactions. Growing sales, Engagement and other key metrics. This talk will cover how companies are leveraging Dark Data and Ai pipelines to transform analytics into Ai enhanced interactions.
    Note: Online resource; Title from title screen (viewed March 24, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (250 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: With Early Release ebooks, you get books in their earliest form—the authors' raw and unedited content as they write—so you can take advantage of these technologies long before the official release of these titles. This book will enable you to apply graph thinking to solve complex problems. If you want to learn how to build architectures for extracting value for your domain’s complex problems, then this book is for you. You’ll learn how to think about your data as a graph, and how to determine if graph technology is right for your application. The book describes techniques for scalable, real-time, and multimodel architectures that solve complex problems, and shows how companies are successfully applying graph thinking in distributed production environments. Authors Denise Koessler Gosnell and Matthias Broecheler also introduce the Graph Schema Language, a set of terminology and visual illustrations to normalize how graph practitioners communicate conceptual graph models, graph schema, and graph database design.
    Note: Online resource; Title from title page (viewed April 25, 2020)
    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 (300 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Data is getting bigger, arriving faster, and coming in varied formats—and it all needs to be processed at scale for analytics or machine learning. How can you process such varied data workloads efficiently? Enter Apache Spark. Updated to emphasize new features in Spark 2.x., this second edition shows data engineers and scientists why structure and unification in Spark matters. Specifically, this book explains how to perform simple and complex data analytics and employ machine-learning algorithms. Through discourse, code snippets, and notebooks, you’ll be able to: Learn Python, SQL, Scala, or Java high-level APIs: DataFrames and Datasets Peek under the hood of the Spark SQL engine to understand Spark transformations and performance Inspect, tune, and debug your Spark operations with Spark configurations and Spark UI Connect to data sources: JSON, Parquet, CSV, Avro, ORC, Hive, S3, or Kafka Perform analytics on batch and streaming data using Structured Streaming Build reliable data pipelines with open source Delta Lake and Spark Develop machine learning pipelines with MLlib and productionize models using MLflow Use open source Pandas framework Koalas and Spark for data transformation and feature engineering
    Note: Online resource; Title from title page (viewed June 25, 2020)
    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 (280 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: As Python continues to grow in popularity, projects are becoming larger and more complex. Many Python developers are now taking an interest in high-level software architecture patterns such as hexagonal/clean architecture, event-driven architecture, and strategic patterns prescribed by domain-driven design (DDD). But translating those patterns into Python isn’t always straightforward. With this practical guide, Harry Percival and Bob Gregory from MADE.com introduce proven architectural design patterns to help Python developers manage application complexity. Each pattern is illustrated with concrete examples in idiomatic Python that explain how to avoid some of the unnecessary verbosity of Java and C# syntax. You’ll learn how to implement each of these patterns in a Pythonic way. Architectural design patterns include: Dependency inversion, and its links to ports and adapters (hexagonal/clean architecture) Domain-driven design’s distinction between entities, value objects, and aggregates Repository and Unit of Work patterns for persistent storage Events, commands, and the message bus Command Query Responsibility Segregation (CQRS) Event-driven architecture and reactive microservices
    Note: Online resource; Title from title page (viewed April 25, 2020)
    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 (150 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Operators are a way of packaging, deploying, and managing Kubernetes applications. A Kubernetes application doesn’t just run on Kubernetes; it’s composed and managed in Kubernetes terms. Operators add application-specific operational knowledge to a Kubernetes cluster, making it easier to automate complex, stateful applications and to augment the platform. Operators can coordinate application upgrades seamlessly, react to failures automatically, and streamline repetitive maintenance like backups. Think of Operators as site reliability engineers in software. They work by extending the Kubernetes control plane and API, helping systems integrators, cluster administrators, and application developers reliably deploy and manage key services and components. Using real-world examples, authors Jason Dobies and Joshua Wood demonstrate how to use Operators today and how to create Operators for your applications with the Operator Framework and SDK. Learn how to establish a Kubernetes cluster and deploy an Operator Examine a range of Operators from usage to implementation Explore the three pillars of the Operator Framework: the Operator SDK, the Operator Lifecycle Manager, and Operator Metering Build Operators from the ground up using the Operator SDK Build, package, and run an Operator in development, testing, and production phases Learn how to distribute your Operator for installation on Kubernetes clusters
    Note: Online resource; Title from title page (viewed March 25, 2020)
    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 (250 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn the skills necessary to design, build, and deploy applications powered by machine learning. Through the course of this hands-on book, you’ll build an example ML-driven application from initial idea to deployed product. Data scientists, software engineers, and product managers with little or no ML experience will learn the tools, best practices, and challenges involved in building a real-world ML application step-by-step. Author Emmanuel Ameisen, who worked as a data scientist at Zipcar and led Insight Data Science’s AI program, demonstrates key ML concepts with code snippets, illustrations, and screenshots from the book’s example application. The first part of this guide shows you how to plan and measure success for an ML application. Part II shows you how to build a working ML model, and Part III explains how to improve the model until it fulfills your original vision. Part IV covers deployment and monitoring strategies. This book will help you: Determine your product goal and set up a machine learning problem Build your first end-to-end pipeline quickly and acquire an initial dataset Train and evaluate your ML model and address performance bottlenecks Deploy and monitor models in a production environment
    Note: Online resource; Title from title page (viewed February 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (350 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Most applications today are distributed in some fashion. Monitoring the health and performance of these distributed architectures requires a new approach. Enter distributed tracing, a method of profiling and monitoring applications—especially those that use microservice architectures. There’s just one problem: distributed tracing can be hard. But it doesn’t have to be. With this practical guide, you’ll learn what distributed tracing is and how to use it to understand the performance and operation of your software. Key players at LightStep walk you through instrumenting your code for tracing, collecting the data that your instrumentation produces, and turning it into useful, operational insights. If you want to start implementing distributed tracing, this book tells you what you need to know. You’ll learn: The pieces of a distributed tracing deployment: Instrumentation, data collection, and delivering value Best practices for instrumentation (the methods for generating trace data from your service) How to deal with or avoid overhead, costs, and sampling How to work with spans (the building blocks of request-based distributed traces) and choose span characteristics that lead to valuable traces Where distributed tracing is headed in the future
    Note: Online resource; Title from title page (viewed June 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This book presents a new approach to risk management that enables executives to think systematically and strategically about future risks and deal proactively with threats to their competitive advantages in an ever more volatile, uncertain, complex, and ambiguous world. Organizations typically manage risks through traditional tools such as insurance and risk mitigation; some employ enterprise risk management, which looks at risk holistically throughout the organization. But these tools tend to focus organizational attention on past actions and compliance. Executives need to tackle risk head-on as an integral part of their strategic planning process, not by looking in the rearview mirror. Strategic Risk Management (SRM) is a forward-looking approach that helps teams anticipate events or exposures that fundamentally threaten or enhance a firm's position. The authors, experts in both business strategy and risk management, define strategic risks and show how they differ from operational risks. They offer a road map that describes architectural elements of SRM (knowledge, principles, structures, and tools) to show how leaders can integrate them to effectively design and implement a future-facing SRM program. SRM gives organizations a competitive advantage over those stuck in outdated risk management practices. For the first time, it enables them to look squarely out the front windshield.
    Note: Online resource; Title from title page (viewed January 21, 2020)
    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 (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Serverless is a revolution in the way organizations build and deploy software. With this hands-on guide, Java engineers will learn how to use their language experience in the new world of serverless computing. You’ll discover how this cloud computing model can drastically reduce the complexity in developing and operating applications while reducing costs and time to market. Engineering leaders John Chapin and Mike Roberts guide you through the process of developing serverless applications using AWS Lambda, Amazon’s event-driven, serverless computing platform. You’ll learn how to prepare the development environment, program Lambda functions, and deploy and operate your serverless software. Chapters includes exercises to help you through each aspect of the process. Get an introduction to serverless, functions-as-a-service, and AWS Lambda Learn how to deploy working Lambda functions to the cloud Program Lambda functions and learn how to get data in and out Build and package Java-based Lambda code and dependencies Create serverless applications by building a serverless API and data pipeline Test your serverless applications using automated techniques Apply advanced techniques to build production-ready applications
    Note: Online resource; Title from title page (viewed February 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Sams | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Sams Teach Yourself SQL in 10 Minutes offers straightforward, practical answers when you need fast results. By working through the book’s 22 lessons of 10 minutes or less, you’ll learn what you need to know to take advantage of the SQL language. Lessons cover IBM DB2, Microsoft SQL Server and SQL Server Express, MariaDB, MySQL, Oracle and Oracle express, PostgreSQL, and SQLite. Full-color code examples help you understand how SQL statements are structured Tips point out shortcuts and solutions Cautions help you avoid common pitfalls Notes explain additional concepts, and provide additional information 10 minutes is all you need to learn how to… Use the major SQL statements Construct complex SQL statements using multiple clauses and operators Retrieve, sort, and format database contents Pinpoint the data you need using a variety of filtering techniques Use aggregate functions to summarize data Join two or more related tables Insert, update, and delete data Create and alter database tables Work with views, stored procedures, and more
    Note: Online resource; Title from title page (viewed January 8, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (375 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If you want to build, iterate and scale NLP systems in a business setting and to tailor them for various industry verticals, this is your guide. Consider the task of building a chatbot or text classification system at your organization. In the beginning, there may be little or no data to work with. At this point, a basic solution that uses rule based systems or traditional machine learning will be apt. As you accumulate more data, more sophisticated—and often data intensive—ML techniques can be used including deep learning. At each step of this journey, there are dozens of alternative approaches you can take. This book helps you navigate this maze of options.
    Note: Online resource; Title from title page (viewed May 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (232 pages)
    Edition: 7th edition
    Keywords: Electronic books ; local
    Abstract: For web developers and other programmers interested in using JavaScript, this bestselling book provides the most comprehensive JavaScript reference section on the market. The seventh edition represents a significant update, with new material for ECMAScript 2017 (ES8), and new chapters on language-specific features. JavaScript: The Definitive Guide is ideal for experienced programmers who want to learn the programming language of the web, and for current JavaScript programmers who want to master it.
    Note: Online resource; Title from title page (viewed July 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (56 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Level up with Tableau to build eye-catching, easy-to-interpret data visualizations. In this follow-up guide to 2018’s Practical Tableau, author Ryan Sleeper takes you through a collection of unique tips and tutorials for using this popular software. Beginning to advanced Tableau users will learn how to go beyond Show Me to make better data charts and learn dozens of tricks to improve both the author and user experience. Featuring many tutorials he designed himself, Ryan shows you how to create charts that empower Tableau users to explore, understand, and derive value from their data. He also shares many of his favorite tricks that enabled him to become a Tableau Zen Master, Tableau Public Visualization of the Year author, and Tableau Iron Viz Champion. Learn what’s new in Tableau since Practical Tableau was released in 2018 Examine unique new charts—timelines, custom gauges, and leapfrog charts—plus innovations such as highlight tables, scatter plots, and maps Get tips that can help make a Tableau developer’s life easier Understand what developers can do to make users’ lives easier
    Note: Online resource; Title from title page (viewed July 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (800 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Want to create devices that interact with the physical world? This cookbook is perfect for anyone who wants to experiment with the popular Arduino microcontroller and programming environment. You’ll find more than 200 tips and techniques for building a variety of objects and prototypes such as IoT solutions, environmental monitors, location and position-aware systems, and products that can respond to touch, sound, heat, and light. You don’t need to have mastered Arduino or programming to get started. Updated for the Arduino 1.5 release, the recipes in this third edition include practical examples and guidance to help you begin, expand, and enhance your projects right away—whether you’re an engineer, designer, artist, student, or hobbyist. Get up to speed on the Arduino board and essential software concepts quickly Learn basic techniques for reading digital and analog signals Use Arduino with a variety of popular input devices and sensors Drive visual displays, generate sound, and control several types of motors Interact with devices that use remote controls, including TVs and appliances Learn techniques for handling time delays and time measurement Apply advanced coding and memory-handling techniques
    Note: Online resource; Title from title page (viewed April 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Stanislaw Schmal Combining IoT and sensor analytics opens a new world of operations and maintenance efficiency. A real-world demonstrator of audio analytics and customized IoT device will be shown and its business application to condition based maintenance will be discussed in this session.
    Note: Online resource; Title from title screen (viewed March 24, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Michael Zelenetz – Analytics Project Leader at New York-Presbyterian Hospital Forecasting is widely used in a number of business, but can it be used to optimize operations in an emergency department? This talk will walk through the development of a forecasting model to predict future arrivals to the emergency department. We will review the fundamentals of forecasting, discuss feature engineering, and how to get your first forecast off the ground.
    Note: Online resource; Title from title screen (viewed March 24, 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] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Amy Daali - Chair at IEEE Engineering in Medicine & Biology Society With recent advancements in artificial intelligence, the healthcare industry is primed to benefit significantly from Machine Learning and Deep Learning technologies. This talk will answer the burning question on who is going to fight for AI in healthcare? New concepts such as “DIY healthcare” will be explored. We will discuss key important players who are going to lead the battle and drive AI adoption in 2020. Together, we will navigate the current Health Technology Landscape and uncover the different challenges that are preventing the implementation of AI. We will conclude the talk by exploring how we can improve collaboration between the Data Science and Medical community to speed up AI adoption in healthcare.
    Note: Online resource; Title from title screen (viewed March 24, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Raktim Saha – Director, Digital Insights, CGI The focus of this talk is to showcase how Machine learning and AI is leveraged to radically outperform traditional loan-underwriting acceptance process for one of the largest lenders in US by utilizing a broader set of market, demographic, and various events data. Implementing an automated data-driven process in a large Enterprise and especially in a highly regulated industry has its own challenge spanning from data collection to accuracy of insights, and finally streamline the overall process. The speaker will cover the business, data, and technical aspects of this implementation.
    Note: Online resource; Title from title screen (viewed March 24, 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] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Boryana Manz – Manager, Data Science at Capital One Model monitoring can make or break how models empower and deliver business value. This talk will highlight the key components for the proactive design of integrated and flexible model monitoring. It will include best practices for making the process seamless, flexible and actionable.
    Note: Online resource; Title from title screen (viewed March 24, 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] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Kelsey Redman – AVP, Data Science at Comerica Bank Purchasing 3rd party data on individuals can give great insights on customers, but first we have to know which individuals from that outside data source are actually customers and which are just prospects. Without a unique identifier like SSN or Driver’s License number from the 3rd party data, we have to use a combination of name, address, and demographic information to identify the matching customer. Between nicknames, misspelled names and addresses, and family members with similar names all at one address, this quickly becomes a difficult task involving heavy data cleanup and an increasingly complicated series of rules. In this presentation, we demonstrate some techniques to help resolve these entities across data sources by employing the use of supervised classification machine learning techniques to quantify and predict entity “likeness.” We showcase some of the challenges we faced with exploring other entity resolution methods, with manually labeling a comprehensive training set, and how this approach might extend to solve other data issues.
    Note: Online resource; Title from title screen (viewed March 24, 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] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 22 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Moody Hadi – Group Manager – Financial Engineering at S&P Global Market Intelligence Counterparty financial statements, particularly for small and medium enterprises can be difficult to handle. Financial analysts need to be able to distill out relevant line items in order to calculate their credit exposure to a counterparty for lending purposes. The solution solves a labor intensive, expert driven inefficient process and frees up the analysts to focus on their high value add operations. This involves combining Optical Character Recognition using pre-trained language neural networks, with context sensitive semantic matching. We will go over the developed ML pipleline and architecture.
    Note: Online resource; Title from title screen (viewed March 24, 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] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Dhivya Rajprasad, Data Scientist at Levi Strauss & Co Levi Strauss and Co has always been at the helm of innovation with their classic denims and seasonal takes on the future of denim . We would like to enable users who visit our website, receive our emails and visit our stores to have the most personalized experience with easier product discovery. To enable this, I have built recommendation systems based on live and past user behavior and with minimal infrastructure. The talk features two main areas: 1. How to work with minimal data, implicit feedback and business to build recommender systems that satisfy users needs while keeping in mind overarching business KPIs 2. How to use real stream of events and past indications to give a completely personalized experience that can keep updating based on user interaction with minimal architectural requirements.
    Note: Online resource; Title from title screen (viewed March 24, 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] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Alex Schwarm – VP/Head of Data Science at Dun & Bradstreet For many teams, the most challenging step in delivering useful results, is less about the modeling techniques and methods and more about having access to the right data with the appropriate data coverage of the domain of interest. In this talk, we will describe two specific use cases where data pays a crucial role: one around identifying supply chain risks and one related to prospect targeting. For the supply chain risk use case, we will describe how access to unique data assets reveals the impact of the Coronavirus on supply chains and how this impacts global businesses. We will also describe how some companies are offering data scientists the ability to access data to determine which data assets best solve their business analytics and modeling needs, with a particular focus on prospect targeting.
    Note: Online resource; Title from title screen (viewed March 24, 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] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Seemit Sheth – Head of Data Science at Capital One Micah Price – Principal Associate Data Scientist at Capital One Capital One is one of the pioneers of ‘Information based strategy’ which is essentially what we call today as data science. The world of data science in banking has evolved over time and now data science powers strategies in many diverse areas of a bank, aided by cutting-edge technologies. In this talk, we will go over a glimpse of its past, present and how it is changing banking for good as we move toward the future. In particular, we will also explore how cutting-edge algorithms and technologies are improving customer experiences.
    Note: Online resource; Title from title screen (viewed March 24, 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] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Priscilla Boyd – Senior Manager, Data Analytics at Siemens Mobility This presentation discusses how AI, machine learning and data publicly available is playing a role in smart cities, walking through applications developed using ML to solve practical transportation for smart cities globally.
    Note: Online resource; Title from title screen (viewed March 24, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (275 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Companies are spending billions on machine learning projects, but it’s money wasted if the models can’t be deployed effectively. In this practical guide, Hannes Hapke and Catherine Nelson walk you through the steps of automating a machine learning pipeline using the TensorFlow ecosystem. You’ll learn the techniques and tools that will cut deployment time from days to minutes, so that you can focus on developing new models rather than maintaining legacy systems. Data scientists, machine learning engineers, and DevOps engineers will discover how to go beyond model development to successfully productize their data science projects, while managers will better understand the role they play in helping to accelerate these projects. The book also explores new approaches for integrating data privacy into machine learning pipelines. Understand the machine learning management lifecycle Implement data pipelines with Apache Airflow and Kubeflow Pipelines Work with data using TensorFlow tools like ML Metadata, TensorFlow Data Validation, and TensorFlow Transform Analyze models with TensorFlow Model Analysis and ship them with the TFX Model Pusher Component after the ModelValidator TFX Component confirmed that the analysis results are an improvement Deploy models in a variety of environments with TensorFlow Serving, TensorFlow Lite, and TensorFlow.js Learn methods for adding privacy, including differential privacy with TensorFlow Privacy and federated learning with TensorFlow Federated Design model feedback loops to increase your data sets and learn when to update your machine learning models
    Note: Online resource; Title from title page (viewed August 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Peachpit Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (360 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: For decades, Sharon Steuer and her international WOW! team have been showcasing the world's best artists and designers working in Adobe Illustrator. In this edition of the best-selling and award-winning Illustrator WOW! Book , you'll find hundreds of tips, tricks, and techniques derived from actual projects from top illustrators. You'll discover exciting ways to create complex effects, learn fresh ways to use venerable tools to speed up your workflow, and find updated information on features through the 2019 CC release. This edition is loaded with lessons, technical information, and stunning artwork galleries including: Coloring with Freeform Gradients, Gradients, Mesh Transforming with Puppet Warp Painting and generating artwork with raster brushes Harnessing Live Corners/Rectangles, and new reshaping tools Mastering type effects and controls Creating airbrush and neon effects with gradients on strokes Quickly styling with multiple lines, fills, and effects Creating complex repeating patterns Forming 3D and perspective effects Exploring different ways to globally change artwork Preparing and saving artwork for print and web Using Adobe Illustrator with Adobe Photoshop and other apps Register your book at peachpit.com to download artwork that you can manipulate in Adobe Illustrator, see the “How to use this book” section for details. “This book has the perfect mix of inspiration and instruction–I have yet to find a better motivational tool for using Illustrator to push the envelope and create art that forces people to notice.” MORDY GOLDING, Senior Director of Content, lynda.com . “Every Illustrator user should have a copy of the WOW! book. Period.” DAVID BLATNER, co-publisher of CreativePro.com and InDesignSecrets.com
    Note: Online resource; Title from title page (viewed July 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A groundbreaking text to the study of textile fibers that bridges the knowledge gap between fiber shape and end uses Textile Fiber Microscopy offers an important and comprehensive guide to the study of textile fibers and contains a unique text that prioritizes a review of fibers’ microstructure, macrostructure and chemical composition. The author – a noted expert in the field – details many fiber types and includes all the possible fiber shapes with a number of illustrative micrographs. The author explores a wealth of topics such as fiber end uses, fiber source and production, a history of each fiber and the sustainability of the various fibers. The text includes a review of environmentally friendly fibers and contains information on the most current fiber science by putting the focus on fibers that have been mechanically or chemically recycled, for use in textile production. The author also offers an exploration of issues of textile waste and the lack of textile recycling that can help public policymakers with ways to inform and regulate post-industrial and post-consumer textile waste issues. This vital guide: Contains an accompanied micrograph for many fibers presented Includes information on how fiber microstructure is connected to fabric properties and how it affects the end use of fabrics Offers a review of the sophistication of textile fibers from a scientific point of view Presents a comparative textile fiber review that is appropriate for both for students, textile experts and forensic scientists Written for students and professionals of apparel design and merchandising, and forensic scientists, Textile Fiber Microscopy presents an important review of textile fibers from a unique perspective that explores fibers’ microstructure, macrostructure and chemical composition.
    Note: Online resource; Title from title page (viewed April 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic Bookshelf | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: You work in a loop: write code, get feedback, iterate. The faster you get feedback, the faster you can learn and become a more effective developer. Test-Driven React helps you refine your React workflow to give you the feedback you need as quickly as possible. Write strong tests and run them continuously as you work, split complex code up into manageable pieces, and stay focused on what's important by automating away mundane, trivial tasks. Adopt these techniques and you'll be able to avoid productivity traps and start building React components at a stunning pace! React has revolutionized web development by abstracting away the details of DOM manipulation. That conceptual elegance has opened the door to a new generation of web testing: clear, expressive, and lightning-fast. That makes React a perfect fit for test-driven development (TDD), a methodology in which tests are a blueprint instead of an afterthought. Each chapter will present new projects to challenge you and new tools to help you. Write fast, portable tests with Jest. Keep your code tidy with ESLint and Prettier. Perform every task you need from a single window with VS Code. See your test output directly in your code with Wallaby. Use the JavaScript features of the future with Babel. Make assertions about React component behavior with Enzyme. And style components in a testable way with styled-components. By understanding every piece of your project's stack, you'll feel more confident and able to focus on what matters: writing reliable and maintainable code. Discover a more joyful React development experience. Let your tests lead the way! What You Need: You'll need a working knowledge of JavaScript and a computer running macOS, Windows, or Linux.
    Note: Online resource; Title from title page (viewed June 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover the targeted funding and resources available to support YOUR small business or idea Target Funding ensures that the struggle to obtain funds will never again come between you and your dreams. Too often, great business ideas fail to see the light of day because the entrepreneur doesn’t know how to secure the funding he or she needs. Until now. Target Funding proves you don’t need to be one of these would-be business owners or inventors. No matter what your idea might be, there is funding available to build a solid business or invention around it. Target Funding helps you obtain this and more—even if you have faced bankruptcy, exhausted all avenues, or feel like you are at your wit’s end. Kedma Ough is one of today’s most respected authorities on business funding and entrepreneurship and this practical guide reveals how to locate and secure the necessary funds and resources you need to launch, stabilize, or grow your business dream. She will open your eyes to the vast array of opportunities you didn’t know existed—and provides special insight into beneficial sources before you’re even left the gate. Target Funding takes you on a deep dive into: •The wide range of funding options available for any startup, including un-bankable ventures and independent inventors •Hundreds of vetted funding sources detailing features and eligibility requirements •A winning process for matching funding opportunities with your specific needs •Step-by-step guidance on how to approach funding sources, win them over, and convince them to provide the money you need •Real-life business funding stories that will motivate you to act You'll learn about all the options available to you, including conventional, alternative, and diversity funding. You’ll find out how to access all of them based on your needs, demographic, industry, location, and other variables. Get started on your dream venture today! With Target Funding , you have a proven business-funding strategy to lift your company or invention off the ground and become a sustainable profit machine.
    Note: Online resource; Title from title page (viewed July 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: When considering the complexities of implementing a next-generation data pipeline, the risk of over-promising and under-delivering is incredibly high due to the overwhelming expectations placed on predictive analytics today. It’s critical to look at a number of factors—like your company’s culture and the historic promise gap between ETL (extract, transform, load) in the 1970s and AI (artificial intelligence) in the 2010s—to overcome the challenges and succeed. Natalino Busa discusses how to bust the myths, deconstruct the false assumptions, and avoid common pitfalls in order to build and deliver successful data pipelines that deliver real value to your organization. Recorded on February 26, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Learning from Failure , you’ll discover the lessons learned from failures both large and small. You’ll discover how successful companies have addressed setbacks, missteps, and challenges and how you can grow from their examples.
    Note: Online resource; Title from title screen (viewed August 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: LaunchDarkly’s Heidi Waterhouse shares some of the biggest challenges in feature management. In a perfect world, we’d develop tidy, discrete features that are easy to manage. But in reality, we’re often struggling with a complicated snarl of features that are difficult to test and deploy. Heidi explains how you can use feature management design to build modular, testable, resilient systems. Recorded on April 23, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Innovation , you’ll discover what successful companies have in common and how you can follow their lead with small practical steps to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed September 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Serverless Applications with Node.js teaches you to design and build serverless web apps on AWS using JavaScript, Node, and Claudia.js. You’ll master the basics of writing AWS Lambda functions, along with core serverless patterns like API Gateway. Along the way, you’ll practice your new skills by building a working chatbot and a voice assistant with Amazon Alexa. You’ll also discover techniques for migrating existing apps to a serverless platform.
    Note: Online resource; Title from title page (viewed March 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Center for Creative Leadership | Boston, MA : Safari
    ISBN: 9781604919189
    Language: English , Spanish
    Pages: 1 online resource (32 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If you've got an idea you want to sell, you need to do two things: scan your environment and use effective tactics. This guidebook explains how to scan your environment and provides a collection of tactics you can use to sell your idea. Using this systematic approach will make you more likely to accomplish your objective—solving a problem or making an improvement for the benefit of individuals, groups, and the organization as a whole
    Note: Online resource; Title from title page (viewed June 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: As workloads are being offloaded to IBM® LinuxONE based cloud environments, it is important to ensure that these workloads and environments are secure. This IBM Redbooks® publication describes the necessary steps to secure your environment from the hardware level through all of the components that are involved in a LinuxONE cloud infrastructure that use Linux and IBM z/VM®. The audience for this book is IT architects, IT Specialists, and those users who plan to use LinuxONE for their cloud environments.
    Note: Online resource; Title from title page (viewed August 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249642
    Language: English
    Pages: 1 online resource (273 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Understand ABAP objects—the object-oriented extension of the SAP language ABAP—in the latest release of SAP NetWeaver 7.5, and its newest advancements. This book begins with the programming of objects in general and the basics of the ABAP language that a developer needs to know to get started. The most important topics needed to perform daily support jobs and ensure successful projects are covered. ABAP is a vast community with developers working in a variety of functional areas. You will be able to apply the concepts in this book to your area. SAP ABAP Objects is goal directed, rather than a collection of theoretical topics. It doesn't just touch on the surface of ABAP objects, but goes in depth from building the basic foundation (e.g., classes and objects created locally and globally) to the intermediary areas (e.g., ALV programming, method chaining, polymorphism, simple and nested interfaces), and then finally into the advanced topics (e.g., shared memory, persistent objects). You will know how to use best practices to make better programs via ABAP objects. What You’ll Learn Know the latest advancements in ABAP objects with the new SAP Netweaver system Understand object-oriented ABAP classes and their components Use object creation and instance-methods calls Be familiar with the functions of the global class builder Be exposed to advanced topics Incorporate best practices for making object-oriented ABAP programs Who This Book Is For ABAP developers, ABAP programming analysts, and junior ABAP developers. Included are: ABAP developers for all modules of SAP, both new learners and developers with some experience or little programming experience in general; students studying ABAP at the college/university level; senior non-ABAP programmers with considerable experience who are willing to switch to SAP/ABAP; and any functional consultants who want or have recently switched to ABAP technical.
    Note: Online resource; Title from title page (viewed September 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Experience the transformative power of creative rituals in the workplace Rituals for Work shows us how creative rituals can make our personal and business lives more meaningful and rewarding. Rituals are powerful tools: they reinforce good habits, motivate personal and professional achievement, create a common bond between co-workers and build shared values; they can transform an organization’s culture and provide a foundation to achieve common goals. Focusing on real-world examples, this book takes a practical approach to the power and benefits of workplace rituals. This insightful guide presents 50 creative rituals, from business and management to design and personal development. Specific case studies highlight the use of rituals and their positive impact to real-world organizations, while vivid visuals allow us to feel their energy and emotion. A ritual is only effective when its purpose is clearly defined. This book goes beyond simple analysis to provide actual recipes for individual rituals designed to promote specific habits, change negative behaviors, and instill values. Each ritual can be adapted to achieve a multitude of goals and tailored to fit your organization or team’s specific needs. ● Change behaviors, form positive habits, and assign meaning to shared goals ● Build shared values, foster innovation, and encourage strong teamwork ● Deal with conflicts effectively and engage others to work on resolutions ● Learn the fundamental concepts of ritual-building and share your knowledge with your team An informative and inspirational resource for executives, managers, team leaders, and employees of every level, Rituals for Work provides a blueprint for building a culture of engagement, innovation, and shared purpose for organizations of all sizes, across industries.
    Note: Online resource; Title from title page (viewed April 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Seize opportunity from uncertainty What if you could use strategy to turn market volatility to your competitive advantage? Rethinking Strategy shows you how to anticipate and benefit from emerging market shifts and free your organisation from a cycle of disruption and response. In this ground-breaking book, author and strategist Steve Tighe helps you use scenarios to envisage what your industry and organisation could look like in the future and prepare for what’s to come. Through detailed case studies and practical tools, this guide reveals how to make strategy development your organisation’s principal creative and learning activity. anticipate impending market shifts before they emerge slow down change by making the future familiar unlock the entrepreneurial talent that lies within your organisation mobilise an army of internal advocates to drive strategy execution embed foresight into your planning and innovation processes Have you ever wondered how some companies seem to always be ahead of the curve while others struggle to keep up in today’s ever-changing competitive environment? With Rethinking Strategy , you’ll learn how to make better decisions and thrive alongside increasing competition and uncertainty.
    Note: Online resource; Title from title page (viewed April 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (242 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Lernen Sie Geschichten zu erzählen per Smartphone-Video – von Planung und Aufnahmekonzept über den Dreh bis zur Postproduktion auf iPhone oder iPad. Unter Anleitung von Mobile Journalism-Profi Robb Montgomery kommen Sie schnell zu ersten Ergebnissen. Kapitel für Kapitel verrät er Ihnen Praxisrezepte für verschiedenste Genres – unter anderem Porträt, Interview, Erklär-, Unboxing-, Food- oder 360°-Video sowie Livestreaming und Studioproduktionen. Die nötigen filmischen und journalistischen Grundlagen für packendes Storytelling sowie das Arbeiten mit Apps zum Filmen, Texten, zur Nachbearbeitung und zur Erstellung von Video-/Foto-Collagen für Social Media erlernen Sie fast nebenbei. Alle Videobeispiele sind kostenlos und nach kurzer Registrierung verfügbar auf smartfilmschool.com.
    Note: Online resource; Title from title page (viewed June 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: The industry validated Project Management Maturity Model developed by Dr. Harold Kerzner—updated and expanded Using the Project Management Maturity Model offers assessment tools for organizations of all sizes to evaluate their progress in effectively integrating project management along the maturity curve. This Third Edition includes maturity metrics, examples of Project Management Maturity Model (PMMM) reports, a new chapter on the characteristics of effective PMMM, assessment questions that align with the PMBOK ® Guide—Sixth Edition , all-new illustrations that define advanced levels of maturity, assessment tools for organizations using traditional PM methods, and detailed guidance for organizations using Agile and Scrum. Using the Project Management Maturity Model: Strategic Planning for Project Management, Third Edition is broken down into three major parts. The first part discusses the principles of strategic planning and how it relates to project management, the definition of project management maturity, and the need for customization. The second part details the Project Management Maturity Model (PMMM), which provides organizations with general guidance on how to perform strategic planning for project management. The third part of the book looks at some relatively new concepts in project management such as how assessments can be made to measure the firm’s growth using PM 2.0 and PM 3.0. Features customizable maturity model assessment tools for organizations of all sizes Includes assessment questions updated to line up with PMBOK® Guide—6th Edition Offers detailed guidance on applying the maturity model for Agile and Scrum Includes PowerPoint decks to aid in teaching the maturity model Using the Project Management Maturity Model: Strategic Planning for Project Management, Third Edition is an ideal book for senior level and middle level corporate managers, project and team managers, engineers, project team members, and business consultants. It also benefits both business and engineering students in courses on advanced project management.
    Note: Online resource; Title from title page (viewed March 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    ISBN: 9781484251461
    Language: English
    Pages: 1 online resource (154 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: There is no such thing as an easy sale. However, selling to an existing customer—whether by refreshing an old product or introducing a new and different product—is often easier, faster, and returns higher margins. Centering your organization’s sales strategy on your installed base is a smart and proven way to achieve long-lasting, profitable growth. Using Installed Base Selling to Maximize Revenue reveals a step-by-step, integrated approach you can begin using today. Authors Remi Gicquel and Paul-André Lambert show how you can apply this robust and reliable end-to-end solution by illustrating concepts though real-world case studies from Spotify, Hewlett Packard Enterprise, Nestlé, and more. Full of wisdom fit for the digital era, this book presents the results of the authors’ experience and research into current installed base selling processes, identifying, from an objective point of view, what works and what does not. This book explains fundamental concepts such as the profitable growth paradox, the installed base profit wedge, operational methodologies for managing your installed base selling transformation, and much more. Innovative companies protect and nurture their most valuable asset—their customers and the data that defines them. They put installed base selling at the heart of their sales strategy. Now, it’s your turn! What You Will Learn How to maximize the return from installed base customers Fundamental concepts such as the profitable growth paradox, the installed base profit wedge, and turnkey operational sales methodologies to best maneuver your sales teams Keys to changing patterns to become a company that can enjoy higher profitable revenues for years Who This Book Is For General Managers, Sales and Marketing Leaders who are eager to transform their business to secure long-lasting profits, and for leaders looking for a pragmatic approach to transform their sales force to harvest the potential of their existing customers.
    Note: Online resource; Title from title page (viewed August 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (376 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: This new edition gives project managers practical methods and tools to make the right decisions while juggling multiple objectives, risks and uncertainties, and stakeholders. Project management requires you to navigate a maze of multiple and complex decisions that are an everyday part of the job. To be effective, you must know how to make rational choices with your projects, what processes can help to improve these choices, and what tools are available to help you with decision-making. An entertaining and easy-to-read guide to a structured project decision-making process, Project Decisions will help you identify risks and perform basic quantitative and qualitative risk and decision analyses. Lev Virine and Michael Trumper use their understanding of basic human psychology to show you how to use event chain methodology, establish creative business environments, and estimate project time and costs. Each phase of the process is described in detail, including a review of both its psychological aspects and quantitative methods.
    Note: Online resource; Title from title page (viewed November 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484244487
    Language: English
    Pages: 1 online resource (386 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Harness the power of Angular to build fast, high performance progressive web apps that work offline. Learn exactly how to create an Angular Progressive Web App (PWA) from scratch, how you can use different tools to audit and improve it, and leverage Angular CLI or Workbox to turn your app into a PWA. Using browser APIs – including the Credential Management, Payment Request, Geolocation, Web Bluetooth, WebUSB and Generic Sensors APIs – you can unleash the potential of PWAs and build applications that enhance user experience. Angular’s game-changing built-in features, including the Angular service worker module, can be leveraged to construct responsive and reliable PWAs that can look and feel just like native mobile apps. You'll learn how to boost your app speed, how to increase user engagement using push notifications, and how to implement offline storage and different caching APIs in Angular. You'll even see how to convert an existing Angular app into a PWA. Whether you’re new to building PWAs, or want to learn how to use Angular to improve your app development, Progressive Web Apps with Angular provides the know-how to build and deploy an Angular PWA. What Readers Will Learn Build an Angular app that looks and feels just like a native mobile app Audit and improve an Angular PWA with different tools Increase user engagement by using push notifications Offline storage and different caching APIs in Angular Implement modern technologies into an Angular PWA Who This Book Is For Developers with basic knowledge of HTML, JavaScript and Angular
    Note: Online resource; Title from title page (viewed May 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (217 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Deep learning is changing everything. This machine learning method has already surpassed traditional computer vision techniques, and the same is happening with NLP. If you're looking to bring deep learning into your domain, this practical book will bring you up to speed on key concepts using Facebook's PyTorch framework. Once author Ian Pointer helps you set up PyTorch on a cloud-based environment, you'll learn how use the framework to create neural architectures for performing operations on images, sound, text, and other types of data. By the end of the book, you'll be able to create neural networks and train them on multiple types of data. Learn how to deploy deep learning models to production Explore PyTorch use cases in companies other than Facebook Learn how to apply transfer learning to images Apply cutting-edge NLP techniques using a model trained on Wikipedia
    Note: Online resource; Title from title page (viewed September 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (312 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Offers comprehensive insight into the theory, models, and techniques of ultra-dense networks and applications in 5G and other emerging wireless networks The need for speed—and power—in wireless communications is growing exponentially. Data rates are projected to increase by a factor of ten every five years—and with the emerging Internet of Things (IoT) predicted to wirelessly connect trillions of devices across the globe, future mobile networks (5G) will grind to a halt unless more capacity is created. This book presents new research related to the theory and practice of all aspects of ultra-dense networks, covering recent advances in ultra-dense networks for 5G networks and beyond, including cognitive radio networks, massive multiple-input multiple-output (MIMO), device-to-device (D2D) communications, millimeter-wave communications, and energy harvesting communications. Clear and concise throughout, Ultra-Dense Networks for 5G and Beyond - Modelling, Analysis, and Applications offers a comprehensive coverage on such topics as network optimization; mobility, handoff control, and interference management; and load balancing schemes and energy saving techniques. It delves into the backhaul traffic aspects in ultra-dense networks and studies transceiver hardware impairments and power consumption models in ultra-dense networks. The book also examines new IoT, smart-grid, and smart-city applications, as well as novel modulation, coding, and waveform designs. One of the first books to focus solely on ultra-dense networks for 5G in a complete presentation Covers advanced architectures, self-organizing protocols, resource allocation, user-base station association, synchronization, and signaling Examines the current state of cell-free massive MIMO, distributed massive MIMO, and heterogeneous small cell architectures Offers network measurements, implementations, and demos Looks at wireless caching techniques, physical layer security, cognitive radio, energy harvesting, and D2D communications in ultra-dense networks Ultra-Dense Networks for 5G and Beyond - Modelling, Analysis, and Applications is an ideal reference for those who want to design high-speed, high-capacity communications in advanced networks, and will appeal to postgraduate students, researchers, and engineers in the field.
    Note: Online resource; Title from title page (viewed April 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    ISBN: 9780128133118
    Language: English
    Pages: 1 online resource (402 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Train Aerodynamics: Fundamentals and Applications is the first reference to provide a comprehensive overview of train aerodynamics with full scale data results. With the most up-to-date information on recent advances and the possibilities of improvement in railway facilities, this book will benefit railway engineers, train operators, train manufacturers, infrastructure managers and researchers of train aerodynamics. As the subject of train aerodynamics has evolved slowly over the last few decades with train speeds gradually increasing, and as a result of increasing interest in new train types and high-speed lines, this book provides a timely resource on the topic. Examines the fundamentals and the state-of-the-art of train aerodynamics, beginning with experimental, numerical and analytical tools, and then thoroughly discussing the specific approaches in other sections Features the latest developments and progress in computational aerodynamics and experimental facilities Addresses problems relating to train aerodynamics, from the dimensioning of railway structures and trains, to risk analysis related to safety issues and maintenance Discusses basic flow patterns caused by bridges and embankments
    Note: Online resource; Title from title page (viewed June 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (184 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Choose the best speak-up arrangements for your organisation The last five years have seen dramatic and fundamental changes in whistleblower procedures for organisations. Prompted by a spate of important public disclosures, organizations are now mandated by law to implement effective arrangements enabling employees to speak up about perceived wrongdoing. Currently few resources exist to help with this. To help fill the gap, The Whistleblowing Guide examines the opportunities and challenges associated with different types of whistleblowing and speak-up arrangements, making recommendations based on best practices you can trust. Identifies the major organisational, structural and cultural obstacles to speaking up through speak-up arrangements Proposes effective whistleblowing and speak-up arrangements Explains the specific policy and legislation requirements that can promote or impede the effective implementation of speak-up arrangements, and how these can be translated into commercial and public organizations across sectors and cultures Makes a clear distinction between internal and external reporting arrangements The Whistleblowing Guide offers conceptual clarification about these key issues, including a focus on internal and external speak-up procedures, organisational response and communication, impartiality and trust.
    Note: Online resource; Title from title page (viewed June 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : BCS Learning & Development Limited | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (360 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Reliable test design is important in software testing; without it, defects in software may remain undetected, making the software poor quality and causing dissatisfaction among users. This book presents the key test design techniques, in line with ISTQB, and explains when and how to use them, including in combination, with practical, real-life examples. Automated test design methods are also discussed. Tips and exercises are included throughout the book, allowing you to test your knowledge as you progress. ---- 'A masterful tour through the most important behavioural test design techniques.' Rex Black , President, RBCS, Inc.; Past President ASTQB and ISTQB --- 'This is the testing book I've been waiting for.' Elaine Weyuker , University Distinguished Professor; Member, US National Academy of Engineering; ACM Fellow; IEEE Fellow --- 'Finally, a book that makes the test design techniques available to everybody regardless of their level of experience. It will support testers wanting to improve the quality of their service or self-study for their ISTQB Advanced Level Certifications.' Francisca Cano Ortiz , Head of Software Quality Assurance, The Stars Group.
    Note: Online resource; Title from title page (viewed September 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : New Riders | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (697 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Game designers today are expected to have an arsenal of multi-disciplinary skills at their disposal in the fields of art and design, computer programming, psychology, economics, composition, education, mythology–and the list goes on. How do you distill a vast universe down to a few salient points? Players Making Decisions brings together the wide range of topics that are most often taught in modern game design courses and focuses on the core concepts that will be useful for students for years to come. A common theme to many of these concepts is the art and craft of creating games in which players are engaged by making meaningful decisions. It is the decision to move right or left, to pass versus shoot, or to develop one's own strategy that makes the game enjoyable to the player. As a game designer, you are never entirely certain of who your audience will be, but you can enter their world and offer a state of focus and concentration on a task that is intrinsically rewarding. This detailed and easy-to-follow guide to game design is for both digital and analog game designers alike and some of its features include: A clear introduction to the discipline of game design, how game development teams work, and the game development process Full details on prototyping and playtesting, from paper prototypes to intellectual property protection issues A detailed discussion of cognitive biases and human decision making as it pertains to games Thorough coverage of key game elements, with practical discussions of game mechanics, dynamics, and aesthetics Practical coverage of using simulation tools to decode the magic of game balance
    Note: Online resource; Title from title page (viewed November 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Language: English
    Pages: 1 online resource (172 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Penetration testing is the attempt to professionally break in to an organisation's systems by exploiting any vulnerabilities, with the goal of determining whether an organisation's IT systems and resources are secure. As hackers and would-be cyber attackers become increasingly more brazen, penetration testing has become an essential practice. This BCS guide for business and IT managers, developed in collaboration with CREST, explains the process of penetration testing and the benefits it brings. With contributions from practising penetration testers and information security experts, the book brings together a wide range of expertise, insight, and tips for setting up a penetration testing programme, maintaining it, and responding to the results of penetration tests. - Introduces penetration testing as an exploitative test technique to check whether a target system's security controls can be defeated; - Written by a wide range of industry experts from academics to practising penetration testers to information security managers, with support from CREST (accreditation and certification body for information security industry); - Covers insights from across the penetration testing process, from initial set up to reporting results and acting on them. --- "This is the first time I’ve encountered a book which manages to combine properly researched good practice for penetration testing with the real requirements of the business community...The authors really know their stuff and I found myself nodding and smiling many times in every chapter. The case studies and examples are pithy and highly relevant. Concepts such as red teaming and intelligence-led penetration testing are clearly explained and contrasted with other forms of testing, helping demystify this complex topic. Each chapter is well laid out and the guidance provided is exactly what managers need to know to get great value from security testing exercises of all types. Over a dozen expert authors have contributed to this book and the results speak for themselves – this is a must read for those responsible for information security in organisations of all sizes." - Peter Wood FBCS CITP CISSP M.Inst.ISP , Partner, Naturally Cyber LLP and Founder, First Base Technologies LLP -
    Note: Online resource; Title from title page (viewed August 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (176 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Do your most important work when you are your most resourceful Are you drowning in email? Overloaded with calendar invitations? Frustrated by wasteful meetings and an ever-growing workload? Then you know that being busy does not mean being productive. Most workers are being asked to take on more responsibilities with less support, advised to simply ‘be innovative.’ But you only have a finite amount of energy and thinking capacity available to you in a day. Most of us are wasting it on things that aren't contributing to our most important work: the activities that require problem solving, decision making and critical thinking. Developed for business professionals, The First Two Hours teaches you how to design your day, rather than be at the mercy of it. Using research on neuroscience, energy flow and the body’s natural rhythms, it divides the workday into manageable blocks and helps you determine when you are most resourceful, and therefore when you should complete your most demanding tasks. Optimize your day in blocks of two hours Take back control of your work life by creating a workflow designed for you Do your most important work at the right time of day so it gets the resources it deserves Decide when you need to be ’on’ and when you can be ’available’ so you can maximise productivity In a time of near-constant information overload, this practical handbook helps you focus on getting done what you need to get done, when you are best able to do it. By learning to invest your energy strategically, you can be in the driver’s seat every work day and achieve a level of productivity beyond what you thought possible.
    Note: Online resource; Title from title page (viewed May 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251928
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn automatic testing in Xcode. Start by creating a simple test app that intentionally crashes in given scenarios. Then review the code to find obvious bad practices and issues. Discover why unit testing is important and perform a simple unit test. Work with test cases before adding functionality. Then increase code coverage and learn why it's important. Finally work with different parts of the app to test specific functionality. What You'll Learn Set up different UI tests for testing different parts of an app Perform simple unit test cases in a project Use test cases before adding functionality to ensure quality apps Who This Video Is For Professional developers or experienced programmers who want to incorporate best practices for testing their apps before publishing them.
    Note: Online resource; Title from title screen (viewed July 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789801156
    Language: English
    Pages: 1 online resource (386 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A problem-solution guide to encountering various NLP tasks utilizing Java open source libraries and cloud-based solutions Key Features Perform simple-to-complex NLP text processing tasks using modern Java libraries Extract relationships between different text complexities using a problem-solution approach Utilize cloud-based APIs to perform machine translation operations Book Description Natural Language Processing (NLP) has become one of the prime technologies for processing very large amounts of unstructured data from disparate information sources. This book includes a wide set of recipes and quick methods that solve challenges in text syntax, semantics, and speech tasks. At the beginning of the book, you'll learn important NLP techniques, such as identifying parts of speech, tagging words, and analyzing word semantics. You will learn how to perform lexical analysis and use machine learning techniques to speed up NLP operations. With independent recipes, you will explore techniques for customizing your existing NLP engines/models using Java libraries such as OpenNLP and the Stanford NLP library. You will also learn how to use NLP processing features from cloud-based sources, including Google and Amazon Web Services (AWS). You will master core tasks, such as stemming, lemmatization, part-of-speech tagging, and named entity recognition. You will also learn about sentiment analysis, semantic text similarity, language identification, machine translation, and text summarization. By the end of this book, you will be ready to become a professional NLP expert using a problem-solution approach to analyze any sort of text, sentence, or semantic word. What you will learn Explore how to use tokenizers in NLP processing Implement NLP techniques in machine learning and deep learning applications Identify sentences within text and learn how to train specialized NER models Learn how to classify documents and perform sentiment analysis Find semantic similarities between text elements and extract text from a variety of sources Preprocess text from a variety of data sources Learn how to identify and translate languages Who this book is for This book is for data scientists, NLP engineers, and machine learning developers who want to perform their work on linguistic applications faster with the use of popular libraries on JVM machines. This book will help you build real-world NLP applications using a recipe-based approach. Prior knowledge of Natural Language Proc...
    Note: Online resource; Title from title page (viewed April 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Academic Press | Boston, MA : Safari
    ISBN: 9780128173596
    Language: English
    Pages: 1 online resource (422 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Multimodal Scene Understanding: Algorithms, Applications and Deep Learning presents recent advances in multi-modal computing, with a focus on computer vision and photogrammetry. It provides the latest algorithms and applications that involve combining multiple sources of information and describes the role and approaches of multi-sensory data and multi-modal deep learning. The book is ideal for researchers from the fields of computer vision, remote sensing, robotics, and photogrammetry, thus helping foster interdisciplinary interaction and collaboration between these realms. Researchers collecting and analyzing multi-sensory data collections – for example, KITTI benchmark (stereo+laser) - from different platforms, such as autonomous vehicles, surveillance cameras, UAVs, planes and satellites will find this book to be very useful. Contains state-of-the-art developments on multi-modal computing Shines a focus on algorithms and applications Presents novel deep learning topics on multi-sensor fusion and multi-modal deep learning
    Note: Online resource; Title from title page (viewed July 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (26 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This document is intended to facilitate the deployment of the Multicloud Solution for Business Continuity by using IBM Spectrum Virtualize for Public Cloud on AWS. To complete the tasks it describes, you must understand the IBM FlashSystem 9100, IBM Spectrum Virtualize for Public Cloud on AWS Cloud. The information in this document is distributed on an "as is" basis without any warranty that is either expressed or implied. Support assistance for the use of this material is limited to situations where IBM Storwize® or IBM FlashSystem storage devices are supported and entitled and where the issues are specific to a blueprint implementation.
    Note: Online resource; Title from title page (viewed June 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (244 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: As deep neural networks (DNNs) become increasingly common in real-world applications, the potential to deliberately "fool" them with data that wouldn’t trick a human presents a new attack vector. This practical book examines real-world scenarios where DNNs—the algorithms intrinsic to much of AI—are used daily to process image, audio, and video data. Author Katy Warr considers attack motivations, the risks posed by this adversarial input, and methods for increasing AI robustness to these attacks. If you’re a data scientist developing DNN algorithms, a security architect interested in how to make AI systems more resilient to attack, or someone fascinated by the differences between artificial and biological perception, this book is for you. Delve into DNNs and discover how they could be tricked by adversarial input Investigate methods used to generate adversarial input capable of fooling DNNs Explore real-world scenarios and model the adversarial threat Evaluate neural network robustness; learn methods to increase resilience of AI systems to adversarial data Examine some ways in which AI might become better at mimicking human perception in years to come
    Note: Online resource; Title from title page (viewed July 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson India | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: "The book discusses in detail the concepts starting from Strategic Human Resource Acquisition to the development and retention of these assets. The book explores how the traditional theories and practices of Human Resource management are responding to emerging technological and organizational realities and touches upon the novel concepts in the field of HR like Work place analytics, HR Outsourcing, High Performing Work Systems. Rich pedagogical features include chapter objectives, chapter-opening case studies, real-world examples, summary, review questions, skill-development exercises and chapter-ending cases. Skill-development exercises such as student assignments appear at the end of each chapter and allow readers to participate in a real-life situation and apply learning from the chapter. Industry and Research Insights to help student understand the real- time market environment Comprehensive case study at the end of the book to visualize the whole of Strategic Human Resource Management Interviews of HR professionals, primarily from Indian companies."
    Note: Online resource; Title from title page (viewed August 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Startups seem to come out of nowhere, disrupting their markets and leaving traditional organizations to ask themselves how they too can adopt cloud-centric models and approaches. But just how realistic is this? Today’s enterprises are sometimes criticized for legacy thinking, but they also have to bear the burden of infrastructure, supply chains, security, governance frameworks, and customer drivers that can’t be changed at the flick of the switch. Here's the good news: enterprise concerns and cloud native principles may be better aligned than you think. Flexible infrastructure is becoming a staple of modern data centers. Microservices models align with software architecture best practices, while Agile innovation approaches such as DevOps are maturing in governance. At the same time, cybersecurity and risk management is an area of traditional strength, and operational principles used in the enterprise are as important as ever. Find out how businesses can adopt cloud native principles without throwing away what it means to be an enterprise. Recorded on May 2, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Cloud , you’ll learn about the complex, ever-evolving world of the cloud. You’ll discover how successful companies have adopted and embraced this massive network of shared information and how you can follow their lead to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed September 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250921
    Language: English
    Pages: 1 online resource (305 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: As a software developer, your technical skill set is in high demand. Devices and technology have become an integral part of our everyday lives and no digital organization can thrive without technical professionals on the payroll. However, career plateaus are inevitable in even the most high-demand field. Companies do not only need software developers; they need software developers with soft skills. In Soft Skills to Advance Your Developer Career , author Zsolt Nagy explores how emotional intelligence can give your software development career an edge. These subjects are not taught in school, and unfortunately the career advancement of many excellent developers can be blocked by their inability to effectively communicate their needs, assert themselves, and negotiate confidently. Throughout this book, Nagy shows you how to actively improve and prioritize your soft skills so that you can better represent the holistic interests of your team, obtain better working conditions, negotiate raises, and increase your variety of employment options by elevating your interviewing skills. Discover the obstacles standing between you and a fulfilling career by finding and improving strengths you may not have even known you had. Jump out of your box with Soft Skills to Advance Your Developer Career and leverage your expertise with effortless confidence at all stages of your professional journey. What You Will Learn Examine why software developer careers cannot be treated similarly as any other career path Understand the four soft-skills you need to advance your career Develop a strategy for your personal brand and align it with your career plan Realize the role of assertive communication, and the importance of giving and receiving feedback Create a plan for setting yourself up for a raise or promotion Discover techniques for acing the behavioral and coding interview Who This Book Is For Software developers who have the technical skills required for career advancement, but want a guide on how to manage their careers
    Note: Online resource; Title from title page (viewed September 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Language: English
    Pages: 1 online resource (322 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redbooks® publication provides a security and compliance solution that is optimized for virtualized environments on IBM Power Systems™ servers, running IBM PowerVM® and IBM AIX®. Security control and compliance are some of the key components that are needed to defend the virtualized data center and cloud infrastructure against ever evolving new threats. The IBM business-driven approach to enterprise security that is used with solutions, such as IBM PowerSC™, makes IBM the premier security vendor in the market today. The book explores, tests, and documents scenarios using IBM PowerSC that leverage IBM Power Systems servers architecture and software solutions from IBM to help defend the virtualized data center and cloud infrastructure against ever evolving new threats. This publication helps IT and Security managers, architects, and consultants to strengthen their security and compliance posture in a virtualized environment running IBM PowerVM.
    Note: Online resource; Title from title page (viewed September 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (416 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: All you need to know about SharePoint Online and SharePoint Server SharePoint is an enterprise portal server living under the Microsoft Office umbrella. It can be used as a local installation (on-premises) or an online service. The SharePoint Online service comes bundled with Office 365. You can use SharePoint to aggregate sites, information, data, and applications into a single portal. SharePoint 2019 contains highly integrated features that allow you to work with it directly from other Office products such as Teams, Word, Excel, PowerPoint, and many others. SharePoint For Dummies provides a thorough update on how to make the most of all the new SharePoint and Office features—while still building on the great and well-reviewed content in the prior editions. The book shows those new to SharePoint or new to SharePoint 2019 how to get up and running so that you and your team can become productive with this powerful tool. Find high-level, need-to-know information for “techsumers”, administrators, and admins Learn how SharePoint Online can get you started in minutes without the hassle and frustration of building out your own servers Find everything you need to know about the latest release of SharePoint Online and SharePoint Server Get your hands on the best guide on the market for SharePoint!
    Note: Online resource; Title from title page (viewed May 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484236581
    Language: English
    Pages: 1 online resource (363 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Know how to do machine learning with Microsoft technologies. This book teaches you to do predictive, descriptive, and prescriptive analyses with Microsoft Power BI, Azure Data Lake, SQL Server, Stream Analytics, Azure Databricks, HD Insight, and more. The ability to analyze massive amounts of real-time data and predict future behavior of an organization is critical to its long-term success. Data science, and more specifically machine learning (ML), is today’s game changer and should be a key building block in every company’s strategy. Managing a machine learning process from business understanding, data acquisition and cleaning, modeling, and deployment in each tool is a valuable skill set. Machine Learning with Microsoft Technologies is a demo-driven book that explains how to do machine learning with Microsoft technologies. You will gain valuable insight into designing the best architecture for development, sharing, and deploying a machine learning solution. This book simplifies the process of choosing the right architecture and tools for doing machine learning based on your specific infrastructure needs and requirements. Detailed content is provided on the main algorithms for supervised and unsupervised machine learning and examples show ML practices using both R and Python languages, the main languages inside Microsoft technologies. What You'll Learn Choose the right Microsoft product for your machine learning solution Create and manage Microsoft’s tool environments for development, testing, and production of a machine learning project Implement and deploy supervised and unsupervised learning in Microsoft products Set up Microsoft Power BI, Azure Data Lake, SQL Server, Stream Analytics, Azure Databricks, and HD Insight to perform machine learning Set up a data science virtual machine and test-drive installed tools, such as Azure ML Workbench, Azure ML Server Developer, Anaconda Python, Jupyter Notebook, Power BI Desktop, Cognitive Services, machine learning and data analytics tools, and more Architect a machine learning solution factoring in all aspects of self service, enterprise, deployment, and sharing Who This Book Is For Data scientists, data analysts, developers, architects, and managers who want to leverage machine learning in their products, organization, and services, and make educated, cost-saving decisions about their ML architecture and tool set.
    Note: Online resource; Title from title page (viewed June 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (768 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Your one-stop reference for Windows Server 2019 and PowerShell know-how Windows Server 2019 & PowerShell All-in-One For Dummies offers a single reference to help you build and expand your knowledge of all things Windows Server, including the all-important PowerShell framework. Written by an information security pro and professor who trains aspiring system administrators, this book covers the broad range of topics a system administrator needs to know to run Windows Server 2019, including how to install, configure, and secure a system. This book includes coverage of: Installing & Setting Up Windows Server Configuring Windows Server 2019 Administering Windows Server 2019 Configuring Networking Managing Security Working with Windows PowerShell Installing and Administering Hyper-V Installing, Configuring, and Using Containers If you’re a budding or experienced system administrator looking to build or expand your knowledge of Windows Server, this book has you covered.
    Note: Online resource; Title from title page (viewed April 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (57 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Enterprises looking to build robust, reliable, and performant applications are increasingly turning to Angular, a cross-platform solution for building mobile, desktop, and web apps. In this instructive guide, Lukas Ruebbelke and Brian Love take you through the key benefits that are helping enterprises of all stripes save time and money with Angular. You’ll explore Angular’s support for common enterprise patterns, its components and tools (including support for code generation, code hinting, and unit testing), and its vibrant ecosystem—all of which mean developers can get up and running immediately. You’ll also learn how Google (the creator of Angular), FedEx, and Capital One are using Angular to meet the needs of their customers, employees, vendors, suppliers, and more. You’ll discover: How Angular follows familiar patterns, including TypeScript, dependency injection, and Reactive Extensions for JavaScript Angular’s built-in modules for routing, fetching data, animations, and service worker integration for building progressive web applications Angular tools and components, including the Angular CLI, the Angular Console, and Nrwl Extensions The Angular ecosystem: Angular Material, Firebase, Ionic, and more How global organizations use Angular to build reliable, scalable applications
    Note: Online resource; Title from title page (viewed August 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (38 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Site Reliability Engineering is an outgrowth of the "always-on" world of online services. Initiated at Google more than a decade ago, SRE helps many of today’s sites run effectively and reliably, even as those sites continuously introduce new features. This ebook explains how site reliability engineers work with development teams to meet the fundamental customer expectation that online services can and must be reliable. Kurt Andersen from LinkedIn and Craig Sebenik from Split explain how new and existing organizations can successfully adopt SRE processes for managing—and learning from—a host of system incidents. Complete with case studies from Google, LinkedIn, and Slack, this ebook explores SRE and provides guiding principles for implementing the role in your organization. Understand how your company’s culture, capabilities, and organizational structure affect the way you approach SRE Learn how SREs strive to maintain system components in a resilient, predictable, consistent, repeatable, and measured state Examine differences between SRE and other operational roles, such as DevOps and classical ops Learn approaches for adopting SRE in either a new or existing organization Explore key patterns and anti-patterns for introducing SRE in your organization
    Note: Online resource; Title from title page (viewed June 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (96 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The majority of software projects are delivered late or over budget, or they fail to meet the client’s requirements. Attack the problem head-on and build better software with domain-driven design (DDD)—a methodology that aligns software design with a business’s domain, needs, and strategy. In this report, Vladik Khononov introduces the key patterns and practices of domain-driven design and shows you how to apply them to improve the success rate of your projects. You’ll discover how to explore, analyze, and model your company’s business domain along with techniques for implementing that knowledge. Once you understand the fundamentals, you’ll be able to selectively apply DDD concepts to analyze and simplify your codebase, explore new requirements, and more. You’ll learn: Key domain-driven design concepts, including ubiquitous language and bounded contexts How to employ “event storming” to streamline the process of discovering domain knowledge and building a ubiquitous language Patterns and techniques for implementing business logic and architecting solutions that deliver business goals How to maintain and evolve both tactical and strategic designs over time
    Note: Online resource; Title from title page (viewed October 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (46 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Everyone’s talking about blockchain. This exciting technology has the potential to impact our lives in much the same way as the internet did, but few understand how it actually works. Written for business technology leaders, this report breaks down the complexity of blockchain into plain language and simple illustrations so you can easily explain it to your colleagues. Sir John Hargrave and Evan Karnoupakis go beyond the hype to help you discover valuable opportunities for using blockchain in your business. The practical examples in this report will inspire you to get started on your own project; the real-world lessons will ensure you get it right. Understand the building blocks of blockchain, including the decentralized ledger, nodes, consensus protocols, and smart contracts Get up to speed on basic blockchain concepts, such as mining, forking, governance, and regulation Learn the power of the Blockchain Network Effect, the mystery of the Consensus Paradox, and other key blockchain principles Discover the challenges to setting up a blockchain project, plus four simple best practices to succeed
    Note: Online resource; Title from title page (viewed October 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484244630
    Language: English
    Pages: 1 online resource (516 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Explore the modern concepts of client-server web applications. This book includes examples that are simple to comprehend building apps that are not much different from real-world applications. Each chapter develops a different subject, explaining the concept from A to Z, and provides a project with complete source code and configuration steps. Chapters also include thorough coverage of the subject described and the full source code is provided with a consistently updated repo on GitHub, accounting for the frequent changes made to language versions. The chapter apps use HTML, JavaScript, AJAX, CSS, PHP, MySQL, Apache, Lighttpd, SSL/TLS, DDNS, Shell Programming, Sockets programming, tools such as Wireshark, and remote online tools for testing. As you master each topic sequentially you'll fully understand the inner workings of the client-server apps and become confident in creating your own web-based apps. Whether you want to work on the web for fun, for school, or for work, Web-Based Projects that Rock the Class is a great place to start. What You'll Learn Use HTML, JavaScript, CSS, PHP, AJAX and MySQL for web projects Set up and handle two different web servers Apache and Lighttpd Obtain DNS and DDNS domain names Apply the SSL/TLS protocols for HTTPS connections Test remotely with online tools your web app – then create similar tools Who This Book Is For College and university students, and individuals interested in web programming. Ideally you will have basic experience in requesting a web page from the browser and understanding online services like e-shops, basic-level experience with Linux, knowledge of basic-level programming language principles, and basic knowledge of what a database is.
    Note: Online resource; Title from title page (viewed May 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Prentice Hall | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (752 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The Complete, Modern Tutorial on Practical VLSI Chip Design, Validation, and Analysis As microelectronics engineers design complex chips using existing circuit libraries, they must ensure correct logical, physical, and electrical properties, and prepare for reliable foundry fabrication. VLSI Design Methodology Development focuses on the design and analysis steps needed to perform these tasks and successfully complete a modern chip design. Microprocessor design authority Tom Dillinger carefully introduces core concepts, and then guides engineers through modeling, functional design validation, design implementation, electrical analysis, and release to manufacturing. Writing from the engineer's perspective, he covers underlying EDA tool algorithms, flows, criteria for assessing project status, and key tradeoffs and interdependencies. This fresh and accessible tutorial will be valuable to all VLSI system designers, senior undergraduate or graduate students of microelectronics design, and companies offering internal courses for engineers at all levels. Reflect complexity, cost, resources, and schedules in planning a chip design project Perform hierarchical design decomposition, floorplanning, and physical integration, addressing DFT, DFM, and DFY requirements Model functionality and behavior, validate designs, and verify formal equivalency Apply EDA tools for logic synthesis, placement, and routing Analyze timing, noise, power, and electrical issues Prepare for manufacturing release and bring-up, from mastering ECOs to qualification This guide is for all VLSI system designers, senior undergraduate or graduate students of microelectronics design, and companies offering internal courses for engineers at all levels. It is applicable to engineering teams undertaking new projects and migrating existing designs to new technologies.
    Note: Online resource; Title from title page (viewed June 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Accelerate sales and improve customer experience Every day, most working professionals entrust their most important messages to a form of communication that doesn't build trust, provide differentiation, or communicate clearly enough. It's easy to point to the sheer volume of emails, text messages, voicemails, and even social messaging as the problem that reduces our reply rates and diminishes our effectiveness. But the faceless nature of that communication is also to blame. Rehumanize Your Business explains how to dramatically improve relationships and results with your customers, prospects, employees, and recruits by adding personal videos to emails, text messages, and social messages. It explains the what, why, and how behind this new movement toward simple, authentic videos—and when to replace some of your plain, typed-out communication with webcam and smartphone recordings. • Restore face-to-face communication for clarity and connection • Add a personal, human touch to your emails and other messages • Meet people who’ve sent thousands of videos • Learn to implement your own video habit in an easy, time-saving way • Boost your replies, appointments, conversion, referrals, and results dramatically If you’re ready to influence, teach, sell, or serve in a more personal way, Rehumanize Your Business is your guide.
    Note: Online resource; Title from title page (viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (8 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Red Hat RHCSA 8 Practice Tests provides two full practice exams so you can test your skills before taking the RHCSA exam. This title was created by Sander van Vugt to support the Red Hat Certified System Administrator (RHCSA) Complete Video Course 3rd Edition and is an essential part of preparing for the exam. It is suggested that you take these exams after watching Red Hat Certified System Administrator (RHCSA) Complete Video Course 3rd Edition and/or attending Sander van Vugt's Red Hat Certified System Administrator (RHCSA) Crash Course through O'Reilly's Live Training program.
    Note: Online resource; Title from title page (viewed August 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (236 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Wenn Ihre Landschaftsfotos nicht vermitteln, wie begeistert oder ergriffen Sie beim Machen der Bilder vor Ort waren – dann brauchen Sie dieses Buch. Scott Kelby verrät Ihnen darin seine 200 wichtigsten Tipps für wirklich packende Landschaftsfotos. Kompakt und praxisnah zeigt er Ihnen die benötigte Hardware (Stativ, Filter und mehr), die Geheimnisse guter Komposition, wie Sie Sternenhimmel und Panoramen fotografieren sowie wichtige Kniffe zur Veredelung Ihrer Bilder in Lightroom.
    Note: Online resource; Title from title page (viewed August 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (248 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In »Kreative Pferdefotografie« treffen zwei Genres aufeinander, die seit Jahren sehr beliebt sind: Pferde und Fotografie. Es gibt kaum einen Pferdebesitzer, der nicht außergewöhnliche Bilder von seinem geliebten Vierbeiner haben möchte, und kaum einen Züchter, der nicht mit professionellen Fotos für seine Nachzucht werben will.Das Gebiet der Pferdefotografie ist groß, doch dieses Buch geht weiter und zeigt außergewöhnliche Perspektiven und Fototechniken, um die edlen Vierbeiner in Szene zu setzen. Bilder, wie man sie selten zu sehen bekommt, abseits der ausgetretenen Wege der 08/15-Pferdefotografie.Die Autorin – unter anderem eine sehr erfahrene Pferdetrainerin und -ausbilderin – erklärt dabei leicht verständlich die Umsetzung kreativer Techniken und gibt wertvolle Tipps, wie aus guten Pferdefotos hervorragende Bildwerke werden.
    Note: Online resource; Title from title page (viewed August 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The courses in this series will help you prepare for the Unity Certified 3D Artist exam, the professional certification for entry- to mid-level Unity artists. 3D artists are critical to the Unity development pipeline. They are a bridge between the programmers writing the application code and the designers or art directors who define the application’s aesthetics and style. In these courses, you will be challenged to complete realistic art implementation tasks in Unity that are aligned to the topics covered on the exam. Description Unity’s only official series of courses to prepare for the Unity Certified 3D Artist exam. This specialization covers five topic areas distributed over 5 self-paced courses: Asset Creation and Management; Lighting, Reflection and Post-Processing Effect; Integrating Scripts for Scene Integrations; Character Setup; and Setting up Cutscenes.Participants in this Specialization will complete multiple project milestones across two main projects: a Kitchen Configuration application with a realistic aesthetic, and a 3D video game level with a more stylized science-fantasy look. Across these two projects, learners will complete tasks including importing assets, manipulating materials, creating prefabs, adding lighting, setting up character models, and building cutscenes. About the Instructor Unity Technologies is the creator of the worlds most widely used real-time 3D (RT3D) development platform, giving developers around the world the tools to create rich, interactive 2D, 3D, VR and AR experiences. Our 1000 person engineering team keeps Unity at the bleeding-edge of technology by working alongside partners such as Facebook, Google, Microsoft, and Oculus to ensure optimized support for the latest releases and platforms. Experiences made with Unity reach nearly 3 billion devices worldwide, and were installed 24 billion times in the last 12 months. Unity is powering RT3D in architecture, automotive, construction, engineering, film, games, and more. By successfully completing the projects in all four courses, participants will have had extensive, guided practice in the programming skills needed to pass the Unity Certified 3D Artist Programmer Eexam. Skill Level Intermediate What You Will Learn Select the relevant import settings for importing 3D assets into Unity Troubleshoot common issues with imported 3D assets Identify techniques to prototype scenes and maintain prefabs throughout the production cycle Recognize pro...
    Note: Online resource; Title from title screen (viewed June 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Build a Keras model to scale and deploy on a Kubernetes cluster We have seen an exponential growth in the use of Artificial Intelligence (AI) over last few years. AI is becoming the new electricity and is touching every industry from retail to manufacturing to healthcare to entertainment. Within AI, we're seeing a particular growth in Machine Learning (ML) and Deep Learning (DL) applications. ML is all about learning relationships from labeled (Supervised) or unlabeled data (Unsupervised). DL has many layers of learning and can extract patterns from unstructured data like images, video, audio, etc. Keras to Kubernetes: The Journey of a Machine Learning Model to Production takes you through real-world examples of building DL models in Keras for recognizing product logos in images and extracting sentiment from text. You will then take that trained model and package it as a web application container before learning how to deploy this model at scale on a Kubernetes cluster. You will understand the different practical steps involved in real-world ML implementations which go beyond the algorithms. • Find hands-on learning examples • Learn to uses Keras and Kubernetes to deploy Machine Learning models • Discover new ways to collect and manage your image and text data with Machine Learning • Reuse examples as-is to deploy your models • Understand the ML model development lifecycle and deployment to production If you're ready to learn about one of the most popular DL frameworks and build production applications with it, you've come to the right place!
    Note: Online resource; Title from title page (viewed May 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249932
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This video course teaches how to go beyond writing SELECT statements and to manipulate data within your database tables. You’ll begin with an introduction to Data to Data Manipulation Language (DML) that covers the INSERT, UPDATE, and DELETE statements. You’ll use these three statements most often, and they are the next most common three to use following the SELECT statement that has been covered earlier in this series. Watching the video, you’ll learn how to use these three statements to insert new data into your database to tables, and to update data in place without having to bring it down to the client and push it back and forth network. You’ll also learn to delete data when it’s no longer needed. Also covered in the video is the MERGE statement. You’ll learn how this little used but very useful statement works to make extract, transform, load (ETL) processes much more streamlined. You’ll learn to throw large numbers of rows at your database, letting the MERGE statement sort out which rows represent new data to be inserted, and which represent updates to existing data. You’ll be able to write cleaner load processes for data warehouses, data marts, and other reporting statements using your knowledge of MERGE. You’ll also learn some fast ways to delete data from database tables. In addition to DELETE, you’ll learn about DROP and TRUNCATE. These statements provide you with options for quickly deleting data. Each has their best use, and this video helps you to make the correct choices and avoid unwanted downtime in your production database environments. Finally, you’ll learn about identity columns and sequences, using them to generate primary keys to uniquely identify new rows of data that you are storing in your database tables. Throughout this video you’ll learn the gamut of data manipulation statements that SQL Server places at your disposal, and when each is best applied. What You Will Learn Add data to your database using INSERT and MERGE statements Update data in place without sending it back and forth over the network Choose correctly from three possible ways of removing unwanted data Streamline ETL process used to load data marts and data warehouses Automatically generate primary keys to uniquely identify new records Who This Video Is For For business analysts, developers, and others whose career will benefit from a knowledge of the SQL language for accessing Microsoft SQL Server databases and manipulating the data they contain.
    Note: Online resource; Title from title screen (viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Expert guidance on the art and science of driving secure behaviors Transformational Security Awareness empowers security leaders with the information and resources they need to assemble and deliver effective world-class security awareness programs that drive secure behaviors and culture change. When all other processes, controls, and technologies fail, humans are your last line of defense. But, how can you prepare them? Frustrated with ineffective training paradigms, most security leaders know that there must be a better way. A way that engages users, shapes behaviors, and fosters an organizational culture that encourages and reinforces security-related values. The good news is that there is hope. That’s what Transformational Security Awareness is all about. Author Perry Carpenter weaves together insights and best practices from experts in communication, persuasion, psychology, behavioral economics, organizational culture management, employee engagement, and storytelling to create a multidisciplinary masterpiece that transcends traditional security education and sets you on the path to make a lasting impact in your organization. Find out what you need to know about marketing, communication, behavior science, and culture management Overcome the knowledge-intention-behavior gap Optimize your program to work with the realities of human nature Use simulations, games, surveys, and leverage new trends like escape rooms to teach security awareness Put effective training together into a well-crafted campaign with ambassadors Understand the keys to sustained success and ongoing culture change Measure your success and establish continuous improvements Do you care more about what your employees know or what they do ? It's time to transform the way we think about security awareness. If your organization is stuck in a security awareness rut, using the same ineffective strategies, materials, and information that might check a compliance box but still leaves your organization wide open to phishing, social engineering, and security-related employee mistakes and oversights, then you NEED this book.
    Note: Online resource; Title from title page (viewed May 21, 2019)
    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...