【转】机器学习在B2B的应用
原文地址:http://www.mbtmag.com/blog/2017/04/artificial-intelligence-making-it-work-industrial-companies?cmpid=horizontalcontent
作者:Pete Eppele is Senior Vice President of Products and Science at Zilliant. B2-AI company
AI in B2B
In B2B, it’s all about expanding existing customer relationships versus the more transactional, customer acquisition focus we see in B2C. The introduction of Einstein has prompted organizations to think in new ways about how AI can help improve their customer relationships. CRM, CPQ and other similar technologies are an essential foundation to improving seller efficiency. Adding a layer of intelligence (more specifically, artificial intelligence) can rapidly accelerate the value and power delivered through a company’s technology stack. For B2B industrial companies, the implications are exciting, prompting company leaders to ask critical questions such as:
- What if AI helped us know every customer as well as our best customer?
- What if AI empowered every sales person to perform like our top performer?
- What if AI enabled my sellers to sell the entire product portfolio?
- What if AI provided deal-specific prices that are most likely to result in a win?
- What if AI could bring sales person smarts to e-commerce interactions?
Industrial companies need AI to deliver action-oriented insights to sales teams so they can drive deep, long-term customer relationships by anticipating customer needs, fighting off competitive threats, growing wallet share in accounts, and quoting consistently across all sales channels. Existing AI applications in B2B focus on retention, growth and flexible pricing that empowers companies to respond to complex dynamics such as inflation, deflation, volatile cost conditions, extreme competition, regional factors and much more. AI applications in B2B truly offer a massive opportunity to optimize the value of every customer relationship and interaction.
Is it Truly AI? Some Pointers
There’s incredible buzz around AI now, which means nearly every solution provider will be touting that they deliver AI, machine learning or deep learning. Be wary of providers that are new to the game and don’t have a deep history in B2B steeped in delivering artificial intelligence to solve the unique problems outlined above. Providers with this rich background paired with best-in-class technologies are the ones to look for. Make sure the output of the AI model is actionable, meaning it’s delivered seamlessly into your existing CPQ, e-commerce platform, CRM, home grown tool, ERP, or otherwise. You want guidance to flow into the applications that your reps use every day. From an architecture standpoint, multi-tenant SaaS is critical and the benefits are vast. From total-cost-of-ownership, to seamless upgrades, to everything in between, multi-tenant SaaS should be on your list of criteria. Most importantly, however, is having the right domain knowledge and expertise in place to build out the guidance model. In other words, to get the best results from AI models, it’s critical for data scientists to have the necessary domain expertise.
【转】机器学习在B2B的应用的更多相关文章
- 机器学习_线性回归和逻辑回归_案例实战:Python实现逻辑回归与梯度下降策略_项目实战:使用逻辑回归判断信用卡欺诈检测
线性回归: 注:为偏置项,这一项的x的值假设为[1,1,1,1,1....] 注:为使似然函数越大,则需要最小二乘法函数越小越好 线性回归中为什么选用平方和作为误差函数?假设模型结果与测量值 误差满足 ...
- 机器学习在SAP Cloud for Customer中的应用
关于机器学习这个话题,我相信我这个公众号1500多位关注者里,一定有很多朋友的水平比Jerry高得多.如果您看过我以前两篇文章,您就会发现,我对机器学习仅仅停留在会使用API的层面上. 使用Java程 ...
- .NET平台开源项目速览(13)机器学习组件Accord.NET框架功能介绍
Accord.NET Framework是在AForge.NET项目的基础上封装和进一步开发而来.因为AForge.NET更注重与一些底层和广度,而Accord.NET Framework更注重与机器 ...
- 【Machine Learning】机器学习及其基础概念简介
机器学习及其基础概念简介 作者:白宁超 2016年12月23日21:24:51 摘要:随着机器学习和深度学习的热潮,各种图书层出不穷.然而多数是基础理论知识介绍,缺乏实现的深入理解.本系列文章是作者结 ...
- BAT“搅局”B2B市场,CIO们准备好了吗?
"CIO必须灵活构建其所在企业的IT系统,深入业务,以应对日新月异的数字化业务环境." BAT军团"搅局"B2B市场,CIO们准备好了吗? 庞大的企业级市场 ...
- 借助亚马逊S3和RapidMiner将机器学习应用到文本挖掘
本挖掘典型地运用了机器学习技术,例如聚类,分类,关联规则,和预测建模.这些技术揭示潜在内容中的意义和关系.文本发掘应用于诸如竞争情报,生命科学,客户呼声,媒体和出版,法律和税收,法律实施,情感分析和趋 ...
- Android开发学习之路-机器学习库(图像识别)、百度翻译
对于机器学习也不是了解的很深入,今天无意中在GitHub看到一个star的比较多的库,就用着试一试,效果也还行.比是可能比不上TensorFlow的,但是在Android上用起来比较简单,毕竟Tens ...
- 快消品迎来B2B元年,行业将如何变革?
一年接近尾声,又到了年终总结的时候,宴会厅里传来各种激情澎湃的演讲,有的行业遍地开花.欢声笑语不绝于耳:有的行业却没能迎来"昨夜东风",只能嗟叹"不堪回首".2 ...
- 【NLP】基于机器学习角度谈谈CRF(三)
基于机器学习角度谈谈CRF 作者:白宁超 2016年8月3日08:39:14 [摘要]:条件随机场用于序列标注,数据分割等自然语言处理中,表现出很好的效果.在中文分词.中文人名识别和歧义消解等任务中都 ...
随机推荐
- 算法实践--最小生成树(Kruskal算法)
什么是最小生成树(Minimum Spanning Tree) 每两个端点之间的边都有一个权重值,最小生成树是这些边的一个子集.这些边可以将所有端点连到一起,且总的权重最小 下图所示的例子,最小生成树 ...
- javascript mqtt 发布订阅消息
js client使用paho-mqtt,官网地址:http://www.eclipse.org/paho/,参考http://www.eclipse.org/paho/clients/js/官网给出 ...
- 杂谈c.cpp
Endl确保程序运行前刷新输出(将其立即显示在屏幕上),而’\n’却不能保证 在c++中,是以分号分割的,所以可以把几条代码放在一行,也可以把一条代码放在几行 编译器负责分配和标记内存的细节 C++可 ...
- git 在本地拉取远程分支的代码(并不做提交操作)
1. git fetch 获取远程的所有分支 2. 在执行 git checkout -b local-branch-name origin/remote-branch 就可以将远程分支remote ...
- dll 恐怖的代码调整
总结一波这998的不得不提的调整代码的心得. 调整代码的背景:现有wps美化代码分散在各个插件里面,导致每次修改一小部分代码,都要全新编译,并且只能跟版本发,所以决定将wps的美化代码整合成一个插件d ...
- 【HQL】小技巧
case1.a与b匹配表保留一条匹配关系 背景:匹配b,b匹配a在同一张表: match_table表为: uid,m_uid 111,222 222,111 需求:只保留一条匹配关系. 结果为: u ...
- leetcode102
本题是广度优先遍历(BFS)实现树的层次遍历,使用队列实现. class Solution { public: vector<vector<int>> levelOrder(T ...
- leetcode206
/** * Definition for singly-linked list. * public class ListNode { * public int val; * public ListNo ...
- 修改CKplayer.js 源码解决移动端浏览器全屏不能限制快进的问题
原文地址:https://www.cnblogs.com/jying/p/9642445.html,转载请说明出处. 最近项目需要播放视频且限制未观看部分的快进功能,找了两款js插件ckplayer和 ...
- MFC---关于string.h相关函数
1.在VS2005中使用strcpy.strcat.sprintf出现如:mfc中'strcpy' was declared deprecated警告 这是因为VS2005中认为CRT中的一组函数如果 ...