内容简介:What are some challenges for businesses who try to integrate AI & ML technology and customer experience?Anthony, Paul and Ricky all agreed that a huge challenge for businesses is not having a solid data infrastructure, or a deep understanding of what exact
What are some challenges for businesses who try to integrate AI & ML technology and customer experience?
Anthony, Paul and Ricky all agreed that a huge challenge for businesses is not having a solid data infrastructure, or a deep understanding of what exactly should be measured to achieve business goals and customer satisfaction.
“Many companies approach us seeking to use AI as a ready-made silver bullet for a business problem. Others come to ask to play with AI, so they can find a business opportunity. Neither really works.” Ricky said. “For us, the solution was to know what business problem we were trying to solve: namely, to put a relevant video into every article being published worldwide. We then used AI to solve it, but what we started with was very basic and not up to the job. We have had a team nurturing the teaching for almost 1,000 days to get it where it is.”
Anthony went on to add that “there is no silver bullet — good data scientists are required to translate these algorithms into business value. Having a solid data science strategy is essential, and through good leadership, increased data literacy and an understanding of how to build a high-performance data science team, businesses can harness these technologies to forge a competitive advantage.”
Paul concludes with another common challenge many businesses face when adopting AI & ML into their processes — the volume of data. “Present machine learning techniques rely on a relatively large amount of data to provide good predictions” he says. “While there is fundamental research being carried out presently to (hopefully) reduce the amount of data required to train these machine learning models, the current main technological limitation of requiring a huge amount of data is here to stay for the foreseeable future.” But “fortunately, this effect can be mitigated if the data collected is of sufficiently high quality.”
How are you implementing AI and ML to improve customer experience in your business? Share your story with us in the comments below!
About the Contributors
Anthony is a leader in the data science space, and has worked on problems across insurance, loyalty, technology, telecommunications, the social sector and even neuroscience. A formally-trained actuary, Anthony completed an MS in Analytics at the prestigious Northwestern University. After hitting the headlines with his posts on data privacy at Neustar, he returned to Sydney to practice as a data scientist while co-founding the Minerva Collective and the Data Science Breakfast Meetup. He also helps organise several other meetups and programs for data scientists, in line with his mission to extend the reach and impact of data to help people.
Paul is a Machine Learning Engineer at Canva, responsible for developing solutions for tailoring and personalising content for Canva’s customers. He has several publications in prestigious computer science conferences and journals, including the ACM SIGCOMM conference in 2015. His interests include deep learning, statistics and information theory.
Ricky is founder and CEO of Oovvuu, an IBM and Amazon-backed start up that uses artificial intelligence to match videos from global broadcasters with publishers worldwide. It’s mission is to use AI to insert a relevant short form and long form video in every article. In doing so, it aims to tell the news in a new and more compelling way, end fake news, and in doing so, repatriate billions from Facebook and Google back to the journalists and broadcasters who make the content.
Originally posted on Woveon .
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JavaScript设计模式
Ross Harmes、Dustin Diaz / 谢廷晟 / 人民邮电出版社 / 2008 / 45.00元
本书共有两部分。第一部分给出了实现具体设计模式所需要的面向对象特性的基础知识,主要包括接口、封装和信息隐藏、继承、单体模式等内容。第二部分则专注于各种具体的设计模式及其在JavaScript语言中的应用,主要介绍了工厂模式、桥接模式、组合模式、门面模式等几种常见的模式。为了让每一章中的示例都尽可能地贴近实际应用,书中同时列举了一些JavaScript 程序员最常见的任务,然后运用设计模式使其解决方......一起来看看 《JavaScript设计模式》 这本书的介绍吧!