{"id":211391,"date":"2017-02-25T18:33:08","date_gmt":"2017-02-25T23:33:08","guid":{"rendered":"http:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/uncategorized\/what-salesforce-einstein-teaches-us-about-enterprise-ai-venturebeat.php"},"modified":"2023-01-08T05:21:30","modified_gmt":"2023-01-08T10:21:30","slug":"what-salesforce-einstein-teaches-us-about-enterprise-ai-venturebeat","status":"publish","type":"post","link":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/artificial-intelligence\/what-salesforce-einstein-teaches-us-about-enterprise-ai-venturebeat.php","title":{"rendered":"What Salesforce Einstein teaches us about enterprise AI &#8211; VentureBeat"},"content":{"rendered":"<p><p>    Every business has customers. Every customer needs care. Thats    why CRM is so critical to enterprises, but between incomplete    data and clunky workflows, sales and marketing operations at    most companies are less-than-optimal.  <\/p>\n<p>    At the same time, companies who arent Google or Facebook dont    have the billion dollar R&D budgets to build out AI teams to take away our human    efficiencies. Even companies with the right technical talent    dont have the petabytes of data that the tech titans use to    train cutting-edge neural network models.  <\/p>\n<p>    Salesforce hopes to plug this AI knowledge gap with Einstein. According to Chief Scientist,    Richard    Socher, Einstein is an AI layer, not a standalone product,    that infuses AI features and capabilities across all the    Salesforce Clouds.  <\/p>\n<p>    The 150,000+ companies who already use Salesforce should be    able to simply flip a switch and deploy AI capabilities to    their organization. Organizations with data science and machine    learning teams of their own can extend the base functionality    through predictive APIs such as Predictive Vision and    Predictive Sentiment Services, which allows companies to    understand how their products feature in images and video and    how consumers feel about them.  <\/p>\n<p>    The improvements are already palpable. According to Socher,    Salesforce Marketing Clouds predictive audiences feature helps    marketers hone in on high-value outreach as well as re-engage    users who might be in danger of unsubscribing. The technology    has led to an average 25% lift on clicks and opens. Customers    of Salesforces Sales Cloud have seen a 300% increase in    conversions from leads to opportunities with predictive lead    scoring while customers of Commerce Cloud have seen a 7-15%    increase in revenue per site visitor.  <\/p>\n<p>    Achieving these results has not been cheap. Salesforces    machine learning and AI buying spree includes RelateIQ ($390    million), BeyondCore ($110 million), PredictionIO ($58 million)    as well as deep learning specialist Metamind of which Socher    was previously founder & CEO \/ CTO. Marc Benioff has    spent over $4 billion to acquire the right    talent and tech in 2016.  <\/p>\n<p>    Even with all the right money and the right people, rolling out    AI for enterprises is fraught with peril due to competition and    high expectations. Gartner analyst Todd Berkowitz pointed out that Einsteins capabilities    were not nearly as sophisticated as standalone solutions on    the market. Other critics say the technology is at least a year and    a half from being fully baked.  <\/p>\n<p>    Infer is    one of those aforementioned standalone solutions offering    predictive analytics for sales and marketing, putting them in    direct competition with Salesforce. In a detailed article about the current AI hype,    CEO Vik Singh challenges that big companies like Salesforce are    making machine learning feel like AWS infrastructure which    wont result in sticky adoption. Singh adds that Machine    learning is not like AWS, which you can just spin up and    magically connect to some system.  <\/p>\n<p>    Chief Scientist Socher acknowledges that challenges exist, but    believes they are surmountable.  <\/p>\n<p>    Communication is at the core of CRM, but while computers have    surpassed humans in many key computer vision tasks, natural    language processing (NLP) and natural language understanding    (NLU) approaches fall short of being performant in high stakes    enterprise environments.  <\/p>\n<p>    The problem with most neural network approaches is that they    train models on a single task and a single data type to solve a    narrow problem. Conversation, on the other hand, requires    different types of functionality. You have to be able to    understand social cues and the visual world, reason logically,    and retrieve facts. Even the motor cortex appears to be    relevant for language understanding, explains Socher. You    cannot get to intelligent NLP without tackling multi-task    approaches.  <\/p>\n<p>    Thats why the Salesforce AI Research team is innovating on a    joint many-task learning approach that leverages    transfer learning, where a neural network applies knowledge of    one domain to other domains. In theory, understanding    linguistic morphology should also also accelerate understanding    of semantics and syntax.  <\/p>\n<p>    In practice, Socher and his deep learning research team have    been able to achieve state-of-the-art results on academic    benchmark tests for main entity recognition (can you identify    key objects, locations, and persons?) and semantic similarity    (can you identify words and phrases that are synonyms?). Their    approach can solve five NLP tasks  chunking, dependency    parsing, semantic relatedness, textual entailment, and part of    speech tagging  all at once and also builds in a character    model to handle incomplete, misspelled, or unknown words.  <\/p>\n<p>    Socher believes that AI researchers will achieve transfer    learning capabilities in more comprehensive ways in 2017 and    speech recognition will be embedded in many more aspects of our    lives. Right now consumers are used to asking Siri about the    weather tomorrow, but we want to enable people to ask natural    questions about their own unique data.  <\/p>\n<p>    For Salesforce Einstein, Socher is building a comprehensive    Q&A system on top of multi-task learning models. To learn    more about Salesforces vision for AI, you can hear Socher    speak at the upcoming AI By The Bay conference in San    Francisco (VentureBeat discount code VB20 for 20% off).  <\/p>\n<p>    Solving difficult research problems is only step one. Whats    surprising is that you may have solved a critical research    problem, but operationalizing your work for customers requires    so much more engineering work and talented coordination across    the company, Socher reveals.  <\/p>\n<p>    Salesforce has hundreds of thousands of customers, each with    their own analyses and data, he explains. You have to solve    the problem at a meta level and abstract away all the    complexity of how you do it for each customer. At the same    time, people want to modify and customize the functionality to    predict anything they want.  <\/p>\n<p>    Socher identifies three key phases of enterprise AI rollout:    data, algorithms, and workflows. Data happens to be the first    and biggest hurdle for many companies to clear. In theory,    companies have the right data, but then you find the data is    distributed across too many places, doesnt have the right    legal structure, is unlabeled, or is simply not accessible.  <\/p>\n<p>    Hiring top talent is also non-trivial, as computer scientists    like to say. Different types of AI problems have different    complexity. While some AI applications are simpler, challenges    with unstructured data such as text and vision mean experts who    can handle them are rare and in-demand.  <\/p>\n<p>    The most challenging piece is the last part: workflows. Whats    the point of fancy AI research when nobody uses your work?    Socher emphasizes that you have to be very careful to think    about how to empower users and customers with your AI features.    This is very complex but very specific. Workflow integration    for sales processes is very different from those for    self-driving cars.  <\/p>\n<p>    Until we invent AI that invents AI, iterating on our data,    research, and operations is a never-ending job for us humans.    Einstein will never be fully complete. You can always improve    workflows and make them more efficient, Socher concludes.  <\/p>\n<p>    This article appeared originally at Topbots.  <\/p>\n<p>    Mariya Yao is the Head of R&D atTopbots, a site    devoted to chatbots and AI.  <\/p>\n<p><!-- Auto Generated --><\/p>\n<p>Read this article:<\/p>\n<p><a target=\"_blank\" rel=\"nofollow noopener\" href=\"http:\/\/venturebeat.com\/2017\/02\/25\/what-salesforce-einstein-teaches-us-about-enterprise-ai\/\" title=\"What Salesforce Einstein teaches us about enterprise AI - VentureBeat\">What Salesforce Einstein teaches us about enterprise AI - VentureBeat<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p> Every business has customers.  <a href=\"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/artificial-intelligence\/what-salesforce-einstein-teaches-us-about-enterprise-ai-venturebeat.php\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"limit_modified_date":"","last_modified_date":"","_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[13],"tags":[],"class_list":["post-211391","post","type-post","status-publish","format-standard","hentry","category-artificial-intelligence"],"modified_by":"Danzig","_links":{"self":[{"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/posts\/211391"}],"collection":[{"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/comments?post=211391"}],"version-history":[{"count":0,"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/posts\/211391\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/media?parent=211391"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/categories?post=211391"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/tags?post=211391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}