ID |
原文 |
译文 |
52857 |
同时该算法也考虑了订单钢卷出库顺序和出库量等因素,验证了算法的适用性。 |
At the same time, the algorithm also considers factors such as the order and volume of order steel coils to verify the algorithm applicability. |
52858 |
通常一个销售代表会有数百名客户。 |
Each sales representative usually has hundreds of customers. |
52859 |
销售代表无法定量预测哪位客户最近有下单需求,所以多采用轮询或者主观直觉的方式决定每天的回访客户名单。 |
Sales representatives cannot quantitatively predict which customer will place an order recently, so they often use polling or intuitive methods to decide the list of visiting customers every day. |
52860 |
本文以深度学习的思路,把销售代表的历史回访记录作为输入数据,以卷积神经网络(CNN)和循环神经网络(RN N)为基础模型,让模型学习客户复购行为的内在逻辑以便指导初级销售代表的每日回访工作。 |
This paper takes the historical visit records of sales representatives as input data, and uses convolutional neural network(CNN) and recurrent neural network(RNN) to make the model learn the internal logic of customer repurchase behavior, in order to guide the daily jobs of junior sales representatives' jobs. |
52861 |
相对传统回访策略,在深度学习算法辅助下的回访策略可以把回访相对成功率提高120%,取得了显著的效果。 |
Compared with the traditional visit strategy, the new visit strategy of deep learning has achieved good results and increases the relative success rate of visit by about 120%. |
52862 |
信息检索效率的提高可以给用户带来更好的体验。 |
The improvement of information retrieval efficiency can bring better user experience. |
52863 |
信息检索的实质是字符串匹配, |
The essence of information retrieval is string matching. |
52864 |
针对当前字符串匹配算法效率低下的问题,本文提出一种基于位置索引的中英文快速模糊检索算法, |
In view of the low efficiency of the current string matching algorithm, this paper proposes a fast fuzzy retrieval algorithm based on location index. |
52865 |
通过直接获取被匹配串的所有位置信息,在匹配串进行匹配时可根据位置信息达到直接精确匹配,从而提升匹配效率。 |
By directly obtaining all the position information of the matched string, the direct and accurate matching can be achieved according to the position information when matching the matched string, thus greatly improving the matching efficiency. |
52866 |
并在此算法基础上深入分析了基于中文的模糊匹配查找和多关键字查找。 |
Based on this algorithm, the fuzzy matching search and multi keyword search based on Chinese are analyzed. |