简体   繁体   English

自动解决客户技术问题生产L3票证

[英]Automate Solving of customer technical issue Production L3 tickets

I want to develop a app/software which understand text from various input and make Decision according to it. 我想开发一个应用程序/软件,它可以理解来自各种输入的文本,并据此做出决策。 Further if any point the system got confused then user can manual supply the output for it and from next time onwards system must learn to give such output in these scenarios. 此外,如果系统感到困惑,则用户可以为其手动提供输出,并且从下一次开始,系统必须学会在这些情况下提供此类输出。 Basically system must learn from its past experience. 基本上,系统必须借鉴其过去的经验。 The job that i want handle with this system is mundane job of resolving customer technical problems.( Production L3 tickets). 我要用此系统处理的工作是解决客户技术问题的平凡工作。(生产L3票)。 The input in this case would be customer problem like with the order( like the state in which order is stuck and the state in which he wants it to be pushed) and second input be the current state order( data retrieved for that order from multiple tables of db) . 在这种情况下,输入将是客户问题,例如订单(例如,订单被卡住的状态以及他希望将其推入的状态),而第二个输入是当前状态订单(从多个订单中检索该订单的数据db表)。 For these two inputs the output would be the desired action to be taken like to update certain columns and fire XML for that order. 对于这两个输入,输出将是希望采取的措施,例如更新某些列并按该顺序触发XML。 The tools which I think would required is a Natural Language processor( NLP) library for understanding text and machine learning so as learn from past confusing scenarios. 我认为需要的工具是自然语言处理器(NLP)库,用于理解文本和机器学习,以便从过去令人困惑的场景中学习。

If you want to use Java libraries for your NLP Pipeline, have a look at Opennlp . 如果要将Java库用于NLP管道,请查看Opennlp

you've a lot of basic support here . 您在这里有很多基本的支持。

And then you've deeplearning4j where you've a lot of Neural Network implementations in java. 然后,您需要进行deeplearning4j的学习 ,在这里您可以在Java中实现很多神经网络实现。 As you want a Dynamic model which can learn from past experiences rather than a static one, you've a number of neural netwrok implementations which you can play with in deeplearning4j. 当您需要一个可以从过去的经验中学习而不是从静态经验中学习的动态模型时,您可以在deeplearning4j中使用许多神经网络实现。

Hope this helps! 希望这可以帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM