Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • 2015-2019  (2,219)
  • 1975-1979
  • Safari, an O’Reilly Media Company  (1,833)
  • Safari, an O'Reilly Media Company.  (386)
  • Electronic books ; local  (2,219)
Datasource
Material
Language
Years
Year
Subjects(RVK)
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Productivity Press | Boston, MA : Safari
    ISBN: 9781000056488
    Language: English
    Pages: 1 online resource (176 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: In this classic text, Taiichi Ohno--inventor of the Toyota Production System and Lean manufacturing--shares the genius that sets him apart as one of the most disciplined and creative thinkers of our time. Combining his candid insights with a rigorous analysis of Toyota's attempts at Lean production, Ohno's book explains how Lean principles can improve any production endeavor. A historical and philosophical description of just-in-time and Lean manufacturing, this work is a must read for all students of human progress. On a more practical level, it continues to provide inspiration and instruction for those seeking to improve efficiency through the elimination of waste.
    Note: Online resource; Title from title page (viewed December 17, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic Bookshelf | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (248 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Estimating software development often produces more angst than value, but it doesn't have to. Identify the needs behind estimate requests and determine how to meet those needs simply and easily. Choose estimation techniques based on current needs and available information, gaining benefit while reducing cost and effort. Detect bad assumptions that might sink your project if you don't adjust your plans. Discover what to do when an estimate is wrong, how to recover, and how to use that knowledge for future planning. Learn to communicate about estimates in a healthy and productive way, maximizing advantage to the organization and minimizing damage to the people. In a world where most developers hate estimation and most managers fear disappointment with the results, there is hope for both. It requires giving up some widely held misconceptions. Let go of the notion that "an estimate is an estimate" and estimate for the particular need you, and your organization, have. Realize that estimates have a limited shelf-life, and reestimate frequently if it's important. When reality differs from your estimate, don't lament; mine that disappointment for the gold that can be the longer-term jackpot. Estimate in comparison to past experience, by modeling the work mathematically, or a hybrid of both. Learn strategies for effective decomposition of work and aspects of the work that likely affect your estimates. Hedge your bets by comparing the results of different approaches. Find out what to do when an estimate proves wrong. And they will. They're estimates, after all. You'll discover that you can use estimates to warn you of danger so you can take appropriate action in time. Learn some crucial techniques to understand and communicate with those who need to understand. Address both the technical and sociological aspects of estimation, and you'll help your organization achieve its desired goals with less drama and more benefit. What You Need: No software needed, just your past experience and concern for the outcomes.
    Note: Online resource; Title from title page (viewed December 19, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic Bookshelf | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (358 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Don't accept the compromise between fast and beautiful: you can have it all. Phoenix creator Chris McCord, Elixir creator Jose Valim, and award-winning author Bruce Tate walk you through building an application that's fast and reliable. At every step, you'll learn from the Phoenix creators not just what to do, but why. Packed with insider insights and completely updated for Phoenix 1.4, this definitive guide will be your constant companion in your journey from Phoenix novice to expert, as you build the next generation of web applications. Phoenix is the long-awaited web framework based on Elixir, the highly concurrent language that combines a beautiful syntax with rich metaprogramming. The best way to learn Phoenix is to code, and you'll get to attack some interesting problems. Start working with controllers, views, and templates within the first few pages. Build an in-memory context, and then back it with an Ecto database layer, complete with changesets and constraints that keep readers informed and your database integrity intact. Craft your own interactive application based on the channels API for the real-time applications that this ecosystem made famous. Write your own authentication plugs, and use the OTP layer for supervised services. Organize code with modular umbrella projects. This edition is fully updated for Phoenix 1.4, with a new chapter on using Channel Presence to find out who's connected, even on a distributed application. Use the new generators and the new ExUnit features to organize tests and make Ecto tests concurrent. This is a book by developers and for developers, and we know how to help you ramp up quickly. Any book can tell you what to do. When you've finished this one, you'll also know why to do it. What You Need: To work through this book, you will need a computer capable of running Erlang 18 or higher, Elixir 1.5 or higher, and Phoenix 1.4 or higher. A rudimentary knowledge of Elixir is also highly recommended.
    Note: Online resource; Title from title page (viewed October 2, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (484 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Troubleshoot query performance issues, identify anti-patterns in code, and write efficient T-SQL queries Key Features Discover T-SQL functionalities and services that help you interact with relational databases Understand the roles, tasks, and responsibilities of a T-SQL developer Explore solutions for carrying out database querying tasks, database administration, and troubleshooting Book Description Transact-SQL (T-SQL) is Microsoft's proprietary extension to the SQL language that is used with Microsoft SQL Server and Azure SQL Database. This book will be a useful guide to learning the art of writing efficient T-SQL code in modern SQL Server versions as well as the Azure SQL Database. The book will get you started with query processing fundamentals to help you write powerful, performant T-SQL queries. You will then focus on query execution plans and leverage them for troubleshooting. In later chapters, you will explain how to identify various T-SQL patterns and anti-patterns. This will help you analyze execution plans to gain insights into current performance, and determine whether or not a query is scalable. You will also build diagnostic queries using dynamic management views (DMVs) and dynamic management functions (DMFs) to address various challenges in T-SQL execution. Next, you will work with the built-in tools of SQL Server to shorten the time taken to address query performance and scalability issues. In the concluding chapters, the book will guide you through implementing various features, such as Extended Events, Query Store, and Query Tuning Assistant, using hands-on examples. By the end of this book, you will have developed the skills to determine query performance bottlenecks, avoid pitfalls, and discover the anti-patterns in use. Foreword by Conor Cunningham, Partner Architect - SQL Server and Azure SQL - Microsoft What you will learn Use Query Store to understand and easily change query performance Recognize and eliminate bottlenecks that lead to slow performance Deploy quick fixes and long-term solutions to improve query performance Implement best practices to minimize performance risk using T-SQL Achieve optimal performance by ensuring careful query and index design Use the latest performance optimization features in SQL Server 2017 and SQL Server 2019 Protect query performance during upgrades to newer versions of SQL Server Who this book is for This book is for database administrators, database developers, data analysts, data ...
    Note: Online resource; Title from title page (viewed May 3, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (312 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Enhance your programming skills to build exciting robotic projects Key Features Build an intelligent robot that can detect and avoid obstacles and respond to voice commands Detect and track objects and faces using OpenCV Control your robot with a GUI button designed using Qt5 Book Description C++ is one of the most popular legacy programming languages for robotics, and a combination of C++ and robotics hardware is used in many leading industries. This book will bridge the gap between Raspberry Pi and C/C++ programming and enable you to develop applications for Raspberry Pi. You'll even be able to implement C programs in Raspberry Pi with the WiringPi library. The book will guide you through developing a fully functional car robot and writing programs to move it in different directions. You'll then create an obstacle-avoiding robot using an ultrasonic sensor. In addition to this, you'll find out how to control the robot wirelessly using your PC or Mac. This book will also help you work with object detection and tracking using OpenCV, and guide you through exploring face detection techniques. Finally, you will create an Android app and control the robot wirelessly with an Android smartphone. By the end of this book, you will have gained experience in developing a robot using Raspberry Pi and C/C++ programming. What you will learn Install software on a Raspberry Pi compatible with C++ programming Program the Raspberry Pi in C++ to run a motor Control a Raspberry Pi-powered robot wirelessly with your laptop or PC Program a Raspberry Pi camera using OpenCV Control a Raspberry Pi robot with voice commands Implement face and object detection with Raspberry Pi Who this book is for This book is for developers, programmers, and robotics enthusiasts interested in leveraging C++ to build exciting robotics applications. Prior knowledge of C++ is necessary to understand the projects covered in this book.
    Note: Online resource; Title from title page (viewed March 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (612 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore the world of neural networks by building powerful deep learning models using the R ecosystem Key Features Get to grips with the fundamentals of deep learning and neural networks Use R 3.5 and its libraries and APIs to build deep learning models for computer vision and text processing Implement effective deep learning systems in R with the help of end-to-end projects Book Description Deep learning has a range of practical applications in several domains, while R is the preferred language for designing and deploying deep learning models. This Learning Path introduces you to the basics of deep learning and even teaches you to build a neural network model from scratch. As you make your way through the chapters, you'll explore deep learning libraries and understand how to create deep learning models for a variety of challenges, right from anomaly detection to recommendation systems. The Learning Path will then help you cover advanced topics, such as generative adversarial networks (GANs), transfer learning, and large-scale deep learning in the cloud, in addition to model optimization, overfitting, and data augmentation. Through real-world projects, you'll also get up to speed with training convolutional neural networks (CNNs), recurrent neural networks (RNNs), and long short-term memory networks (LSTMs) in R. By the end of this Learning Path, you'll be well-versed with deep learning and have the skills you need to implement a number of deep learning concepts in your research work or projects. What you will learn Implement credit card fraud detection with autoencoders Train neural networks to perform handwritten digit recognition using MXNet Reconstruct images using variational autoencoders Explore the applications of autoencoder neural networks in clustering and dimensionality reduction Create natural language processing (NLP) models using Keras and TensorFlow in R Prevent models from overfitting the data to improve generalizability Build shallow neural network prediction models Who this book is for This Learning Path is for aspiring data scientists, data analysts, machine learning developers, and deep learning enthusiasts who are well versed in machine learning concepts and are looking to explore the deep learning paradigm using R. A fundamental understanding of R programming and familiarity with the basic concepts of deep learning are necessary to get the most out of this Learning Path.
    Note: Online resource; Title from title page (viewed May 20, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An entertaining, informative, and eminently useful guide that draws on psychology, data, and real-world experience to explain what really drives successful fundraising. In The Forgotten Foundations of Fundraising , Jeremy Beer and Jeff Cain, cofounders of American Philanthropic, a leading consulting firm for nonprofit organizations, offer practical lessons and unconventional wisdom for both nonprofit leaders and novices in the art and science of raising money. Drawing upon a wealth of experience, deploying an army of anecdotes, and using eye-opening American Philanthropic survey data, the authors provide a brisk, irreverent, and supremely useful introduction to fundraising for charities and nonprofits. The book explains the hows and whys of a variety of fundraising techniques, from direct mail to planned giving programs. It explores the benefits and pitfalls of prospect research, the keys to donor retention, and the essential elements of a healthy nonprofit culture. It gives insightful advice on making personal meetings count, soliciting foundations, and training young fundraisers. And it does so with sprightly prose and sharp observations. You'll never read another fundraising book quite like this one. Expertly deflating the pretensions of those who would make fundraising a bureaucratic and esoteric profession, Beer and Cain elucidate the practical knowledge and relationship skills that still matter more than anything else. They make an impassioned plea for the importance of civil society to American democracy and build a compelling case for fundraising as an honorable component of a healthy civic culture. Philanthropy is not about bottom lines and return on investment-successful fundraisers provide a platform for donors to affirm their ideals, values, and morals. Fundraising is serious, but learning about it needn't be a chore. The Forgotten Foundations of Fundraising is at once eminently practical and absolutely delightful.
    Note: Online resource; Title from title page (viewed March 19, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (214 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Information in all its forms is at the heart of the economic intelligence process. It is also a powerful vector of innovation and, more than ever, a balance between economic and societal forces. That is why a large part of Strategic Intelligence for the Future 2 analyzes the various aspects of information, from traditional processing and research to the psychological and epigenetic aspects of its development. This leads to a new vision of its integration into organizations. In addition, new technologies offer extensive access to information, including social networks which are critically analyzed here. In a complex world where geopolitics and the new concept of information warfare are becoming increasingly important, it becomes imperative to better apprehend and understand our environment, in order to develop critical thinking that will reinforce the different global aspects of security in economic intelligence.
    Note: Online resource; Title from title page (viewed April 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (448 pages)
    Edition: 5th edition
    Keywords: Electronic books ; local
    Abstract: Your quick guide to using QuickBooks Online Searching for a cloud-based solution for your small business' accounting needs? Master the fundamentals of QuickBooks Online-the world's most popular software for fast and easy mobile accounting! QuickBooks Online brings this popular accounting software to your browser for a monthly fee, allowing you access to its tools from any device with an Internet connection. From generating financial reports to simplifying tax preparation to tracking business finances, QuickBooks Online For Dummies covers it all! Handle your financial and business management tasks more effectively Get the most out of QuickBooks' features Create invoices and memos with ease Pay bills, prepare payroll, and record sales receipts If you use QuickBooks Online-or want to implement it-this new edition gets you up and running fast.
    Note: Online resource; Title from title page (viewed June 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (432 pages)
    Edition: 10th edition
    Keywords: Electronic books ; local
    Abstract: Build a winning portfolio-and reduce your risk-with this bestselling guide Online investing has never been easier-or more potentially confusing. Now that every broker or finance site has its own app, data, or approach, it can be all too easy to be misled and make a bad decision. Online Investing for Dummies helps you reduce risk and separate the gimmicks from the gold, pointing investors of all experience levels to the pro-tips, calculators, databases, useful sites, and peer communities that will lead to success. Updated to include information on mobile trading and the influence of social media on the markets, the book also covers the basics-showing you how to figure out how much to invest, find data online, and pick an online broker. It then progresses through to more advanced topics, such as calculating returns, selecting mutual funds, buying bonds, options, commodities, and IPOs, taking you and your money wherever you want to go in the global market. Set expectations and assess your risk Analyze stocks and financial statements Assemble the suite of tools to calculate your performance Get tips on choosing the right online broker and on protecting your information online It's time to get a pro strategy, and Online Investing for Dummies has all the inside information you need to build up that winning portfolio.
    Note: Online resource; Title from title page (viewed August 27, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The corporate start-up incubator is currently developing in large companies as an essential approach to open innovation. It faces a global system involving varied contexts, issues and actors. Its implementation is an art and to succeed the corporate incubator must become a real "interaction architect". Using testimonials and real case studies, the author takes a dive into the structural and social mysteries of corporate incubators. By analyzing the complex mechanisms of interactions, this book decrypts and reveals the keys to the success of these devices and to opening innovation in a broad sense. The concept of an "interaction architect" is related to the art of building fruitful interactions within human systems. Being aware that social systems exist is good, but knowing how to manage them is better.
    Note: Online resource; Title from title page (viewed April 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282339
    Language: English
    Pages: 1 online resource (56 pages)
    Edition: 1st edition
    Keywords: Apple's Notes (Application software) ; Note-taking ; Electronic books ; local ; Prise de notes ; COMPUTERS ; Software Development & Engineering ; Quality Assurance & Testing ; Note-taking
    Abstract: Apple's Notes has come a long way since it was first introduced with the iPhone as a simple note-taking app, but many users are still unaware of its expanded capabilities. Now available on Macs, on iOS/iPadOS devices, and on the web at iCloud.com, Notes has become a surprisingly powerful tool for writing, sketching, organizing, and sharing information of all kinds. In Take Control of Notes , TidBITS Managing Editor Josh Centers provides a quick but thorough guide to this deceptively simple app, showing you how to master its many tools-and avoid or work around its limitations. Among many other things, you'll learn how to: Choose where to stores notes (iCloud, IMAP, or a device) and whether or how they sync Import notes from other apps and services Apply and modify character-level and paragraph-level formatting in a note Make lists (including checklists and lists with multiple levels of indentation) Work with tables in notes Encrypt notes with a password Add photos, videos, audio, maps, and other content to your notes Scan printed documents into Notes and save them as PDF attachments Draw and sketch using your finger or an Apple Pencil Share notes with other users Organize your notes into folders and search their contents
    Note: Online resource; Title from title page (viewed October 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (452 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore the capabilities of GPUs for solving high performance computational problems Key Features Understand effective synchronization strategies for faster processing using GPUs Write parallel processing scripts with PyCuda and PyOpenCL Learn to use CUDA libraries such as CuDNN for deep learning on GPUs Book Description GPUs are proving to be excellent general purpose-parallel computing solutions for high-performance tasks such as deep learning and scientific computing. This book will be your guide to getting started with GPU computing. It begins by introducing GPU computing and explaining the GPU architecture and programming models. You will learn, by example, how to perform GPU programming with Python, and look at using integrations such as PyCUDA, PyOpenCL, CuPy, and Numba with Anaconda for various tasks such as machine learning and data mining. In addition to this, you will get to grips with GPU workflows, management, and deployment using modern containerization solutions. Toward the end of the book, you will get familiar with the principles of distributed computing for training machine learning models and enhancing efficiency and performance. By the end of this book, you will be able to set up a GPU ecosystem for running complex applications and data models that demand great processing capabilities, and be able to efficiently manage memory to compute your application effectively and quickly. What you will learn Utilize Python libraries and frameworks for GPU acceleration Set up a GPU-enabled programmable machine learning environment on your system with Anaconda Deploy your machine learning system on cloud containers with illustrated examples Explore PyCUDA and PyOpenCL and compare them with platforms such as CUDA, OpenCL, and ROCm. Perform data mining tasks with machine learning models on GPUs Extend your knowledge of GPU computing in scientific applications Who this book is for Data scientists, machine learning enthusiasts, or professionals who want to get started with GPU computation and perform the complex tasks with low-latency will find this book useful. Intermediate knowledge of Python programming is assumed.
    Note: Online resource; Title from title page (viewed May 14, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (590 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore distributed ledger technology, decentralization, and smart contracts, and develop real-time decentralized applications with Ethereum and Solidity Key Features Get to grips with the underlying technical principles and implementations of blockchain Build powerful applications using Ethereum to secure transactions and create smart contracts Gain advanced insights into cryptography and cryptocurrencies Book Description Blockchain technology is a distributed ledger with applications in industries such as finance, government, and media. This Learning Path is your guide to building blockchain networks using Ethereum, JavaScript, and Solidity. You will get started by understanding the technical foundations of blockchain technology, including distributed systems, cryptography and how this digital ledger keeps data secure. Further into the chapters, you'll gain insights into developing applications using Ethereum and Hyperledger. As you build on your knowledge of Ether security, mining, smart contracts, and Solidity, you'll learn how to create robust and secure applications that run exactly as programmed without being affected by fraud, censorship, or third-party interference. Toward the concluding chapters, you'll explore how blockchain solutions can be implemented in applications such as IoT apps, in addition to its use in currencies. This Learning Path also highlights how you can increase blockchain scalability, and discusses the future scope of this fascinating and powerful technology. By the end of this Learning Path, you'll be equipped with the skills you need to tackle pain points encountered in the blockchain life cycle and confidently design and deploy decentralized applications. What you will learn Understand why decentralized applications are important Discover the mechanisms behind bitcoin and alternative cryptocurrencies Master how cryptography is used to secure data with the help of examples Maintain, monitor, and manage your blockchain solutions Create Ethereum wallets Explore research topics and the future scope of blockchain technology Who this book is for This Learning Path is designed for blockchain developers who want to build decentralized applications and smart contracts from scratch using Hyperledger. Basic familiarity with any programming language will be useful to get started with this Learning Path.
    Note: Online resource; Title from title page (viewed May 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (664 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Master an array of machine learning techniques with real-world projects that interface TensorFlow with R, H2O, MXNet, and other languages Key Features Gain expertise in machine learning, deep learning, and predictive modeling techniques Build intelligent end-to-end projects for finance, social media, and a variety of other domains Implement multi-class classification, regression, and clustering in your models Book Description R is one of the most popular languages when it comes to exploring the mathematical side of machine learning and easily performing computational statistics. This Learning Path shows you how to leverage the R ecosystem to build efficient machine learning applications that carry out intelligent tasks within your organization. You'll work through realistic projects such as building powerful machine learning models with ensembles to predict employee attrition. Next, you'll explore different clustering techniques to segment customers using wholesale data and even apply TensorFlow and Keras-R for performing advanced computations. Each chapter will help you implement advanced machine learning algorithms using real-world examples. You'll also be introduced to reinforcement learning along with its use cases and models. Finally, this Learning Path will provide you with a glimpse into how some of these black box models can be diagnosed and understood. By the end of this Learning Path, you'll be equipped with the skills you need to deploy machine learning techniques in your own projects. What you will learn Develop a joke recommendation engine to show jokes that match users' tastes Build autoencoders for credit card fraud detection Work with image recognition and convolutional neural networks Make predictions for casino slot machines using reinforcement learning Implement natural language processing (NLP) techniques for sentiment analysis and customer segmentation Produce simple and effective data visualizations for improved insights Use NLP to extract insights for text Implement tree-based classifiers including random forest and boosted tree Who this book is for If you're a data analyst, data scientist, or machine learning developer who wants to master machine learning techniques using R, this is an ideal Learning Path for you. Each project will help you test your skills in implementing machine learning algorithms and techniques. A basic understanding of machine learning and working knowledge of R programming is necessary to get the ...
    Note: Online resource; Title from title page (viewed May 20, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (576 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The essential not-for-profit GAAP reference, updated with the latest standards Wiley Not-for-Profit GAAP 2019 is the essential accounting resource for not-for-profit organizations, providing quick access to the most up-to-date standards and practical tools for implementation. Designed help you find the answers you need quickly and easily, this guide features helpful visual aids alongside detailed explanations tailored to the not-for-profit sector. Authoritative discussion covers Financial Accounting Standards Board (FASB) Accounting Standards Codification, which includes the standards originally issued in the Statements, Interpretations and Technical Bulletins; Accounting Principles Board Opinions, Accounting Research Bulletins, AICPA Statements of Position and FASB Emerging Issues Task Force statements relevant to the not-for-profit organization. The unique characteristics of the not-for-profit organization demand adherence to specific GAAP; auditors and preparers must understand these standards, stay up-to-date as they continue to evolve and know how to apply them in the course of real-world financial statement preparation. This book provides the guidance you need in a user-friendly format. Get up to date on the latest changes to GAAP affecting not-for-profit organizations Reference authoritative standards for measurement, presentation and disclosure Consult flowcharts, diagrams and charts to find answers at a glance Double-check disclosures against a checklist of GAAP requirements Accounting standards are constantly changing, and the special requirements targeting not-for-profits add an additional challenge to full compliance. Instead of wading through dozens of volumes of official pronouncements to locate relevant information, consult an all-in-one resource targeted specifically to not-for-profit GAAP - one that is updated annually to bring you the most current information available. Wiley Not-for-Profit GAAP 2019 provides clear answers and practical guidance to help you streamline GAAP implementation and ensure compliance.
    Note: Online resource; Title from title page (viewed September 11, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Focal Press | Boston, MA : Safari
    ISBN: 9781351016414
    Language: English
    Pages: 1 online resource (396 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The Game Audio Strategy Guide is a comprehensive text designed to turn both novices and experienced audio designers into technical game audio pros. Providing both a theoretical foundation and practical insights, The Game Audio Strategy Guide offers a thorough look at the tools and methods needed to create industry-quality music and sound design for games. The text is supported by an extensive companion website, featuring numerous practical tutorials and exercises, which allows the reader to gain hands-on experience creating and implementing audio assets for games. The Game Audio Strategy Guide is the essential manual for anyone interested in creating audio for games, inside or outside the classroom.
    Note: Online resource; Title from title page (viewed December 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Sustainable Enterprise Performance details a method for evaluating an enterprise's readiness and progress toward sustainable performance through a comprehensive set of qualitative and quantitative indicators. These indicators cover enterprise strategy for meeting both the impact of the enterprise within the framework of corporate social responsibility and the expectations of stakeholders, evolving and monitoring the product and service offerings and business processes. The second half of the book focuses more closely on fundamental determinants of performance, such as digital transformation and artificial intelligence, corporate culture, ethics and compliance, branding and e-reputation and best-practice Lean management, and provides practical measures against which companies may assess the maturity of their sustainable performance.
    Note: Online resource; Title from title page (viewed July 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson | Boston, MA : Safari
    ISBN: 9780135404799
    Language: English
    Pages: 1 online resource (528 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book. For introductory-level Python programming and/or data-science courses. A groundbreaking, flexible approach to computer science and data science The Deitels' Introduction to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and the Cloud offers a unique approach to teaching introductory Python programming, appropriate for both computer-science and data-science audiences. Providing the most current coverage of topics and applications, the book is paired with extensive traditional supplements as well as Jupyter Notebooks supplements. Real-world datasets and artificial-intelligence technologies allow students to work on projects making a difference in business, industry, government and academia. Hundreds of examples, exercises, projects (EEPs), and implementation case studies give students an engaging, challenging and entertaining introduction to Python programming and hands-on data science. The book's modular architecture enables instructors to conveniently adapt the text to a wide range of computer-science and data-science courses offered to audiences drawn from many majors. Computer-science instructors can integrate as much or as little data-science and artificial-intelligence topics as they'd like, and data-science instructors can integrate as much or as little Python as they'd like. The book aligns with the latest ACM/IEEE CS-and-related computing curriculum initiatives and with the Data Science Undergraduate Curriculum Proposal sponsored by the National Science Foundation.
    Note: Online resource; Title from title page (viewed May 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This monograph studies the relationships between fractional Brownian motion (fBm) and other processes of more simple form. In particular, this book solves the problem of the projection of fBm onto the space of Gaussian martingales that can be represented as Wiener integrals with respect to a Wiener process. It is proved that there exists a unique martingale closest to fBm in the uniform integral norm. Numerical results concerning the approximation problem are given. The upper bounds of distances from fBm to the different subspaces of Gaussian martingales are evaluated and the numerical calculations are involved. The approximations of fBm by a uniformly convergent series of Lebesgue integrals, semimartingales and absolutely continuous processes are presented. As auxiliary but interesting results, the bounds from below and from above for the coefficient appearing in the representation of fBm via the Wiener process are established and some new inequalities for Gamma functions, and even for trigonometric functions, are obtained.
    Note: Online resource; Title from title page (viewed April 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (456 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A wide-ranging exploration of the science and practice of food frying Frying is one of the world's most popular methods of food preparation. Whether using oils or fats, it is valued for the particular flavors and textures it can bring, and represents a multibillion-dollar sector of the global economy. Food Frying: Chemistry, Biochemistry and Safety explores this important cooking technique in its scientific dimensions, charting the relationships between the chemical reactions produced during frying, the changes in food quality that these engender, and associated digestive and health-related issues. By outlining these connections, the author provides an aid to a safer, healthier approach to food frying. Topics covered range from culturally specific forms of frying to detailed analyses of the chemical and biochemical processes involved in its practice. Delivering these insights in a practical and easy-to-follow manner, this unique text includes: A complete survey of food frying, encompassing cultural, chemical, biochemical, and toxicological concerns Guidance on the accurate assessment of health, quality, and safety issues associated with food frying Coverage of the latest technologies and methods involved with frying Information on the possible future development of fried foods Food Frying: Chemistry, Biochemistry and Safety is an invaluable resource for all those who work with fried foods, whether they be food industry professionals, food scientists, or workers in the oil and fat industries.
    Note: Online resource; Title from title page (viewed March 18, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (248 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cyber threats are ever increasing. Adversaries are getting more sophisticated and cyber criminals are infiltrating companies in a variety of sectors. In today's landscape, organizations need to acquire and develop effective security tools and mechanisms - not only to keep up with cyber criminals, but also to stay one step ahead. Cyber-Vigilance and Digital Trust develops cyber security disciplines that serve this double objective, dealing with cyber security threats in a unique way. Specifically, the book reviews recent advances in cyber threat intelligence, trust management and risk analysis, and gives a formal and technical approach based on a data tainting mechanism to avoid data leakage in Android systems
    Note: Online resource; Title from title page (viewed July 30, 2019) , 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] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Over the last 30 years, the pace of innovation has exploded while available resources have become increasingly scarce. Open Innovation is the solution, with client-supplier relationships being the main expedient. However, collaborating in innovation is full of obstacles, from uncertainties in innovation as a whole to difficulties with managing a business relationship. Co-innovation Dynamics, based on a deep-dive ethnographic inquiry enlightened by state-of-the-art management research, presents the daily life story of a collaborative innovation project. Also, based on two other qualitative and quantitative studies on co-innovation management, this book offers lessons and tips on how to manage the dynamics of collaborative innovation in the client-supplier relationship.
    Note: Online resource; Title from title page (viewed July 30, 2019) , 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] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (326 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Digital transformation is shaping a new landscape for businesses and their customers. For marketing professionals, advancing technology (artificial intelligence, robots, chatbots, etc.) and the explosion of personal data available present great opportunities to offer customers experiences that are ever richer, more fluid and more connected. For customers, this ecosystem is synonymous with new roles. They are more autonomous and have power alongside the company: they influence, innovate, punish and more. These developments push companies to implement new customer strategies. It is in this context, marked by pitfalls and paradoxes, that the authors of this book reflect on the customer relationship, what it has become and what it will be tomorrow. The book provides practitioners, teacher-researchers and Master's students with a state of the art and a prospective vision of customer relations in a digital world. It is aimed at those who want to gain an up-to-date understanding of the field and find all the keys needed to project themselves into the future.
    Note: Online resource; Title from title page (viewed July 30, 2019) , 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] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (440 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Gain a holistic view of agricultural (re)insurance and capital market risk transfer Increasing agricultural production and food security remain key challenges for mankind. In order to meet global food demand, the Food and Agriculture Organisation estimates that production has to increase by 50% by 2050 and requires large investments. Agricultural insurance and financial instruments have been an integral part to advancing productivity and are becoming more important in increasingly globalized and specialized agricultural supply chains in the wake of potentially more frequent and severe natural disasters in today's key producing markets. Underwriting, pricing and transferring agricultural risks is complex and requires a solid understanding of the production system, exposure, perils and the most suitable products, which vastly differ among developed and developing markets. In the last decade, new insurance schemes in emerging agricultural markets have greatly contributed to the large growth of the industry from a premium volume of US$10.1 billion (2006) to US$30.7 billion (2017). This growth is bound to continue as insurance penetration and exposure increase and new schemes are being developed. Agricultural (re)insurance has become a cornerstone of sovereign disaster risk financing frameworks. Agricultural Risk Transfer introduces the main concepts of agricultural (re)insurance and capital market risk transfer that are discussed through industry case studies. It also discusses best industry practices for all main insurance products for crop, livestock, aquaculture and forestry risks including risk assessment, underwriting, pricing, modelling and loss adjustment. Describes agricultural production risks and risk management approaches Covers risk transfer of production and financial risks through insurance and financial instruments Introduces modelling concepts for the main perils and key data sources that support risk transfer through indemnity- and index-based products Describes risk pricing and underwriting approaches for crop, livestock, aquaculture and forestry exposure in developed and developing agricultural systems Become familiar with risk transfer concepts to reinsurance and capital markets Get to know the current market landscape and main risk transfer products for individual producers, agribusinesses and governments through theory and comprehensive industry case studies Through Agricultural Risk Transfer , you'll gain a holistic view of ...
    Note: Online resource; Title from title page (viewed March 25, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get ready to qualify for the security industry job of your dreams The Securities Industry Essentials (SIE) Exam is a new test administered by FINRA beginning in October 2018. This exam is required as a prerequisite to each series level knowledge exam (such as Series 7). If you're prepping for the exam, you need a trusted resource to ensure your very best performance. Securities Industry Essentials Exam For Dummies with Online Practice gives you everything you need to score high on this important exam. With two practice tests in the book, plus two bonus tests online, you can practice your way to a calm and confident experience on exam day. Take 4 full-length practice tests with answers and full explanations Get 1-year access to practice and tests online Find strategies and tips for breaking into the securities industry Increase your chances of scoring higher SIE scores are expected to be a critical factor in determining qualification to enter the securities industry, so the stakes are high. With the help of this book, you'll up your chances of breaking into this field and landing your dream job.
    Note: Online resource; Title from title page (viewed January 7, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The bestselling guide to your new Samsung This book documents all the features and capabilities of Samsung Galaxy S10 device, approaching them from the point of view of a user who is intimidated by the technology and baffled by the documentation and online support that comes with the phones. All aspects of the suite of devices are covered, from setup and configuration, to extensive use of the phone features and capabilities: texting, e-mailing, accessing the Internet, maps, navigation, camera and video, social networking, taking pictures, watching movies, downloading apps, synching with a PC, and expanding the phone's potential with new software releases. The accessible and fun writing style provides clear direction and doesn't hinder the book's important content and coverage. Readers will keep this book close by, referring to it often as they explore the features of their new Samsung Galaxy S10 smartphone. Navigate your phone Use mobile data technology Send and receive messages Have fun with apps If you're baffled by the documentation and online support that comes with your phone, your solution is here!
    Note: Online resource; Title from title page (viewed May 29, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    ISBN: 9781119527503
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Your guide to the functional programming paradigm Functional programming mainly sees use in math computations, including those used in Artificial Intelligence and gaming. This programming paradigm makes algorithms used for math calculations easier to understand and provides a concise method of coding algorithms by people who aren't developers. Current books on the market have a significant learning curve because they're written for developers, by developers-until now. Functional Programming for Dummies explores the differences between the pure (as represented by the Haskell language) and impure (as represented by the Python language) approaches to functional programming for readers just like you. The pure approach is best suited to researchers who have no desire to create production code but do need to test algorithms fully and demonstrate their usefulness to peers. The impure approach is best suited to production environments because it's possible to mix coding paradigms in a single application to produce a result more quickly. Functional Programming For Dummies uses this two-pronged approach to give you an all-in-one approach to a coding methodology that can otherwise be hard to grasp. Learn pure and impure when it comes to coding Dive into the processes that most functional programmers use to derive, analyze and prove the worth of algorithms Benefit from examples that are provided in both Python and Haskell Glean the expertise of an expert author who has written some of the market-leading programming books to date If you're ready to massage data to understand how things work in new ways, you've come to the right place!
    Note: Online resource; Title from title page (viewed February 6, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282247
    Language: English
    Pages: 1 online resource (123 pages)
    Edition: 1st edition
    DDC: 004.1675068
    Keywords: Computer networks ; Computer network protocols ; Computer Communication Networks ; Electronic books ; local ; Electronic books ; Réseaux d'ordinateurs ; Protocoles de réseaux d'ordinateurs ; Computer network protocols ; Computer networks
    Abstract: Perhaps you already have a Wi-Fi network running in your home and office, but you're dissatisfied with it. Or maybe you're setting up a new house, apartment, business, or school room with Wi-Fi and need to know the basics about what to get and how to configure it. In either case, this book is for you. After over 16 years of writing regularly about Wi-Fi and answering reader questions, author Glenn Fleishman finds that the same issues still crop up: How do I spend the least money to the best effect? What's the best place to put my Wi-Fi gateways? How can I get both high throughput (speed) on my network and solid coverage across everywhere I want to use Wi-Fi? What can I do to secure my network against outsiders near my house and elsewhere on the internet? How do I add networked hard drives and printers? Interference is slowing my network; what can I do to reduce it? What's the best way to extend my network to a garage, yard, or nearby building? This book answers those questions in depth, as well as many others related to Wi-Fi, including how to set up a personal or mobile hotspot with all major operating systems, how to access computers on your network remotely, and why you should use a VPN (virtual private network). If you have any question about overhauling your network, setting up a new one, or just finally figuring out something that's never worked, this book has the answer. Covers macOS, Windows, iOS, Android, and Chrome OS.
    Note: Online resource; Title from title page (viewed October 21, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119538226 , 111953822X , 9781119538196
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 5th edition
    Parallel Title: Erscheint auch als
    DDC: 343.04
    Keywords: Tax planning ; Electronic books ; local ; Planification fiscale ; Tax planning
    Abstract: An essential, timesaving guide for accountants, lawyers, nonprofit executives and directors, consultants, and volunteers This book is an indispensable guide to navigating the complex maze of nonprofit tax rules and regulations. A clear and fully cited description of the requirements for the various categories of tax-exempt entities from public charities, private foundations, civic associations, business leagues, and social clubs to title-holding companies and governmental entities can be found. Practical guidance on potential for income tax on revenue-producing enterprises along with explanations of many exceptions to taxability is provided. Issues raised by Internet activity, advertising, publishing, providing services, and much more are explained. This useful guide covers the many significant issues facing nonprofit organizations, including compensation and possible private inurement, affiliation, separations and mergers, donor disclosures, lobbying and electioneering, and employment taxes. Offers a supplemental, annual update to keep subscribers current on relevant changes in IRS forms, requirements, and related tax procedures Includes easy-to-use checklists highlighting such critical concerns as tax-exempt eligibility, reporting to the IRS, and comprehensive tax compliance issues Features a variety of sample documents for private foundations, including penalty abatement requests and sharing space agreements Provides helpful practice aids, such as a comparison of the differences between public and private charities, charts reflecting lobbying limits for different types of entities, and listings of rulings and cases that illustrate permissible activity for each type of organizations compared to impermissible activity Filled with practical tips and suggestions for handling such critical situations as preparing for and surviving an IRS examination, Tax Planning and Compliance for Tax-Exempt Organizations, Fifth Edition provides guidance for the significant issues facing nonprofit organizations.
    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 ...
  • 31
    Language: English , Spanish
    Pages: 1 online resource (210 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: ¿Qué es la Cuarta Revolución Industrial? ¿Cómo nos va a afectar a las personas y a la sociedad, en general? ¿Cómo pueden adaptarse las empresas? Las claves de la Cuarta Revolución Industrial es un texto divulgativo escrito por cuatro expertos en disciplinas técnicas y en la repercusión de los avances tecnológicos en la sociedad actual. El libro describe las tecnologías que están transformando el mundo, su impacto en los negocios, en los sectores económicos, en el empleo, en la educación y en las personas. El libro va dirigido a los empresarios y directivos inquietos por los cambios que están aconteciendo y por cómo trasladarlos a los negocios; a los empleados, para cuidar su empleabilidad; a los educadores, que quieren saber cómo preparar a las nuevas generaciones y, en general, a cualquier persona que se pregunte cómo va a encajar en la sociedad de la Cuarta Revolución Industrial.
    Note: Online resource; Title from title page (viewed October 7, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Editions First | Boston, MA : Safari
    Language: English , French
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Entrez de plain-pied dans le monde fascinant la data science avec cet ouvrage pratique, véritable pense bête de tous les data scientists, ingénieurs ou programmeurs Vous aussi participez à la révolution qui ramène l'intelligence artificielle au coeur de notre société, grace aux data scientists. La data science consiste à traduire des problèmes de toute autre nature, en problèmes de modélisation quantitative, résolus par des algorithmes de traitement. Au programme : Les différentes versions de Python L'apprentissage non supervisé et le préprocessing Représenter les données Processus de validation Algorithmes, chaînes et pipeline Travailler avec des données de type texte Utiliser Sikit-learn
    Note: Online resource; Title from title page (viewed March 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Helion | Boston, MA : Safari
    Language: English , Polish
    Pages: 1 online resource (344 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Uczenie maszynowe jest dziś wykorzystywane w różnych dziedzinach życia: w biznesie, w polityce, w organizacjach non profit i oczywiście w nauce. Samouczące się algorytmy maszynowe stanowią wyjątkową metodę przekształcania danych w wiedzę. Powstało sporo książek wyjaśniających sposób działania tych algorytmów i prezentujących nieraz spektakularne przykłady ich wykorzystania. Do dyspozycji pozostają też narzędzia przeznaczone do tego rodzaju zastosowań, takie jak biblioteki Pythona, w tym pandas i scikit-learn. Problemem pozostaje implementacja rozwiązań codziennych problemów związanych z uczeniem maszynowym. Z tej książki najwięcej skorzystają profesjonaliści, którzy znają podstawowe koncepcje związane z uczeniem maszynowym. Osoby te potraktują ją jako przewodnik ułatwiający rozwiązywanie konkretnych problemów napotykanych podczas codziennej pracy z uczeniem maszynowym. Dzięki zawartym tu recepturom takie zadania jak wczytywanie danych, obsługa danych tekstowych i liczbowych, wybór modelu czy redukcja wymiarowości staną się o wiele łatwiejsze do wykonania. Każda receptura zawiera kod, który można wstawić do swojego programu, połączyć lub zaadaptować według potrzeb. Przedstawiono także analizy wyjaśniające poszczególne rozwiązania i ich kontekst. Z tą książką płynnie przejdziesz od rozważań teoretycznych do opracowywania działających aplikacji i praktycznego korzystania z zalet uczenia maszynowego. Receptury w tej książce dotyczą: wektorów, macierzy i tablic obsługi danych liczbowych i tekstowych, obrazów, a także związanych z datą i godziną redukcji wymiarowości za pomocą wyodrębniania i wyboru cech oceny i wyboru modelu oraz regresji liniowej i logistycznej maszyn wektorów nośnych (SVM), naiwnej klasyfikacji bayesowskiej, klasteryzacji i sieci neuronowych zapisywania i wczytywania wytrenowanych modeli Uczenie maszynowe w Pythonie - użyj sprawdzonych receptur kodu!
    Note: Online resource; Title from title page (viewed March 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Alta Books | Boston, MA : Safari
    Language: English , Portuguese
    Pages: 1 online resource (480 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Não é segredo que o mundo à sua volta está cada vez mais conectado, configurável, programável e computacional. Você pode continuar como um participante passivo ou pode apren­der a programar. Com Use a Cabeça! Aprenda a Programar você aprenderá a pensar computacionalmente e a escrever código para fazer com que qualquer coisa com um CPU faça coisas por você. Usando a linguagem de programação Python, você aprenderá os conceitos centrais da programação, além dos tópicos funda­mentais da ciência da computação, como estruturas de dados, armazenamento, abstração, recursão e modularidade.
    Note: Online resource; Title from title page (viewed January 3, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Dunod | Boston, MA : Safari
    Language: English , French
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Kubernetes a pour objectif de simplifier radicalement les tâches de création, de déploiement et de maintenance des systèmes distribués. Ce livre a été rédigé pour vous aider à atteindre de meilleurs niveaux de vitesse, de fiabilité et d'efficacité avec vos infrastructures. Les premiers chapitres décrivent les avantages de Kubernetes sans entrer dans les détails. Ils expliquent les notions de conteneurs et de développement d'applications dans des conteneurs, ainsi que la procédure de déploiement de Kubernetes. Sont ensuite expliqués : Les commandes courantes (chapitre 4). Les pods (chapitre 5). Les étiquettes et les annotations (chapitre 6). Les services (chapitre 7). Les ReplicaSets (chapitre 8). Les Daemons Sets (chapitre 9). Les jobs (chapitre 10). Les ConfigMaps et les secrets (chapitre 11). Les déploiements (chapitre 12). L'intégration du stockage (chapitre 13)
    Note: Online resource; Title from title page (viewed January 1, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Editions First | Boston, MA : Safari
    Language: English , French
    Pages: 1 online resource (500 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Un best-seller US enfin traduit en France Ce livre est destiné à éléver l'expérience de tout programmeur Java 7 et 8 à un niveau d'excellence. Rempli d'exemples de programmes mettant en oeuvre les toutes dernières APIs Java et donnant des principes de programmation afin d'optimiser l'écriture et l'exécution du code Java, il deviendra vite indispensable à tout programmeur digne de ce nom.
    Note: Online resource; Title from title page (viewed March 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Hanbit Media, Inc. | Boston, MA : Safari
    Language: English , Korean
    Pages: 1 online resource (216 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: 이 책은 쿠버네티스 기능을 최대로 활용하고 싶은 개발자와 운영자를 위한 책입니다. 쿠버네티스의 구성 방식과 작동 원리를 분석하고 주요 개념을 정리합니다. 그 후 특정 유스 케이스에 맞게 클러스터를 구축, 유지, 조정하는 관리 방법도 알아봅니다. API 서버에서 컨테이너 스케줄링과 네트워킹, 사용자 관리, 모니터링, 재해 복구, 업그레이드까지! 쿠버네티스 창시자인 브렌던 번스와 헵티오 엔지니어 크레이그 트레이시와 함께 쿠버네티스 운영을 위한 중요한 개념을 쉽고 빠르게 정리해보길 바랍니다.
    Note: Online resource; Title from title page (viewed June 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (26 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Miniservices provide a valuable middle ground between monoliths and microservices. As Nicholas Keune explains in this report, miniservices are suited for application landscapes involving data-intensive workloads that span monoliths and microservices or cross the traditional boundaries of a service context. Drawn from the work of many development teams, the report gives a model and language to data-centric system attributes so that they can be considered more proactively in the design discussion. Combining monolithic corporate or third-party systems with microservices requires a design pattern to balance both local and global aspects of the data lifecycle. The approach advocated here, called a data discourse , is both flexible and bounded by guiding principles that help bring data discussions into early architectural conversations. Using real-world experiences and use cases, the report focuses on three of the most commonly observed attributes in a miniservice: consistency, transactionality, and proximity. The examples illustrate how design discussions about data discourses lead to miniservice creation, and how miniservices help solve otherwise difficult architectural challenges. With this report, you’ll learn: What miniservices are and how they offer solutions to challenges What data discourses are and how to use them How data discourses and miniservices help shift design discussions around data
    Note: Online resource; Title from title page (viewed September 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    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 ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (424 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: A hands-on guide to using Excel in the business context First published in 2012, Using Excel for Business and Financial Modelling contains step-by-step instructions of how to solve common business problems using financial models, including downloadable Excel templates, a list of shortcuts and tons of practical tips and techniques you can apply straight away. Whilst there are many hundreds of tools, features and functions in Excel, this book focuses on the topics most relevant to finance professionals. It covers these features in detail from a practical perspective, but also puts them in context by applying them to practical examples in the real world. Learn to create financial models to help make business decisions whilst applying modelling best practice methodology, tools and techniques. • Provides the perfect mix of practice and theory • Helps you become a DIY Excel modelling specialist • Includes updates for Excel 2019/365 and Excel for Mac • May be used as an accompaniment to the author’s online and face-to-face training courses Many people are often overwhelmed by the hundreds of tools in Excel, and this book gives clarity to the ones you need to know in order to perform your job more efficiently. This book also demystifies the technical, design, logic and financial skills you need for business and financial modelling.
    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 ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484248850
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Are algorithms friend or foe? The human mind is evolutionarily designed to take shortcuts in order to survive. We jump to conclusions because our brains want to keep us safe. A majority of our biases work in our favor, such as when we feel a car speeding in our direction is dangerous and we instantly move, or when we decide not take a bite of food that appears to have gone bad. However, inherent bias negatively affects work environments and the decision-making surrounding our communities. While the creation of algorithms and machine learning attempts to eliminate bias, they are, after all, created by human beings, and thus are susceptible to what we call algorithmic bias . In Understand, Manage, and Prevent Algorithmic Bias , author Tobias Baer helps you understand where algorithmic bias comes from, how to manage it as a business user or regulator, and how data science can prevent bias from entering statistical algorithms. Baer expertly addresses some of the 100+ varieties of natural bias such as confirmation bias, stability bias, pattern-recognition bias, and many others. Algorithmic bias mirrors—and originates in—these human tendencies. Baer dives into topics as diverse as anomaly detection, hybrid model structures, and self-improving machine learning. While most writings on algorithmic bias focus on the dangers, the core of this positive, fun book points toward a path where bias is kept at bay and even eliminated. You’ll come away with managerial techniques to develop unbiased algorithms, the ability to detect bias more quickly, and knowledge to create unbiased data. Understand, Manage, and Prevent Algorithmic Bias is an innovative, timely, and important book that belongs on your shelf. Whether you are a seasoned business executive, a data scientist, or simply an enthusiast, now is a crucial time to be educated about the impact of algorithmic bias on society and take an active role in fighting bias. What You'll Learn Study the many sources of algorithmic bias, including cognitive biases in the real world, biased data, and statistical artifact Understand the risks of algorithmic biases, how to detect them, and managerial techniques to prevent or manage them Appreciate how machine learning both introduces new sources of algorithmic bias and can be a part of a solution Be familiar with specific statistical techniques a data scientist can use to detect and overcome algorithmic bias Who This Book is For Business executives of companies using al...
    Note: Online resource; Title from title page (viewed June 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Language: English
    Pages: 1 online resource (188 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redpaper™ publication is a brief overview of synergistic aspects between various VMware offerings and the IBM Spectrum™ Accelerate family, including IBM XIV® and IBM FlashSystem® A9000 and IBM FlashSystem A9000R servers. After reviewing different integration concepts and explaining general implementation aspects for attaching the IBM Spectrum Accelerate™ family to VMware ESXi deployments, the paper focuses on components that are enabled by IBM Spectrum Connect v3.4. This paper is intended for planning to use or implementing the IBM Spectrum Accelerate family of storage systems in a VMware environment.
    Note: Online resource; Title from title page (viewed February 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Career Press | Boston, MA : Safari
    ISBN: 9781632658371
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover the 24 reasons people are leaving you for competitors and how to win them back. In Why Customers Leave, popular customer experience and marketing speaker David Avrin makes a compelling case for customer experience as a bankable differentiator in an era of vast marketplace choices. The book lays out the very visible reasons for the recent shift in customer mindset and expectation, illustrates the myriad ways that companies inadvertently drive customers and prospects to competitors, and offers a multitude of creative strategies and tactics to attract and retain new prospects. In the book, David explores and articulates the disturbing new dynamic that has arisen from easy-to-find, one-click-away, at-your-fingertips options: “We have become a world of impatient, intolerant and demanding customers, and we move on quickly if inconvenienced in any way. Don’t blame the millennials! We have seen the enemy, and it is all of us.”
    Note: Online resource; Title from title page (viewed April 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (50 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Companies and their customers today often don’t focus on the same things. While a restaurant may work hard to create an exciting new menu item, diners care more about courtesy. A bank will spend thousands promoting trust while customers struggle to access their website. This report explains how service design can help your organization innovate to deliver great experiences, not just great products, by understanding your customers' needs. Service design experts Adam Lawrence, Marc Stickdorn, Markus Hormeß, and Jakob Schneider explain that service design is a mindset, a process, a toolset, and a cross-disciplinary language. You’ll learn how cross-functional teams can create and orchestrate great customer or employee experiences that satisfy the requirements of the business, the user, and other stakeholders. This report explores how: Service design applies to physical and digital products as well as services Today’s informed customers have created a new challenge for businesses Service design is similar to design thinking and compatible with Agile and Lean Designers can promote low-risk progress through iterative prototyping Lightweight, iterative research can keep teams from solving the wrong problem This approach offers a common language for cross-silo collaboration
    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 ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Career Press | Boston, MA : Safari
    ISBN: 9781632657725
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: They Don’t Teach Corporate in College has resonated with hundreds of thousands of readers and is currently used as a text in corporations and universities across the country. Streamlined and made more accessible for the current generation of twenty-somethings, this new edition is for those that want to make a difference right now but lack some of the core skills to make it happen. Learn how to: Make the smartest career move right out of college. Establish a strong reputation by encouraging others to like and cooperate with you. Navigate your organization’s social scene and practice cringe-free networking. Master skills that will take you anywhere, including goal setting and self-promotion. Combat negativity and cope with difficult personalities. Updated with fresh research, anecdotes, and resources, the book still maintains the no-nonsense perspective of a wise older sister who doesn’t want you to have to learn the hard way.
    Note: Online resource; Title from title page (viewed September 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Career Press | Boston, MA : Safari
    ISBN: 9781632657787
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In today’s workplace, managers, leaders, and HR professionals often believe they don’t have the time to help employees navigate conflict. More often than not, however, it takes more time not to address conflict than to constructively intervene. But before you can successfully guide others in managing disagreements, you must be able to manage yourself--your mindset, presence, and behaviors. Turn Enemies into Allies offers a way of working with clashing employees that is deliberate and systematic--one that draws on the author's expertise in conflict and communication skill-building and a decades-long practice in mind-body principles from the martial art aikido. Following the author’s step-by-step guide, you will: Acquire the skill and confidence to coach conflicting employees back to a professional, effective working relationship, while simultaneously changing their lives for the better. Restore control and peace of mind to the workplace. Increase your leadership presence.
    Note: Online resource; Title from title page (viewed May 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251164
    Language: English
    Pages: 1 online resource (198 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Build modern and progressive web applications with Vue.js and Ruby on Rails. As the Rails community embraces JavaScript, this book answers your most pressing questions, including how to integrate front-end technologies with Rails, whether to build a single-page application, when and how to use JavaScript in your project, how to scaffold a Vue component in Rails, and how to configure Vue.js in a Rails project. This book explores how to manage and understand priorities when working with Vue on Rails and how to determine the best configuration for your project. You'll see how to reuse your Vue components in a Rails project with less coding and harness the component options, as well as how to use props, events and slots of Vue components. You'll also use webpacker to set up your project and pass data from your Vue component to a Rails controller and back. Finally, you’ll learn which is the best configuration for the router and how to test and deploy your application. These topics are essential for developers and product owners because they cover end-to-end advice for building a web application incrementally or from scratch. Vue.js on Rails shows you just how easy it is to build and maintain a modern web app and save hundreds of hours integrating these two technologies. What You'll Learn Use Vue and Rails together to improve products Build a web app with a focus on developer happiness Take a pragmatic approach to web app development with practical code examples Save time configuring Vue and Rails Control and manage states in a Vue on Rails project Who This Book Is For Product owners seeking a technology for a company’s products with an emphasis on development scalability; business owners looking to maximize developer satisfaction and successful product development; technical managers requiring a pragmatic and successful web app development strategy;and new and experienced developers and designers learning to build web apps using the best tools available.
    Note: Online resource; Title from title page (viewed August 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    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 ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (29 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Facebook recently announced Libra, an ambitious project to bring blockchain-based cryptocurrency technology to its users around the world. This large-scale project involves a consortium of organizations in technology and finance hoping to reimagine digital finance. With this report, you’ll explore the promises and challenges Facebook and its stakeholders face as Libra approaches its expected 2020 launch. Once it arrives, Libra could have a huge impact on finance and consumer banking. What does it mean for average people using financial services? How could Libra impact the global finance and technology sectors? Author Daniel Cawrey ( Mastering Blockchain ) takes you through the issues and possibilities. Learn how: Libra will leverage blockchain, cryptocurrency, and smart contracts within Facebook’s existing platforms A consortium of organizations across business, technology, and nonprofits will govern Libra Facebook’s Calibra digital wallet will work within this ecosystem Libra took ideas from Bitcoin and the greater blockchain community The system needs to scale to billions of users if it is to work across many devices and networks Libra could help people with little or no access to the banking system
    Note: Online resource; Title from title page (viewed November 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson Business | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The Rules of Thinking
    Note: Online resource; Title from title page (viewed January 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : MIT Sloan Management Review | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (7 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: While AI is brilliantly placed to solve decisions that are concrete and well-defined, in other contexts it can fail spectacularly, showing connections between facts or events but stumbling when the need to disentangle cause from correlation arises. Human input in the form of subject matter knowledge and common sense are often needed to complement AI. And executives must understand which challenges are right for these new technologies to address.
    Note: Online resource; Title from title page (viewed May 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An action plan for working as a consultant Management consulting is a $250 billion industry and growing at a rate of over four percent annually. Many predict that more than 40 percent of the U.S. workforce will soon be contingent, freelance, or consulting members of the workforce—making this book more relevant than ever. Individuals become independent consultants out of necessity or preference: necessity because they lost their job or the company offered an attractive exit package; preference because they want a career change, more control over their time, or an enriched, varied work situation. Consulting also appeals to the Millennial workforce who are searching for careers that offer a good salary as well as meaningful work. The New Consultant’s Quick Start Guide: • Serves as a companion to The New Business of Consulting • Provides you with a place to plan your transition into consulting • Helps you identify your niche, develop a business plan, charge what you’re worth, and create a marketing strategy to ensure a steady stream of clients • Prepares you for changes you will encounter beyond your professional life, including social, family, and financial aspects The New Consultant’s Quick Start Guide helps you work through the challenges of consulting such as working alone, deciding on necessary insurance coverage, finding your first clients, struggling with cash flow, and understanding market trends.
    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 ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : MIT Sloan Management Review | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (26 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The strongest companies today have cultures of continuous education — they are investing in helping employees develop the skills they need to succeed in a changing world.
    Note: Online resource; Title from title page (viewed April 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250983
    Language: English
    Pages: 1 online resource (262 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: As society evolves in the direction of innovation, digital influence, and rapid information delivery, workplaces must follow suit in order to remain relevant and engaging to modern employees. Bill Fox, a thought leader and author with decades of experience in the business world, has interviewed 31 global business leaders about how they create workplaces that continue to adapt with the times, where each team thrives at each level. These lessons go beyond the limitations of “best practices” and “working smarter”, and instead focus on insights and strategies to bridge the gap between the Industrial Age and the new “Forward-Thinking Age”. The Future of the Workplace offers advice for the leaders, managers, and employees of both today and tomorrow. Fox discusses macro and micro topics with influential figures such as Howard Behar, former president of Starbucks; Steph Holloway, body language and communication expert; David Marquet, author of Turn the Ship Around ; John Bell, former CEO of Jacobs Suchard; Perry Marshall, author of Evolution 2.0 ; and many more. You will gain applicable tools to shift attitudes and bring transformative change to your organization, creating a productive and realistic future for both your team and yourself. The very nature of the dynamic between employer and employee is divergent from what it was merely 10 years ago. Perspectives from different members of multiple types of teams and company structures are offered in this book in order to ensure a well-rounded view of how the future of workplaces can best accommodate everybody. The world is significantly shifting in personal, economic, and political ways, and The Future of the Workplace is your guide to effectively embracing these new challenges for the better. What You Will Learn Shares new insights to help resolve some of today's most vexing workplace challenges Reveals perspectives from different members on a team on how the workplace has evolved Learn how to trigger change to create a more adequate and healthy workplace environment Who This Book Is For Anyone looking for new and better ways to transform the workplace including, consultants, managers, and leaders
    Note: Online resource; Title from title page (viewed October 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Career Press | Boston, MA : Safari
    ISBN: 9781632658685
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Since 2008, busy managers by the tens of thousands have turned to this best-selling book as a handy guide to the ins and outs of human resources. And no wonder! Because whether you’re a small business owner, a manager in a business without an HR department, or even a seasoned HR professional, The Essential HR Handbook will help you handle any personnel problem—from onboarding to outplacement—quickly and easily. This fully updated 10th anniversary edition is packed with information, tools, checklists, sample forms, and timely tips to guide you through the maze of personnel issues in today’s complex business environment. In it you’ll find out how to: Attract talented staff through social media recruiting Identify legal pitfalls to avoid lawsuits and regulatory interference Train a diverse and inclusive multigenerational workforce Provide the compensation and benefits package that will make your organization an “employer of choice” Streamline your orientation and onboarding practices so new employees hit the ground running Whenever personnel problems arise, having The Essential HR Handbook on your bookshelf is like having a team of expert HR consultants at your beck and call!
    Note: Online resource; Title from title page (viewed January 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (160 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Professor Woodall’s essay shows that this book represents a remarkable contribution, even by today’s standards, because of its contemporary thinking about the relationship between the specific topic of SQC and the broader company context of Quality Management. It also demonstrates the remarkable awareness of at least some young US engineers in the post-war period about the vital role of Statistical Quality Control in establishing and maintaining a competitive position. The book reveals that there was unsuspected knowledge extant immediately post-war, about the importance of Statistical Quality Control when appropriately applied in an industrial setting. It also helps to correct wide-spread historical misconceptions about who specifically was responsible for helping Japanese industry get back on its feet post-war, a task assigned to General Douglas Macarthur by President Truman and how Macarthur was indebted to Sarasohn.
    Note: Online resource; Title from title page (viewed March 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    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 ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A guide for being fully equipped to succeed on the journey of life The Backpack: How to Understand and Manage Yourself While Loving Others Along the Way tells the story of Jon, Sofia, and Buddy whose pathways merge on a life-changing flight. Written by a senior consultant with the Flippen Group (a world-wide leader in self-awareness training), the book brings together an angry passenger, a wise flight attendant, and a down-home cowboy. Their chance meeting leads to the ride of their lives as they fully grasp the importance and meaning of their backpacks. As this engaging story reveals, self-awareness is like a backpack! If we are to be prepared to succeed on the journey of life, we need to know and accept which backpack is ours, decide what we need to put in it or take out of it, and be fully aware of how our backpacks are affecting all of the other passengers around us. The question is: Are we whacking the other passengers with our backpack as we travel through life. . . or are we helping them? Offers life lessons on self-awareness written in the form of a funny and engaging story Shows how we can lighten, fill and understand our “backpack” in order to lead a more successful life Written by a senior consultant with the Flippen Group The Backpack offers a story that explores the concepts of self-awareness and other-awareness, including the importance of appreciating your personality, living by your core values, mentally preparing for your day, being aware of your impact on others and packing your backpack wisely.
    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 ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An unprecedented inside look at how Airbnb and its host community create dynamic customer experiences and build brand loyalty in the sharing economy Airbnb best embody the entrepreneurial and disruptive spirit of today’s sharing economy. Since its early days as a humble start-up, Airbnb has evolved into a revolutionary force in the short-term housing market as a platform where hosts provide listings spread across more than 81,000 cities and 191 countries. Airbnb’s leadership strives to support the host community to ensure a consistent, on-brand experience for every guest, every time. The Airbnb Way delivers proven methods for increasing customer engagement, loyalty, and referrals that can be utilized in every service setting and in any industry. Exclusive interviews with Airbnb leaders and rich stories from hosts and guests provide an inside look into the wildly popular online rental platform. The book features: •Airbnb strategies and practices that will drive customer engagement and loyalty •Expert advice on how to provide phenomenal customer service •Illuminating stories about Airbnb guest and host experiences •Unique leadership principles for activating all stakeholders--including those who share resources and services and more
    Note: Online resource; Title from title page (viewed October 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (360 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Terraform has become a key player in the DevOps world for defining, launching, and managing infrastructure as code (IaC) across a variety of cloud and virtualization platforms, including AWS, Google Cloud, Azure, and more. This hands-on second edition, expanded and thoroughly updated for Terraform version 0.12 and beyond, shows you the fastest way to get up and running. Gruntwork cofounder Yevgeniy (Jim) Brikman walks you through code examples that demonstrate Terraform’s simple, declarative programming language for deploying and managing infrastructure with a few commands. Veteran sysadmins, DevOps engineers, and novice developers will quickly go from Terraform basics to running a full stack that can support a massive amount of traffic and a large team of developers. Explore changes from Terraform 0.9 through 0.12, including backends, workspaces, and first-class expressions Learn how to write production-grade Terraform modules Dive into manual and automated testing for Terraform code Compare Terraform to Chef, Puppet, Ansible, CloudFormation, and Salt Stack Deploy server clusters, load balancers, and databases Use Terraform to manage the state of your infrastructure Create reusable infrastructure with Terraform modules Use advanced Terraform syntax to achieve zero-downtime deployment
    Note: Online resource; Title from title page (viewed September 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Career Press | Boston, MA : Safari
    ISBN: 9781632658760
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: What do Elon Musk, Warren Buffet, Marissa Mayer, and Bill Gates all have in common outside of being wildly successful? They are all introverts. In today’s fast-paced, unstable workplace achieving success requires speaking up, promoting oneself and one’s ideas, and taking initiative. Extroverts, fearless in tooting their own horns, naturally thrive in this environment, but introverts often stumble. If you question your ability to perform and succeed in this extroverted work culture, The Introvert’s Complete Career Guide is custom fit for you. In this supportive, all-inclusive handbook, Jane Finkle demonstrates how to use your introverted qualities to their best advantage, then add a sprinkling of extroverted skills to round out a forceful combination for ultimate career success. Finkle shares the keys to navigating each stage of professional development—from self-assessment and job searching, to survival in a new position and career advancement. In The Introvert’s Complete Career Guide you will learn to: Build confidence by evaluating your values, personality style, interests, and achievements Write the story of your career in resume and LinkedIn formats Use social media at your own comfort level to promote your career and expand your network Express yourself clearly and confidently in network meetings, interviews, and workplace situations Build strong professional relationships with colleagues and senior leaders Overcome fears that prevent you from embracing new challenges Equally applicable to the real or virtual workplace, The Introvert’s Complete Career Guide provides strategies, tools, and success stories that win you the professional respect and recognition you deserve.
    Note: Online resource; Title from title page (viewed February 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    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 ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484243541
    Language: English
    Pages: 1 online resource (688 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Leverage Natural Language Processing (NLP) in Python and learn how to set up your own robust environment for performing text analytics. This second edition has gone through a major revamp and introduces several significant changes and new topics based on the recent trends in NLP. You’ll see how to use the latest state-of-the-art frameworks in NLP, coupled with machine learning and deep learning models for supervised sentiment analysis powered by Python to solve actual case studies. Start by reviewing Python for NLP fundamentals on strings and text data and move on to engineering representation methods for text data, including both traditional statistical models and newer deep learning-based embedding models. Improved techniques and new methods around parsing and processing text are discussed as well. Text summarization and topic models have been overhauled so the book showcases how to build, tune, and interpret topic models in the context of an interest dataset on NIPS conference papers. Additionally, the book covers text similarity techniques with a real-world example of movie recommenders, along with sentiment analysis using supervised and unsupervised techniques. There is also a chapter dedicated to semantic analysis where you’ll see how to build your own named entity recognition (NER) system from scratch. While the overall structure of the book remains the same, the entire code base, modules, and chapters has been updated to the latest Python 3.x release. What You'll Learn • Understand NLP and text syntax, semantics and structure • Discover text cleaning and feature engineering • Review text classification and text clustering • Assess text summarization and topic models • Study deep learning for NLP Who This Book Is For IT professionals, data analysts, developers, linguistic experts, data scientists and engineers and basically anyone with a keen interest in linguistics, analytics and generating insights from textual data.
    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 ...
  • 64
    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 ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Elsevier | Boston, MA : Safari
    ISBN: 9780128162811
    Language: English
    Pages: 1 online resource (220 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Technology in Supply Chain Management and Logistics: Current Practice and Future Applications analyzes the implications of these technologies in a variety of supply chain settings, including block chain, Internet of Things (IoT), inventory optimization, and medical supply chain. This book outlines how technologies are being utilized for product planning, materials management and inventory, transportation and distribution, workflow, maintenance, the environment, and in health and safety. Readers will gain a better understanding of the implications of these technologies with respect to value creation, operational effectiveness, investment level, technical migration and general industry acceptance. In addition, the book features case studies, providing a real-world look at supply chain technology implementations, their necessary training requirements, and how these new technologies integrate with existing business technologies. Identifies emerging supply chain technologies and trends in technology acceptance and utilization levels across various industry sectors Assists professionals with technology investment decisions, procurement, best values, and how they can be utilized for logistics operations Features videos showing technology application, including optimization software, cloud computing, mobility, 3D printing, autonomous vehicles, drones and machine learning
    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 ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    ISBN: 9781617293641 , 1617293644
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    DDC: 005.2762
    Keywords: AngularJS (Software framework) ; Application software Testing ; Application software Development ; Electronic books ; local ; AngularJS (Software framework) ; Logiciels d'application ; Développement ; Application software ; Development ; Application software ; Testing
    Abstract: Testing Angular Applications teaches you how to make testing an essential part of your development and production processes. You'll start by setting up a simple unit testing system as you learn the fundamental practices. Then, you'll fine-tune it as you discover the best tests for Angular components, directives, pipes, services, and routing. Finally, you'll explore end-to-end testing, mastering the Protractor framework, and inserting Angular apps into your continuous integration pipeline.
    Note: Online resource; Title from title page (viewed January 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Increase profit and limit risk with swing trading basics Swing trading is all about riding the momentum of brief price changes in trending stocks. Although it can be risky, swing trading is popular for a reason, and Swing Trading For Dummies, 2nd Edition, will show you how to manage the risk and navigate the latest markets to succeed at this lucrative trading strategy. In this updated edition, you’ll find expert guidance on new accounting rules, the 2018 tax law, trading in international markets, algorithmic trading, and more. Plus, learn about the role social media now plays in moving asset prices, and how you can tap into online trends to ride price swings. Understand money management, journal keeping, and strategy planning Focus on fundamental analysis to increase your chance of success Evaluate companies to screen for under- or overvalued stocks Develop and implement your trading plan and calculate performance Starting from the basic differences between swing trading and other trading styles and progressing through plain-English explanations of more advanced topics like charts and reporting standards, Swing Trading For Dummies will help you maintain and grow your assets with swing trading in any market!
    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 ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Secure by Design teaches you principles and best practices for writing highly secure software. At the code level, you’ll discover security-promoting constructs like safe error handling, secure validation, and domain primitives. You’ll also master security-centric techniques you can apply throughout your build-test-deploy pipeline, including the unique concerns of modern microservices and cloud-native designs.
    Note: Online resource; Title from title page (viewed September 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (224 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Scrum ist ein leichtgewichtiges Framework für agiles Projektmanagement. In der Softwareentwicklung ist Scrum mittlerweile weit verbreitet, und auch in anderen Branchen wird es zunehmend als Methode für die Arbeitsorganisation eingesetzt. Dieses Buch bietet allen, die sich für Scrum interessieren oder bereits mit Scrum arbeiten, einen kompakten und praxisbezogenen Überblick über das Framework. Scrum – kurz & gut beschreibt leicht verständlich alle Rollen, Meetings und Artefakte, die Bestandteil von Scrum sind, und bettet diese in den Gesamtkontext der Produktentwicklung ein. Das Buch erläutert auch die agilen Werte und Prinzipien, die dieser Arbeitsmethode zugrunde liegen. Dank wertvoller Praxistipps, Checklisten für die Organisation der Scrum-Meetings und eines umfassenden Glossars mit Definitionen aller Schlüsselbegriffe eignet es sich gleichermaßen als Kurzeinführung und als Nachschlagewerk.
    Note: Online resource; Title from title page (viewed May 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Newnes | Boston, MA : Safari
    ISBN: 9780128094334
    Language: English
    Pages: 1 online resource (645 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Software Engineering for Embedded Systems: Methods, Practical Techniques, and Applications, Second Edition provides the techniques and technologies in software engineering to optimally design and implement an embedded system. Written by experts with a solution focus, this encyclopedic reference gives an indispensable aid on how to tackle the day-to-day problems encountered when using software engineering methods to develop embedded systems. New sections cover peripheral programming, Internet of things, security and cryptography, networking and packet processing, and hands on labs. Users will learn about the principles of good architecture for an embedded system, design practices, details on principles, and much more. Provides a roadmap of key problems/issues and references to their solution in the text Reviews core methods and how to apply them Contains examples that demonstrate timeless implementation details Users case studies to show how key ideas can be implemented, the rationale for choices made, and design guidelines and trade-offs
    Note: Online resource; Title from title page (viewed June 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783958459885
    Language: English , German
    Pages: 1 online resource (168 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Inspiration und Ideen für dein Daily Journaling Mit Daily Journaling dein Leben in Bildern und Texten festhalten Motivation und wertvolle Hinweise für den Start sowie praktische Material-Tipps Zahlreiche Beispiele und Ideen für Themen und Zeichnungen Sketch Your Day ist eine moderne und kreative Art des Tagebuchschreibens, bei der du deinen Alltag in Bildern und Texten festhältst. Auf diese Weise kannst du schöne Momente noch einmal Revue passieren lassen und dich dabei vor allem auf die positiven Dinge konzentrieren. Sketch Your Day unterstützt dich damit auch auf dem Weg zu Achtsamkeit und Entschleunigung. Mit diesem Buch findest du deinen Einstieg ins Daily Journaling. Es ist keine Zeichenschule, sondern hilft dir mit vielen Bildideen und jeder Menge Inspiration, deinen Start zu finden, ohne zu perfektionistisch zu sein. Dafür zeigt Diana dir ihren eigenen Prozess der Bildentstehung und gibt dir Tipps für einen einfachen Bildaufbau. Und jetzt bist du dran! Mit zahlreichen Material-Tipps, Zeichenideen und Beispielen für einzelne Tage und zu Themen wie Wetter, Menschen, Natur und Pflanzen gibt dir dieses Buch jede Menge Inspiration für dein eigenes kreatives Journal. Über die Autorin: Diana Meier-Soriat gründete 2015 Sketchnotes by Diana und gibt regelmäßig Visualisierungs-Workshops. Sie bietet außerdem Graphic Recordings an oder zeichnet Auftrags-Sketchnotes. Zudem betreibt sie einen Blog, in dem sie ihre Leidenschaft für Bullet Journals sowie Stifte, Papier und Co. mit anderen teilt.
    Note: Online resource; Title from title page (viewed October 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    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 ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (490 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Build, secure, and deploy real-world serverless applications in AWS and peek into the serverless cloud offerings from Azure, Google Cloud, and IBM Cloud Key Features Build serverless applications with AWS Lambda, AWS CloudFormation and AWS CloudWatch Perform data analytics and natural language processing(NLP)on the AWS serverless platform Explore various design patterns and best practices involved in serverless computing Book Description Managing physical servers will be a thing of the past once you're able to harness the power of serverless computing. If you're already prepped with the basics of serverless computing, Serverless Programming Cookbook will help you take the next step ahead. This recipe-based guide provides solutions to problems you might face while building serverless applications. You'll begin by setting up Amazon Web Services (AWS), the primary cloud provider used for most recipes. The next set of recipes will cover various components to build a Serverless application including REST APIs, database, user management, authentication, web hosting, domain registration, DNS management, CDN, messaging, notifications and monitoring. The book also introduces you to the latest technology trends such as Data Streams, Machine Learning and NLP. You will also see patterns and practices for using various services in a real world application. Finally, to broaden your understanding of Serverless computing, you'll also cover getting started guides for other cloud providers such as Azure, Google Cloud Platform and IBM cloud. By the end of this book, you'll have acquired the skills you need to build serverless applications efficiently using various cloud offerings. What you will learn Serverless computing in AWS and explore services with other clouds Develop full-stack apps with API Gateway, Cognito, Lambda and DynamoDB Web hosting with S3, CloudFront, Route 53 and AWS Certificate Manager SQS and SNS for effective communication between microservices Monitoring and troubleshooting with CloudWatch logs and metrics Explore Kinesis Streams, Amazon ML models and Alexa Skills Kit Who this book is for For developers looking for practical solutions to common problems while building a serverless application, this book provides helpful recipes. To get started with this intermediate-level book, knowledge of basic programming is a must.
    Note: Online resource; Title from title page (viewed January 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-IEEE Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (344 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Provides extensive coverage of standardized QoS technologies for fixed and mobile ultra-broadband networks and services—bringing together technical, regulation, and business aspects The Quality of Service (QoS) has been mandatory for traditional telecommunication services such as telephony (voice) and television (TV) since the first half of the past century, however, with the convergence of telecommunication networks and services onto Internet technologies, the QoS provision remains a big challenge for all ICT services, not only for traditional ones. This book covers the standardized QoS technologies for fixed and mobile ultra-broadband networks and services, including the business aspects and QoS regulation framework, which all will have high impact on the ICTs in the current and the following decade. QoS for Fixed and Mobile Ultra-Broadband starts by introducing readers to the telecommunications field and the technology, and the many aspects of both QoS and QoE (Quality of Experience). The next chapter devotes itself to Internet QoS, starting with an overview of numerous technology protocols and finishing with business and regulatory aspects. The next three chapters look at QoS in NGN and Future Networks, QoS for fixed ultra-broadband, and QoS for mobile ultra-broadband. The book also provides readers with in-depth accounts of services in fixed and mobile ultra-broadband; broadband QoS parameters, KPIs, and measurements; network neutrality; and the QoS regulatory framework. Comprehensively covers every aspect of QoS technology for fixed and mobile ultra-broadband networks and services, including the technology, the many regulations, and their applications in business Explains how the QoS is transiting from the traditional telecom world to an all-IP world Presents all the fundamentals of QoS regulation, as well as SLA regulation QoS for Fixed and Mobile Ultra-Broadband is an excellent resource for managers, engineers, and employees from regulators, ICT government organizations, telecommunication companies (operators, service providers), ICT companies, and industry. It is also a good book for students and professors from academia who are interested in understanding, implementation, and regulation of QoS for fixed and mobile ultra-broadband.
    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 ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484245231
    Language: English
    Pages: 1 online resource (396 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Treat yourself to a lively, intuitive, and easy-to-follow introduction to computer programming in Python. The book was written specifically for biologists with little or no prior experience of writing code - with the goal of giving them not only a foundation in Python programming, but also the confidence and inspiration to start using Python in their own research. Virtually all of the examples in the book are drawn from across a wide spectrum of life science research, from simple biochemical calculations and sequence analysis, to modeling the dynamic interactions of genes and proteins in cells, or the drift of genes in an evolving population. Best of all, Python for the Life Sciences shows you how to implement all of these projects in Python, one of the most popular programming languages for scientific computing. If you are a life scientist interested in learning Python to jump-start your research, this is the book for you . What You'll Learn Write Python scripts to automate your lab calculations Search for important motifs in genome sequences Use object-oriented programming with Python Study mining interaction network data for patterns Review dynamic modeling of biochemical switches Who This Book Is For Life scientists with little or no programming experience, including undergraduate and graduate students, postdoctoral researchers in academia and industry, medical professionals, and teachers/lecturers. “A comprehensive introduction to using Python for computational biology... A lovely book with humor and perspective” -- John Novembre, Associate Professor of Human Genetics, University of Chicago and MacArthur Fellow “Fun, entertaining, witty and darn useful. A magical portal to the big data revolution” -- Sandro Santagata, Assistant Professor in Pathology, Harvard Medical School “Alex and Gordon’s enthusiasm for Python is contagious” -- Glenys Thomson Professor of Integrative Biology, University of California, Berkeley
    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 ...
  • 76
    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 ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : SAS Institute | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (420 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: PROC SQL: Beyond the Basics Using SAS®, Third Edition, is a step-by-step, example-driven guide that helps readers master the language of PROC SQL. Packed with analysis and examples illustrating an assortment of PROC SQL options, statements, and clauses, this book not only covers all the basics, but it also offers extensive guidance on complex topics such as set operators and correlated subqueries. Programmers at all levels will appreciate Kirk Lafler’s easy-to-follow examples, clear explanations, and handy tips to extend their knowledge of PROC SQL. This third edition explores new and powerful features in SAS® 9.4, including topics such as: IFC and IFN functions nearest neighbor processing the HAVING clause indexes It also features two completely new chapters on fuzzy matching and data-driven programming. Delving into the workings of PROC SQL with greater analysis and discussion, PROC SQL: Beyond the Basics Using SAS®, Third Edition, explores this powerful database language using discussion and numerous real-world examples.
    Note: Online resource; Title from title page (viewed March 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (452 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Das Buch beschreibt die Grundlagen sowie Organisationsstrukturen und Elemente des IT-Risikomanagement-Prozesses. Dabei werden gängige Methoden und Dokumente sowie der Einsatz von Werkzeugen anhand von Beispielen aus der Praxis erläutert. Ein Schwerpunkt liegt auf der Einführung und dem Management des IT-Risikomanagements in IT-Projekten und in der IT-Organisation gleich welcher Größenordnung. Der Leser findet in diesem Buch Antworten auf aktuelle Fragen zum Umgang mit Risiken aus Virtualisierung, Cloud Computing oder dem Einsatz von Mobilgeräten. Handlungsempfehlungen, Praxishinweise, Checklisten und Vorlagen geben Anregungen, wie IT-Risikomanagement operativ umgesetzt werden kann. Die 2. Auflage wurde komplett überarbeitet und um Themen wie DevOps, Schatten-IT, Industrie 4.0 und datenbasierte Geschäftsmodelle erweitert.
    Note: Online resource; Title from title page (viewed August 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Pre-Algebra Essentials For Dummies (9781119590866) was previously published as Pre-Algebra Essentials For Dummies (9780470618387). While this version features a new Dummies cover and design, the content is the same as the prior release and should not be considered a new or updated product. Many students worry about starting algebra. Pre-Algebra Essentials For Dummies provides an overview of critical pre-algebra concepts to help new algebra students (and their parents) take the next step without fear. Free of ramp-up material, Pre-Algebra Essentials For Dummies contains content focused on key topics only. It provides discrete explanations of critical concepts taught in a typical pre-algebra course, from fractions, decimals, and percents to scientific notation and simple variable equations. This guide is also a perfect reference for parents who need to review critical pre-algebra concepts as they help students with homework assignments, as well as for adult learners headed back into the classroom who just need to a refresher of the core concepts. The Essentials For Dummies Series Dummies is proud to present our new series, The Essentials For Dummies. Now students who are prepping for exams, preparing to study new material, or who just need a refresher can have a concise, easy-to-understand review guide that covers an entire course by concentrating solely on the most important concepts. From algebra and chemistry to grammar and Spanish, our expert authors focus on the skills students most need to succeed in a subject.
    Note: Online resource; Title from title page (viewed May 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (497 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Time series data analysis is increasingly important due to the massive production of such data through the internet of things, the digitalization of healthcare, and the rise of smart cities. As continuous monitoring and data collection become more common, the need for competent time series analysis with both statistical and machine learning techniques will increase. Covering innovations in time series data analysis and use cases from the real world, this practical guide will help you solve the most common data engineering and analysis challengesin time series, using both traditional statistical and modern machine learning techniques. Author Aileen Nielsen offers an accessible, well-rounded introduction to time series in both R and Python that will have data scientists, software engineers, and researchers up and running quickly. You’ll get the guidance you need to confidently: Find and wrangle time series data Undertake exploratory time series data analysis Store temporal data Simulate time series data Generate and select features for a time series Measure error Forecast and classify time series with machine or deep learning Evaluate accuracy and performance
    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 ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249000
    Language: English
    Pages: 1 online resource (380 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Develop a greater intuition for the proper use of cryptography. This book teaches the basics of writing cryptographic algorithms in Python, demystifies cryptographic internals, and demonstrates common ways cryptography is used incorrectly. Cryptography is the lifeblood of the digital world’s security infrastructure. From governments around the world to the average consumer, most communications are protected in some form or another by cryptography. These days, even Google searches are encrypted. Despite its ubiquity, cryptography is easy to misconfigure, misuse, and misunderstand. Developers building cryptographic operations into their applications are not typically experts in the subject, and may not fully grasp the implication of different algorithms, modes, and other parameters. The concepts in this book are largely taught by example, including incorrect uses of cryptography and how "bad" cryptography can be broken. By digging into the guts of cryptography, you can experience what works, what doesn't, and why. What You’ll Learn Understand where cryptography is used, why, and how it gets misused Know what secure hashing is used for and its basic properties Get up to speed on algorithms and modes for block ciphers such as AES, and see how bad configurations break Use message integrity and/or digital signatures to protect messages Utilize modern symmetric ciphers such as AES-GCM and CHACHA Practice the basics of public key cryptography, including ECDSA signatures Discover how RSA encryption can be broken if insecure padding is used Employ TLS connections for secure communications Find out how certificates work and modern improvements such as certificate pinning and certificate transparency (CT) logs Who This Book Is For IT administrators and software developers familiar with Python. Although readers may have some knowledge of cryptography, the book assumes that the reader is starting from scratch.
    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 ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250679
    Language: English
    Pages: 1 online resource (251 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Start developing Azure Functions and building simple solutions for serverless computing without worrying about infrastructure. With the increased need for deploying serverless computing, Azure Functions integrates with other Azure resources. This book is a quick reference and consists of a practical and problem-driven approach with the latest technology. Guided by step-by-step explanations and sample projects, you'll set up, build, and deploy Azure Functions to get the most out of this compute-on-demand service. After a foundational introduction to Azure Functions you'll prepare a development environment to serve and process an IoT Telemetry system, create Microservices, and monitor Azure Functions services to get application insights. What You’ll Learn Review the Interaction between Azure Functions and Azure data services Apply Azure Functions in web applications and build interaction systems for mobile applications Develop a serverless micro-service Serve and process IoT Telemetry systems Monitor Azure Functions services and get application insights Who This Book Is For Developers, students, professionals and anyone interested in Azure Function technology and the Azure platform.
    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 ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250013
    Language: English
    Pages: 1 online resource (442 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Business users familiar with Base SAS programming can now learn Python by example. You will learn via examples that map SAS programming constructs and coding patterns into their Python equivalents. Your primary focus will be on pandas and data management issues related to analysis of data. It is estimated that there are three million or more SAS users worldwide today. As the data science landscape shifts from using SAS to open source software such as Python, many users will feel the need to update their skills. Most users are not formally trained in computer science and have likely acquired their skills programming SAS as part of their job. As a result, the current documentation and plethora of books and websites for learning Python are technical and not geared for most SAS users. Python for SAS Users provides the most comprehensive set of examples currently available. It contains over 200 Python scripts and approximately 75 SAS programs that are analogs to the Python scripts. The first chapters are more Python-centric, while the remaining chapters illustrate SAS and corresponding Python examples to solve common data analysis tasks such as reading multiple input sources, missing value detection, imputation, merging/combining data, and producing output. This book is an indispensable guide for integrating SAS and Python workflows. What You’ll Learn Quickly master Python for data analysis without using a trial-and-error approach Understand the similarities and differences between Base SAS and Python Better determine which language to use, depending on your needs Obtain quick results Who This Book Is For SAS users, SAS programmers, data scientists, data scientist leaders, and Python users who need to work with SAS
    Note: Online resource; Title from title page (viewed September 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    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 ...
  • 85
    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 ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic Bookshelf | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: WebAssembly fulfills the long-awaited promise of web technologies: fast code, type-safe at compile time, execution in the browser, on embedded devices, or anywhere else. Rust delivers the power of C in a language that strictly enforces type safety. Combine both languages and you can write for the web like never before! Learn how to integrate with JavaScript, run code on platforms other than the browser, and take a step into IoT. Discover the easy way to build cross-platform applications without sacrificing power, and change the way you write code for the web. WebAssembly is more than just a revolutionary new technology. It's reshaping how we build applications for the web and beyond. Where technologies like ActiveX and Flash have failed, you can now write code in whatever language you prefer and compile to WebAssembly for fast, type-safe code that runs in the browser, on mobile devices, embedded devices, and more. Combining WebAssembly's portable, high-performance modules with Rust's safety and power is a perfect development combination. Learn how WebAssembly's stack machine architecture works, install low-level wasm tools, and discover the dark art of writing raw wast code. Build on that foundation and learn how to compile WebAssembly modules from Rust by implementing the logic for a checkers game. Create wasm modules in Rust to interoperate with JavaScript in many compelling ways. Apply your new skills to the world of non-web hosts, and create everything from an app running on a Raspberry Pi that controls a lighting system, to a fully-functioning online multiplayer game engine where developers upload their own arena-bound WebAssembly combat modules. Get started with WebAssembly today, and change the way you think about the web. What You Need: You'll need a Linux, Mac, or Windows workstation with an Internet connection. You'll need an up-to-date web browser that supports WebAssembly. To work with the sample code, you can use your favorite text editor or IDE. The book will guide you through installing the Rust and WebAssembly tools needed for each chapter.
    Note: Online resource; Title from title page (viewed March 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive guide to the application and processing of condition-based data to produce prognostic estimates of functional health and life. Prognostics and Health Management provides an authoritative guide for an understanding of the rationale and methodologies of a practical approach for improving system reliability using conditioned-based data (CBD) to the monitoring and management of health of systems. This proven approach uses electronic signatures extracted from conditioned-based electrical signals, including those representing physical components, and employs processing methods that include data fusion and transformation, domain transformation, and normalization, canonicalization and signal-level translation to support the determination of predictive diagnostics and prognostics. Written by noted experts in the field, Prognostics and Health Management clearly describes how to extract signatures from conditioned-based data using conditioning methods such as data fusion and transformation, domain transformation, data type transformation and indirect and differential comparison. This important resource: Integrates data collecting, mathematical modelling and reliability prediction in one volume Contains numerical examples and problems with solutions that help with an understanding of the algorithmic elements and processes Presents information from a panel of experts on the topic Follows prognostics based on statistical modelling, reliability modelling and usage modelling methods Written for system engineers working in critical process industries and automotive and aerospace designers, Prognostics and Health Management offers a guide to the application of condition-based data to produce signatures for input to predictive algorithms to produce prognostic estimates of functional health and life.
    Note: Online resource; Title from title page (viewed June 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    ISBN: 9781484249109
    Language: English
    Pages: 1 online resource (332 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Any IT professional can tell you that managing security is a top priority and even more so when working in the cloud. Access to accurate and timely security information is critical, but governance and control must first be enabled. This guide shows you how to take advantage of Azure's vast and powerful built-in security tools and capabilities for your application workloads. Pro Azure Governance and Security offers a comprehensive look at the governance features available with Microsoft Azure and demonstrates how to integrate them with your hybrid and Azure environments, drawing on the author's experiences from years in the field. Learn about the array of controls implemented within Microsoft Azure from two valuable perspectives: the customer and Microsoft operations. Beginning with the top-level subscription hierarchy, learn about the most important built-in Azure security services and features, as well as how to use Azure Policies and Blueprints as a means for security and governance. A series of hands-on exercises teaches you the concepts of Azure Governance: how to enable and deploy Azure Security Center, integrate RBAC (role-based access control), and set up Azure Operations and Monitoring. Get introduced to the new Azure Sentinel solution that offers SIEM as a service for security incident management and proactive hunting. What You'll Learn Understand different architectural designs for implementing Azure Security Operate and monitor an Azure environment Deploy Azure Governance, Policies, and Blueprints Discover key Azure features that enhance security Implement and confidently access Azure Security Center Get to know Azure Sentinel Who This Book Is For Technical engineers, consultants, solution and cloud architects, IT managers, and SecOps teams who need to understand how to integrate governance, security, and compliance in hybrid and Azure environments. A basic understanding of Azure or other public cloud platforms is beneficial, but not required.
    Note: Online resource; Title from title page (viewed June 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (206 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Auge in Auge mit einem Wildschwein, Dachs, Bären oder Eichhörnchen – welcher Fotograf träumt nicht davon? Von allen Tieren sprechen Säugetiere die Fantasie am meisten an. Die Niedlichkeit eines Füchschens, die Urkraft von einem Wisent, das Lächeln eines Seehunds oder die Perlaugen einer Maus sind unwiderstehliche Fotomotive. Wie können Sie solche Fotos selbst machen? In diesem Praxisbuch lesen Sie alles über eine gute Vorbereitung, wie und wo Sie die Tiere finden, nahe an sie herankommen und welche Techniken Sie verwenden können. Dieses Buch geht noch weiter und zeigt Ihnen, wie Sie Bilder hervorbringen, die sich von allem, was bereits fotografiert wurde, abheben, und eine eigene Handschrift entwickeln können. Die Autoren sind erfahrene Wildlife-Fotografen, die Ihre Kenntnisse und Geheimnisse gerne an Sie weitergeben.
    Note: Online resource; Title from title page (viewed February 1, 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 (484 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Native Application Development will provide engineers with professionally developed and curated recipes for the 20 of the most common tasks that represent functionality seen in modern native iOS and Android applications. The selected tasks will provide a cross-reference for each platform–a modern Rosetta Stone, of sorts. A developer can look up an easily translatable set of instructions for completing a routine bit of functionality in both platforms in a way that follows best practices. Following that, we'll provide step-by-step direction to create a fully-functional application using modern practices and designs that will utilize those tasks, one in each platform. The development of the apps will be laid out side-by-side, so that the friction usually involved in switching between platforms while developing is greatly reduced. By the end of the book, the reader will have developed both an iOS app and an Android with exactly the same core features, as well as some additional features that are relevant and unique to each app’s operating system. This book will provide a blueprint for software engineers to create an app that will reach 99.9% of the smartphone market, while functioning as a Rosetta stone in multi-platform development. The reality of modern application development is that most developers will need to have some reference across platforms at some point, if not as a regular requirement.
    Note: Online resource; Title from title page (viewed November 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (680 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An essential guide on high dimensional multivariate time series including all the latest topics from one of the leading experts in the field Following the highly successful and much lauded book, Time Series Analysis—Univariate and Multivariate Methods , this new work by William W.S. Wei focuses on high dimensional multivariate time series, and is illustrated with numerous high dimensional empirical time series. Beginning with the fundamentalconcepts and issues of multivariate time series analysis,this book covers many topics that are not found in general multivariate time series books. Some of these are repeated measurements, space-time series modelling, and dimension reduction. The book also looks at vector time series models, multivariate time series regression models, and principle component analysis of multivariate time series. Additionally, it provides readers with information on factor analysis of multivariate time series, multivariate GARCH models, and multivariate spectral analysis of time series. With the development of computers and the internet, we have increased potential for data exploration. In the next few years, dimension will become a more serious problem. Multivariate Time Series Analysis and its Applications provides some initial solutions, which may encourage the development of related software needed for the high dimensional multivariate time series analysis. Written by bestselling author and leading expert in the field Covers topics not yet explored in current multivariate books Features classroom tested material Written specifically for time series courses Multivariate Time Series Analysis and its Applications is designed for an advanced time series analysis course. It is a must-have for anyone studying time series analysis and is also relevant for students in economics, biostatistics, and engineering.
    Note: Online resource; Title from title page (viewed March 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Association for Talent Development | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (168 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get leadership-fit and see results in yourself and others. Leadership and fitness are both journeys of self-discovery. Both require self-awareness, passion, and commitment. Both have the potential to inspire others. And for both, results come only with effort. To achieve great heights, you must be willing to take the first step, put in the work, and overcome the inevitable obstacles. In Peak Leadership Fitness: Elevating Your Leadership Game , leadership coach and fitness expert Timothy J. Tobin invites you to share the lessons he’s learned at the intersection of physical and leadership fitness. With the encouraging style of a trainer-coach, Tobin shares his four fitness principles: You never know what you’re capable of until you take that first step. You must put in the effort. You learn more about yourself when times are tough. What you consume matters. Tobin describes the foundations for leadership fitness, including motivation and mindset, and details his steps to becoming leadership-fit. From taking your pulse to seeking recovery by building endurance, Tobin employs fitness metaphors while remaining aware of the critical difference between personal fitness and leadership—the stakes are much higher with leadership. This book was written for today’s and tomorrow’s leaders facing today’s challenges—time constraints, overcrowded leadership development landscape, and uncertainty about where to start. It is grounded in learning and development and leadership research and illustrated with true-to-life vignettes, sample leadership fitness plans, templates, and tip sheets. Tobin points out the opportunities for leadership development that are all around you—you just need to know where to look and how to integrate the activities into your regular routine. Train smart; train often. Build good habits. Develop yourself and others. You’ve got this!
    Note: Online resource; Title from title page (viewed February 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Keep projects on track Microsoft Project 2019 is a powerhouse project management, portfolio management, and resource management tool. Whether you’re a full-time project manager or manage projects as part of a larger set of duties, Microsoft Project 2019 For Dummies will get you thinking and operating at the level of a project management guru. Written by a noted project management pro, this book covers the ins and outs of Microsoft Project. Throughout the book, you’ll find project management best practices and tips for keeping any project on schedule and under budget. Reference the full set of Microsoft Project 2019 features Learn to think like a project management professional Get into the nuts and bolts of Project for better productivity Create a task schedule that keeps a project moving Identify the golden rules that keep projects on track With Microsoft Project 2019 For Dummies , you’ll soon get a grip on all the powerful features of this popular project management software. No matter your level of training or experience, this book will show you how improve your project management with Microsoft Project 2019.
    Note: Online resource; Title from title page (viewed February 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484243275
    Language: English
    Pages: 1 online resource (163 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Migrate your existing microservice cluster from ASP .NET to ASP .NET Core. While improved performance and cross-platform support are evident, this book helps you cut through the noise to determine how, when, and to what extent a migration is needed. Microsoft’s introduction of .NET Core has created a lot of excitement, but also a lot of confusion for developers accustomed to ASP applications and services. This book gives you specific steps to embark on a partial or full SaaS microservices system migration, factoring in limited resources, time, and finances. In addition to practical advice and real-world examples, many mishaps will be shared, providing you with a complete 360-degree view of a migration. As a developer intimately familiar with the migration process, author Iris Classon shares prescriptive guidance on every part of the system—from code, dependencies, editors, integration, and the deployment pipeline to a distribution model. You will come away with all the information you need to plan and prepare your migration to ASP.NET Core. What You’ll Learn Conduct an in-depth, pre-migration analysis of your system Know the differences between ASP .NET and ASP .NET Core Plan for and execute a full or partial migration to ASP .NET Core Understand the continuous integration and deployment process Gain insight on tools and templates that will accelerate and facilitate the migration process Leverage a real-world migration example, complete with genuine challenges Migrate specific components such as logging, authentication, data access, and more Who This Book Is For Developers who are considering or are tasked with migrating an existing microservice cluster from ASP.NET to ASP.NET Core. Experience with C#, Web API, ASP.NET, Visual Studio, and PowerShell is helpful.
    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] : Microsoft Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: NOW FULLY UPDATED: high-value Azure Security Center insights, tips, and operational solutions Reflecting updates through mid-2019, this book presents comprehensive Azure Security Center techniques for safeguarding cloud and hybrid environments. Leading Microsoft security and cloud experts Yuri Diogenes and Dr. Thomas Shinder help you apply Azure Security Center's robust protection, detection, and response capabilities in key operational scenarios. You'll walk through securing any Azure workload, and optimizing key facets of modern security, from policies and identity to incident response and risk management. Brand-new coverage includes single-click remediation, IoT, improved container security, Azure Sentinel, and more. Whatever your security role, you'll learn how to save hours, days, or even weeks by solving problems in the most efficient and reliable ways possible. Two of Microsoft's leading cloud security experts show how to: Implement a comprehensive new security paradigm designed specifically for cloud and hybrid environments Gain visibility and control to secure all key workloads Incorporate Azure Security Center into your security operations center, and integrate Azure AD Identity Protection Center and third-party solutions Adapt Azure Security Center's built-in policies and definitions for your organization Perform security assessments, and implement Azure Security Center recommendations fast with single-click remediation Use incident response features to detect, investigate, and address threats Create high-fidelity fusion alerts to focus attention on your most urgent security issues Implement application whitelisting and just-in-time VM access Assess IoT device security with the Azure IoT Hub managed service Monitor user behavior and access, and investigate compromised or misused credentials Integrate Microsoft's new Azure Sentinel Security Information and Event Management (SIEM) platform Customize and perform operating system security baseline assessments About This Book For cloud architects, designers, implementers, operations professionals, and security specialists working in Microsoft Azure cloud or hybrid environments For all IT professionals and decision-makers concerned with the security of Azure environments
    Note: Online resource; Title from title page (viewed September 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : No Starch Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (280 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The BBC micro:bit is a tiny, inexpensive, and surprisingly powerful computer that you can use to build cool things and experiment with code. The 30 simple projects and experiments in this book will show you how to use the micro:bit to build a secret science lab—complete with robots, door alarms, lie detectors, and more—as you learn basic coding and electronics skills. Here are just some of the projects you’ll build: •A light-controlled guitar you can play just by waving your hand •A working lie detector •A self-watering plant care system •A two-wheeled robot •A talking robotic head with moving eyes •A door alarm made with magnets Learn to code like a Mad Scientist!
    Note: Online resource; Title from title page (viewed September 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (494 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Discover interesting recipes to help you understand the concepts of object detection, image processing, and facial detection Key Features Explore the latest features and APIs in OpenCV 4 and build computer vision algorithms Develop effective, robust, and fail-safe vision for your applications Build computer vision algorithms with machine learning capabilities Book Description OpenCV is an image and video processing library used for all types of image and video analysis. Throughout the book, you'll work through recipes that implement a variety of tasks. With 70 self-contained tutorials, this book examines common pain points and best practices for computer vision (CV) developers. Each recipe addresses a specific problem and offers a proven, best-practice solution with insights into how it works, so that you can copy the code and configuration files and modify them to suit your needs. This book begins by setting up OpenCV, and explains how to manipulate pixels. You'll understand how you can process images with classes and count pixels with histograms. You'll also learn detecting, describing, and matching interest points. As you advance through the chapters, you'll get to grips with estimating projective relations in images, reconstructing 3D scenes, processing video sequences, and tracking visual motion. In the final chapters, you'll cover deep learning concepts such as face and object detection. By the end of the book, you'll be able to confidently implement a range of computer vision algorithms to meet the technical requirements of your complex CV projects. What you will learn Install and create a program using the OpenCV library Segment images into homogenous regions and extract meaningful objects Apply image filters to enhance image content Exploit image geometry to relay different views of a pictured scene Calibrate the camera from different image observations Detect people and objects in images using machine learning techniques Reconstruct a 3D scene from images Explore face detection using deep learning Who this book is for If you’re a CV developer or professional who already uses or would like to use OpenCV for building computer vision software, this book is for you. You’ll also find this book useful if you’re a C++ programmer looking to extend your computer vision skillset by learning OpenCV. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github...
    Note: Online resource; Title from title page (viewed May 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    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 ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (190 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Manipulate and analyze network data with the power of Python and NetworkX Key Features Understand the terminology and basic concepts of network science Leverage the power of Python and NetworkX to represent data as a network Apply common techniques for working with network data of varying sizes Book Description NetworkX is a leading free and open source package used for network science with the Python programming language. NetworkX can track properties of individuals and relationships, find communities, analyze resilience, detect key network locations, and perform a wide range of important tasks. With the recent release of version 2, NetworkX has been updated to be more powerful and easy to use. If you're a data scientist, engineer, or computational social scientist, this book will guide you in using the Python programming language to gain insights into real-world networks. Starting with the fundamentals, you'll be introduced to the core concepts of network science, along with examples that use real-world data and Python code. This book will introduce you to theoretical concepts such as scale-free and small-world networks, centrality measures, and agent-based modeling. You'll also be able to look for scale-free networks in real data and visualize a network using circular, directed, and shell layouts. By the end of this book, you'll be able to choose appropriate network representations, use NetworkX to build and characterize networks, and uncover insights while working with real-world systems. What you will learn Use Python and NetworkX to analyze the properties of individuals and relationships Encode data in network nodes and edges using NetworkX Manipulate, store, and summarize data in network nodes and edges Visualize a network using circular, directed and shell layouts Find out how simulating behavior on networks can give insights into real-world problems Understand the ongoing impact of network science on society, and its ethical considerations Who this book is for If you are a programmer or data scientist who wants to manipulate and analyze network data in Python, this book is perfect for you. Although prior knowledge of network science is not necessary, some Python programming experience will help you understand the concepts covered in the book easily. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github.com/PacktPublishing/Network-Science-with...
    Note: Online resource; Title from title page (viewed April 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Routledge | Boston, MA : Safari
    ISBN: 9781351628174
    Language: English
    Pages: 1 online resource (124 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: The use of non-secular, religious, concepts in contemporary managerial discourse to legitimise leadership, organisation and work has been undertheorised. Concepts such as organisational soul, Spiritual Leadership, a wider deification (and demonisation) of leaders, and the mantra of individual freedom each evoke long religio-historical roots. The deployment of such terms in the present to (re)enrol people into the service of capitalism speaks both to high levels of religious belief worldwide and, more specifically, to a history of religion intersecting with public life in the US—a context pivotal in the development and dissemination of managerialism and wider neoliberal discourse. Organised around the concepts of Gods, Devils, Soul and the Individual this book will show how these concepts are being employed in current managerial, leadership and organisation discourses, critically examine the religio-historical and philosophical roots of such, and demonstrate how the religio-historical and religio-philosophical can be brought into the lexicon of critical organisational scholarship to provide a language to engage with the non-secular legitimation of capitalism and its institutions. In so doing, this book is a timely addition to organisation and management theory. It comes at a time that is witnessing a wider ‘theological turn’ in continental philosophy, mounting calls within organisation studies to ‘take religion seriously’, and an ongoing legitimation crisis of neoliberalism, one that is raising pivotal questions concerning how neoliberalism endures despite the deprivations and harms it occasions. This book is intended to be engaging and erudite, drawing upon a trans-disciplinary combination of popular and academic management texts, contemporary and classical philosophy, literature and religio-historical sources foundational in the construction of the Western subject.
    Note: Online resource; Title from title page (viewed March 14, 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...