Artificial Intelligence
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Artificial Intelligence in Health Care: the Hope, the Hype, the Promise, the Peril
Artificial Intelligence in Health Care: The Hope, the Hype, the Promise, the Peril Michael Matheny, Sonoo Thadaney Israni, Mahnoor Ahmed, and Danielle Whicher, Editors WASHINGTON, DC NAM.EDU PREPUBLICATION COPY - Uncorrected Proofs NATIONAL ACADEMY OF MEDICINE • 500 Fifth Street, NW • WASHINGTON, DC 20001 NOTICE: This publication has undergone peer review according to procedures established by the National Academy of Medicine (NAM). Publication by the NAM worthy of public attention, but does not constitute endorsement of conclusions and recommendationssignifies that it is the by productthe NAM. of The a carefully views presented considered in processthis publication and is a contributionare those of individual contributors and do not represent formal consensus positions of the authors’ organizations; the NAM; or the National Academies of Sciences, Engineering, and Medicine. Library of Congress Cataloging-in-Publication Data to Come Copyright 2019 by the National Academy of Sciences. All rights reserved. Printed in the United States of America. Suggested citation: Matheny, M., S. Thadaney Israni, M. Ahmed, and D. Whicher, Editors. 2019. Artificial Intelligence in Health Care: The Hope, the Hype, the Promise, the Peril. NAM Special Publication. Washington, DC: National Academy of Medicine. PREPUBLICATION COPY - Uncorrected Proofs “Knowing is not enough; we must apply. Willing is not enough; we must do.” --GOETHE PREPUBLICATION COPY - Uncorrected Proofs ABOUT THE NATIONAL ACADEMY OF MEDICINE The National Academy of Medicine is one of three Academies constituting the Nation- al Academies of Sciences, Engineering, and Medicine (the National Academies). The Na- tional Academies provide independent, objective analysis and advice to the nation and conduct other activities to solve complex problems and inform public policy decisions. -
Google Is a Strong Performer in Enterprise Public Cloud Platforms Excerpted from the Forrester Wave™: Enterprise Public Cloud Platforms, Q4 2014 by John R
FOR CIOS DECEMBER 29, 2014 Google Is A Strong Performer In Enterprise Public Cloud Platforms Excerpted From The Forrester Wave™: Enterprise Public Cloud Platforms, Q4 2014 by John R. Rymer and James Staten with Peter Burris, Christopher Mines, and Dominique Whittaker GOOGLE, NOW A FULL-SERVICE PLATFORM, IS RUNNING TO CATCH THE LEADERS Since our last analysis, Google has made significant improvements to its cloud platform — adding an IaaS service, innovated with new big data solutions (based on its homegrown dremel architecture), and added partners. Google is popular among web developers — we estimate that it has between 10,000 and 99,000 customers. But Google Cloud Platform lacks several key certifications, monitoring and security controls, and application services important to CIOs and provided by AWS and Microsoft.1 Google has also been slow to position its cloud platform as the home for applications that want to leverage the broad set of Google services such as Android, AdSense, Search, Maps, and so many other technologies. Look for that to be a key focus in 2015, and for a faster cadence of new features. Forrester Wave™: Enterprise Public Cloud Forrester Wave™: Enterprise Public Cloud Platforms For CIOs, Q4 ‘14 Platforms For Rapid Developers, Q4 ‘14 Risky Strong Risky Strong Bets Contenders Performers Leaders Bets Contenders Performers Leaders Strong Strong Amazon Web Services MIOsoft Microsoft Salesforce Cordys* Mendix MIOsoft Salesforce (Q2 2013) OutSystems OutSystems Google Mendix Acquia Current Rackspace* IBM Current offering (Q2 2013) offering Cordys* (Q2 2013) Engine Yard Acquia CenturyLink Google, with a Forrester score of 2.35, is a Strong Performer in this Dimension Data GoGrid Forrester Wave. -
Datacross – Software- and System Information
o Konformität mit geltendem Recht o Umsetzung der DIN EN 50581/63000 o Beurteilung der Vertrauenswürdigkeit o Lieferantenkommunikation o Beurteilung/Reduzieren von Risiken DataCross – Software- and System Information Mansystems – the software house „inside“ DataCross – platform concept tec4U-Solutions GmbH DataCross is provided as a SaaS (software as a service) Mansystems Deutschland GmbH, acting as a software solution on a Mendix development PaaS (platform as a ser- house „inside“ tec4U-Solutions, performs the following vice). This is the platform on which the required business tasks in the DataCross project partnership: services, platform services and data & storage are realized along with other services. This platform can be hosted in all ► Implementation of technical software specifi cations for popular clouds as IaaS (infrastructure as a service), inclu- the DataCross application ding the amazon cloud, Azure Cloud or also SAP Cloud, for ► Ensuring DataCross software operation example. ► Technical support for DataCross As a medium-sized software company with more than 140 staff and 27 years of experience, Mansystems is globally engaged with own locations largely situated in Europe, in the Netherlands, Germany, Slovenia and Poland. Mansystems not only understands itself as a partner and More information: „center of excellence“ for individual software solutions in https://docs.mendix.com/developerportal/ DataCross. Special focus areas for this are the digitalization https://docs.mendix.com/deployment/ of products and processes, and realization of new business models – i.e. provision of business applications in the cloud. https://docs.mendix.com/developerportal/general/mendix- Mansystems also off ers customized integration solutions for cloud-status connection to third-party systems. -
The Importance of Generation Order in Language Modeling
The Importance of Generation Order in Language Modeling Nicolas Ford∗ Daniel Duckworth Mohammad Norouzi George E. Dahl Google Brain fnicf,duckworthd,mnorouzi,[email protected] Abstract There has been interest in moving beyond the left-to-right generation order by developing alter- Neural language models are a critical compo- native multi-stage strategies such as syntax-aware nent of state-of-the-art systems for machine neural language models (Bowman et al., 2016) translation, summarization, audio transcrip- and latent variable models of text (Wood et al., tion, and other tasks. These language models are almost universally autoregressive in nature, 2011). Before embarking on a long-term research generating sentences one token at a time from program to find better generation strategies that left to right. This paper studies the influence of improve modern neural networks, one needs ev- token generation order on model quality via a idence that the generation strategy can make a novel two-pass language model that produces large difference. This paper presents one way of partially-filled sentence “templates” and then isolating the generation strategy from the general fills in missing tokens. We compare various neural network design problem. Our key techni- strategies for structuring these two passes and cal contribution involves developing a flexible and observe a surprisingly large variation in model quality. We find the most effective strategy tractable architecture that incorporates different generates function words in the first pass fol- generation orders, while enabling exact computa- lowed by content words in the second. We be- tion of the log-probabilities of a sentence. -
The Deep Learning Revolution and Its Implications for Computer Architecture and Chip Design
The Deep Learning Revolution and Its Implications for Computer Architecture and Chip Design Jeffrey Dean Google Research [email protected] Abstract The past decade has seen a remarkable series of advances in machine learning, and in particular deep learning approaches based on artificial neural networks, to improve our abilities to build more accurate systems across a broad range of areas, including computer vision, speech recognition, language translation, and natural language understanding tasks. This paper is a companion paper to a keynote talk at the 2020 International Solid-State Circuits Conference (ISSCC) discussing some of the advances in machine learning, and their implications on the kinds of computational devices we need to build, especially in the post-Moore’s Law-era. It also discusses some of the ways that machine learning may also be able to help with some aspects of the circuit design process. Finally, it provides a sketch of at least one interesting direction towards much larger-scale multi-task models that are sparsely activated and employ much more dynamic, example- and task-based routing than the machine learning models of today. Introduction The past decade has seen a remarkable series of advances in machine learning (ML), and in particular deep learning approaches based on artificial neural networks, to improve our abilities to build more accurate systems across a broad range of areas [LeCun et al. 2015]. Major areas of significant advances include computer vision [Krizhevsky et al. 2012, Szegedy et al. 2015, He et al. 2016, Real et al. 2017, Tan and Le 2019], speech recognition [Hinton et al. -
Ai & the Sustainable Development Goals
1 AI & THE SUSTAINABLE DEVELOPMENT GOALS: THE STATE OF PLAY Global Goals Technology Forum 2 3 INTRODUCTION In 2015, 193 countries agreed to the United Nations (UN) 2030 Agenda for Sustainable Development, which provides a shared blueprint for peace and prosperity for people and the planet, now and into the future. At its heart are the 17 Sustainable Development Goals (SDGs), which are an urgent call for action by all countries – developed and developing – in a global partnership. Achieving the SDGs is not just a moral imperative, but an economic one. While the world is making progress in some areas, we are falling behind in delivering the SDGs overall. We need all actors – businesses, governments, academia, multilateral institutions, NGOs, and others – to accelerate and scale their efforts to deliver the SDGs, using every tool at their disposal, including artificial intelligence (AI). In December 2017, 2030Vision 2030Vision published its first report, Uniting to “WE ARE AT A PIVOTAL Deliver Technology for the Global ABOUT 2030VISION Goals, which addressed the role MOMENT. AS ARTIFICIAL of digital technology – big data, AI & The Sustainable Development Goals: The State of Play State Goals: The Development Sustainable AI & The Founded in 2017, 2030Vision INTELLIGENCE BECOMES robotics, internet of things, AI, and is a partnership of businesses, MORE WIDELY ADOPTED, other technologies – in achieving NGOs, and academia that aims to the SDGs. transform the use of technology to WE HAVE A TREMENDOUS support the delivery of the SDGs. OPPORTUNITY TO In this paper, we focus on AI for 2030Vision serves as a platform REEVALUATE WHAT WE’VE the SDGs. -
Accelerating App Delivery
Accelerating App Delivery How aPaaS Enables Fast Delivery & Continuous Innovation Issue 1 2 Welcome 2 Resources 3 From the Gartner Files: Magic Quadrant for Enterprise Application Platform as a Service, Worldwide 32 About Mendix Featuring research from 2 Welcome Innovate or perish. That’s the reality facing every business, regardless of industry. The need to deliver modern, multi-channel applications that engage customers and empower employees has never been more urgent. Yet, fast-growing project backlogs and unhappy business sponsors are clear indications that traditional development approaches aren’t cutting it. Enterprise application Platform-as-a-Service (aPaaS) offers a much-needed way forward, promising to accelerate your application delivery cadence and capacity. But the market is crowded, and not all aPaaS offerings are created equal. In Gartner’s 2015 Magic Quadrant for Enterprise Application Platform as Service (aPaaS), Mendix was positioned as a “Visionary” due to its completeness of vision and ability to execute. Use this complimentary Gartner report to better understand and navigate the aPaaS landscape and ultimately select the platform best suited to your organization’s priorities. Resources In addition to Gartner’s perspective, we have [Video] aPaaS Success Stories included four resources to illustrate how Mendix See how Mendix customers, such as Dun & supports customers through their digital journeys, Bradstreet, LV= Insurance, The Boston Globe empowering them to deliver the right apps with and Kao, are rapidly delivering custom apps that unprecedented speed. differentiate their business. Watch video → Successful App Delivery for the Digital Age Find out how to keep your IT team on track and [Video] The Mendix App Platform Tour quickly deliver the multi-channel, multi-device Take a two-minute tour of the Mendix App apps needed to digitize your business. -
Mindsphere Supplemental Terms V1.22 October 1, 2020
MindSphere Supplemental Terms October 2020 Table of Contents A GENERAL .............................................................................................................................................. 2 B FOR MINDACCESS IOT VALUE PLAN SUBSCRIBERS ................................................................................. 2 C FOR MINDACCESS DEVELOPER PLAN AND MINDACCESS OPERATOR PLAN SUBSCRIBERS ..................... 11 1. Services via MindSphere APIs ........................................................................................................ 12 2. Other Services............................................................................................................................... 19 D DATA CENTER LOCATIONS .................................................................................................................. 21 E SERVICE LEVEL AGREEMENT ................................................................................................................ 21 F SUPPORT ............................................................................................................................................ 22 MindSphere Supplemental Terms v1.22 (Oct. 20) Unrestricted 1/23 A GENERAL 1. Scope. These MindSphere Supplemental Terms (the “Supplemental Terms”) are an integral part of the MindSphere Agreement. 2. Definitions. Capitalized terms used in these Supplemental Terms shall have the meaning ascribed to them in this document or elsewhere in the MindSphere Agreement. 3. New Services. When we introduce -
Technology, Media & Telecom
Technology, Media & Telecom INFRASTRUCTURE SOFTWARE SECTOR REVIEW | Q3 2018 Investment banking services are provided by Harris Williams LLC and Solebury Capital LLC, registered broker-dealers and members of FINRA and SIPC, and Harris Williams Ltd, which is private limited company incorporated under English law with its registered office at 5th Floor, 6 St. Andrew Street, London EC4A 3AE, UK, registered with the Registrar of Companies for England and Wales (registration number 07078852). Harris Williams Ltd is authorized and regulated by the Financial Conduct Authority. Harris Williams is a trade name under which Harris Williams LLC and Harris Williams Ltd conduct business. INFRASTRUCTURE SOFTWARE SECTOR REVIEW | Q3 2018 HW Infrastructure Software Introduction TECHNOLOGY, MEDIA & TELECOM HARRIS WILLIAMS (“HW”) AS A FIRM Jeff Bistrong (“TMT”) GROUP Managing Director • Founded in 1991 • 35 professionals across Boston, San Francisco, and London [email protected] Office: (617) 654-2102 • 300+ professionals across eight offices globally • 47 closed transactions in the last 24 months • 140+ closed transactions in the last 24 months Internet and Digital Media Software / SaaS Tyler Dewing • 20th record year in 2017 • Consumer Internet • Enterprise Software Managing Director • Digital Media and Content • Data and Analytics [email protected] Office: (617) 654-2133 • 10 industry groups • eCommerce and Retail • Data Center and Managed • Mobile Services • Online Marketing • IT and Tech-Enabled Services Sam Hendler Managing Director -
SAP Teched Show Floor
SAP TechEd Show Floor Community ClubhousMeetUpse SAP SAP Stage Store Americas’ SAP Users’ GrMentoroup (AsSUG) SAP Mentors Café SAP PRESS Next-Gen Clubs MeetUps SAP Store Ribbon Kiosk SAPinsiderCafé SAP Community Selfie Wall 810 811 812 814 816 817 818 819 The show floor is organized into these color-coded areas outlined below. 800 802 804 806 807 808 710 712 714 715 716 717 718 719 SAP Experts and Demo Pod topics Developers Garage Community Clubhouse 700 701 702 703704 705 706 707 708 Solution Center • 1A: SAP Solution Manager • App Space • Americas’ SAP Users’ Group (ASUG) 605 606 607 • Code Review • Café 601 603 • Engage • 1B: SAP Digital Business Services 610 600 SAP Road Map Services • SAP CodeJam (Mini-Editions) • Next-Gen Clubs MeetUps • Know • Amazon Web Services and SAP Partnership • Ribbon Kiosk • Run • 2A: SAP Data Network 505 507 • Apple and SAP Partnership • SAP Community 501 503 • Transform Digital Transformation in SAP IT SAP CodeJam 500 • Google and SAP Partnership • SAP Mentors 1 2 • Unlock Big Data • 2B: SAP Innovating with Startups • Microsoft and SAP Partnership • SAP PRESS (Mini-Editions) • Demo Pods (topic list to the right) SAP Partner Enablement • SAP Store 405 406 407 408 • Demo Theater 401 402 403 404 • 3A: SAP Jam Collaboration • SAPinsider Microsoft Google 400 • Innovation Talks • Selfie Wall and SAP and SAP SAP Translation Hub Partnership Partnership • Solution Center 305 307 • Strategy Talks • 3B: SAP Business One 301 302 303 304 SAP Business ByDesign Developers 300 • 4A: Quality and Security Assurance Garage Digital Marketplace 205 206 207 201 202 203 204 • 4B: SAP HANA Enterprise Cloud Code App 200 SAP HANA Academy Review Space • 5A: SAP Knowledge Management and Training Amazon 101 Web Apple Services and SAP 100 and SAP Partnership Exhibitor Listing by Company and Booth Number Partnership Exhibiting Partners Abilis PI ............................................................. -
Rapid App Development with Mendix for Cloud Foundry™
Rapid App Development with Mendix for Cloud Foundry™ Accelerate the Digital Enterprise with Rapid App Delivery Enterprise apps are more fluid than ever, requiring not only fast release but continuous delivery of new features and enhancements. Unfortunately, IT teams who rely strictly on traditional development tools and methods find that they are unable to keep pace with surging demand. Mendix for Cloud Foundry brings a new level of speed and agility to the delivery of cloud-native, multi-channel applications. Using Mendix’s signature visual modeling capabilities, business-oriented rapid developers can build and modify apps six times faster than traditional programming methods. By integrating with Cloud Foundry’s open PaaS framework, the Mendix Platform enables seamless, multi-cloud deployment as well as easy access to a growing ecosystem of component services. It’s time to accelerate application development without compromising quality or operations. Mendix for Cloud Foundry provides a scalable cloud platform to rapidly design, build, deploy and manage enterprise apps. Developers have the flexibility to instantly deploy their apps on any Cloud Foundry-based stack. The Fastest Path from Idea to App Modern IT Enable business-oriented developers to rapidly build multi-channel apps in an environment managed by IT. Faster Time to Market Accelerate the complete app lifecycle, combining visual, rapid app development with streamlined provisioning, deployment and management. Greater Agility Maintain flexibility so that you can iterate as market factors change, ensuring your business can continuously innovate. One Platform for High Productivity and High Control Accelerate your digital innovation efforts with an integrated cloud platform for modern app delivery. -
AI Principles 2020 Progress Update
AI Principles 2020 Progress update AI Principles 2020 Progress update Table of contents Overview ........................................................................................................................................... 2 Culture, education, and participation ....................................................................4 Technical progress ................................................................................................................... 5 Internal processes ..................................................................................................................... 8 Community outreach and exchange .....................................................................12 Conclusion .....................................................................................................................................17 Appendix: Research publications and tools ....................................................18 Endnotes .........................................................................................................................................20 1 AI Principles 2020 Progress update Overview Google’s AI Principles were published in June 2018 as a charter to guide how we develop AI responsibly and the types of applications we will pursue. This report highlights recent progress in AI Principles implementation across Google, including technical tools, educational programs and governance processes. Of particular note in 2020, the AI Principles have supported our ongoing work to address