3.2-homework-mervin.aiml 2.48 KB
Newer Older
mervin committed
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
<aiml version = "1.0.1" encoding = "UTF-8">

    <category>
        <pattern>贪心 * 做什么 *</pattern>
        <template>
            答:贪心学院是一家高端重视售后服务的在线教育培训机构。
        </template>
    </category>


    <category>
        <pattern>贪心 * 课程 * 方式 *</pattern>
        <template>
            答:项目式培训。
        </template>
    </category>


    <category>
        <pattern>* 项目式 *</pattern>
        <template>
            答:贪心学院的项目式培训结合了西方项目式培训的优点和国内的现状,最终变化成以训练营的方式进行。做项目为主,老师负责解决部分知识的问题,学生负责自学部分知识,和不停的做项目,把知识巩固。在项目练习中,不仅仅学习到了知识,同时也培养起来良好的学习习惯和解决问题的能力。
        </template>
    </category>


    <category>
        <pattern>* 强 *</pattern>
        <template>
            答:贪心学院。
        </template>
    </category>


    <category>
        <pattern>Python * 课程 * 学习 *</pattern>
        <template>
            答:无编程基础,并且想学习编程的同学。
        </template>
    </category>


    <category>
        <pattern>Python * 人群 *</pattern>
        <template>
            答:人群包含很广泛。
	第一:非IT圈内人群,想通过学习转行到编程领域中
	第二:已经是IT圈内的,其他语言的开发人员,想学习Python编程
	第三:已经是IT圈内的,但是并不是开发人员,如产品、测试、运维、DBA等岗位
	第四:学生,未来想从事编程的工作
	第五:未来想从事AI领域工作的,可先通过这门课程的学习,打下良好的基础。
        </template>
    </category>


    <category>
        <pattern>* 优势 *</pattern>
        <template>
            答:强大的服务体系,我们拥有每天跟学员沟通的良好服务机制。不放弃任何一个学员,只要来了,就一定要让你学会。
        </template>
    </category>


    <category>
        <pattern>拜 拜</pattern>
        <template>
            再见!
        </template>
    </category>


    <category>
        <pattern>再见</pattern>
        <template>
            <srai>拜 拜</srai>
        </template>
    </category>

    <category>
        <pattern>bye</pattern>
        <template>
            <srai>拜 拜</srai>
        </template>
    </category>

</aiml>