-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (104 loc) · 6.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Progate</title>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="stylesheet" type="text/css" href="responsive.css">
<link rel="shortcut icon" href="favicon.ico" >
</head>
<body>
<header>
<div class="container">
<div class="header-left">
<img class="logo" src="https://prog-8.com/images/html/advanced/main_logo.png">
</div>
<span class="fa fa-bars menu-icon"></span>
<div class="header-right">
<a href="#">Lessons</a>
<a href="#">Sign in</a>
<a href="#" class="login">Log in</a>
</div>
</div>
</header>
<div class="top-wrapper">
<div class="container">
<h1>LEARN TO CODE.</h1>
<h1>LEARN TO BE CREATIVE.</h1>
<p>Rasa 3.X 项目实战之保险行业Insurance Bot智能业务对话机器人 | 来自硅谷的星空对话机器人源码实战技术 | Rasa培训.</p>
<p>We offer you a fully equipped coding environment to get you started.</p>
<div class="btn-wrapper">
<a href="#" class="btn signup">Sign up with Email</a>
<p>or</p>
<a href="#" class="btn facebook"><span class="fa fa-facebook"></span>Sign up with Facebook</a>
<a href="#" class="btn twitter"><span class="fa fa-twitter"></span>Sign up with Twitter</a>
</div>
</div>
</div>
<div class="lesson-wrapper">
<div class="container">
<div class="heading">
<h2>技术关键字:Rasa Application、Insurance Bot、Debugging、Customer Service、Interactive Learning、Testing、Microservices、CollectingDispatcher、Tracker、Domain、Payload、Slot、Mapping、NLU、Policies、Dialogue Management、Graph Architecture、Rasa Architecture、Life Cycle、SlotSet、RESTful、State、Validation、RegexFeaturizer、RegexEntityExtractor、EntitySynonymMapper、Endpoint、Aiohttp、Coroutines</h2>
</div>
<div class="lessons">
<div class="lesson">
<!--
<div class="lesson-icon">
<img src="https://prog-8.com/images/html/advanced/html.png">
<p>HTML & CSS</p>
</div>
<p class="text-contents">Languages used to build and design the appearances of your websites. HTML adds the structure, and CSS styles it.</p>
</div>
<div class="lesson">
<div class="lesson-icon">
<img src="https://prog-8.com/images/html/advanced/jQuery.png">
<p>jQuery</p>
</div>
<p class="text-contents">A fast, feature-rich and easy-to-use JavaScript library that handles animations and Ajax requests.</p>
</div>
-->
<div class="lesson">
<div class="lesson-icon">
<!-- img src="https://prog-8.com/images/html/advanced/ruby.png" -->
<p>核心技术内容介绍:</p>
</div>
<p class="text-contents"> 基于保险行业经典场景智能业务而设计实现的Rasa 3.X智能业务对话机器人,以调试Debugging为主线剖析项目架构设计、配置内幕、源码实现、全生命周期调试、多场景测试以及Rasa Interactive Learning等。首先会聚焦Rasa对话机器人项目实战之保险行业Insurance Bot架构设计、流程分析、状态管理及基于Rasa Interactive的智能对话实验剖析,然后会对Insurance Bot微服务代码逐行解析及现场实验剖析,紧接着分享Insurance Bot的NLU及Policies数据内幕解密、源码解析及最佳实践,然后会对Insurance Bot调试Debugging全程实战及背后架构、源码及本质解密,最后通过Rasa Interactive learning解密项目中的各种具体应用场景内幕并完成项目总结。
从功能上讲,该项目实现了保险行业经典场景智能业务中的Quote Enquiry、Claim Setting、Claim Status、Claim Payment、Account Management、Information Query等智能业务交互式对话。尤其是Debugging及Rasa Interactive Learning部分所使用的工具及透过这些工具所呈现出了项目内部的NLU、Dialogue Management及Action运行的内部流程及对各种现象的本质剖析,不仅能够帮助学员从项目动态运行的角度彻底掌握该项目,同时对提升学员对Rasa内核的理解力也会大有裨益。 该项目在Debugging及Interactive交互中展示了大量Rasa对话机器人内核高级架构和开发技术,学员可以在学习完本课程后对项目代码进行二次开发,实现自己的保险服务经典场景智能业务对话机器人任意复杂度的产品。更重要的是,该项目课程中展示的高阶对话机器人实战技术可以帮助学员在开发基于Rasa开发其它类型的对话机器人时成竹在胸。
资料及技术答疑获取: 联系星空智能对话机器人创始人/AI双线思考法作者Gavin获得代码、资料及完整的课程视频(包含额外的根据学员学习反馈而补充的视频及助教录制的视频)。
Gavin:星空智能对话机器人创始人| AI双线思考法作者
技术交流微信号:NLP_Matrix_Space
Rasa课程 | Rasa培训 | Rasa面试
原创文章,转载或其他用途请联系作者,否则将予以版权追究。.</p>
</div>
<!--
<div class="lesson">
<div class="lesson-icon">
<img src="https://prog-8.com/images/html/advanced/php.png">
<p>PHP</p>
</div>
<p class="text-contents">An open source scripting language that can be embedded into HTML, and well suited for web development.</p>
</div>
<div class="clear"></div>
</div>
-->
</div>
</div>
<div class="message-wrapper">
<div class="container">
<div class="heading">
<h2>Ready to become an awesome programmer?</h2>
<h3>Let's learn to code, learn to be creative!</h3>
</div>
<span class="btn message">Start Learning</span>
</div>
</div>
<footer>
<div class="container">
<img src="https://prog-8.com/images/html/advanced/footer_logo.png">
<p>Learn to code, learn to be creative.</p>
</div>
</footer>
</body>
</html>