2016年清华大学iCenter人工智能黑客松挑战赛

来自iCenter Wiki
2016年11月5日 (六) 13:25Maxd讨论 | 贡献的版本

跳转至: 导航搜索

清华大学iCenter人工智能黑客松挑战赛 AIHackathon

时间2016/11/19 (周六) -2016/11/20(周日)
地点iCenter李兆基科技大楼一层B148创客空间
比赛内容

1. 挑战任务第一关:语音频谱图分类

  • 训练数据由iCenter提供,为24种语音指令的集合,被转为频谱图的形式,以bmp格式,或者32位浮点数组的二进制格式给出
  • iCenter-CLoud提供GPU工作站(6台)作为计算资源
  • 各团队设立私有项目,比赛代码托管在iCenter-gitlab上
  • 比赛评委评分以测试数据上的准确度为准

2. 挑战任务第二关:设计并实现具有实用场景的智能机器人对话服务

  • 使用微软LUIS语言理解智能服务API作为自然语言处理核心,利用微软BotFramework服务,在本地的Bot模拟器上实现智能机器人对话功能
  • 基于微软云Azure平台,将智能机器人上传云端,发布成Web服务
  • 完成前端开发,实现将智能机器人展现在网页端,或与微信等第三方平台连接
  • 比赛评委评分以智能机器人对话服务的完成度及应用场景新颖度综合考量


技术参考资料

  • iCenter-Cloud

[1]

  • iCenter-Gitlab

[2] • TensorFlow: https://www.tensorflow.org/versions/master/tutorials/mnist/beginners/index.html • 微软认知服务中的LUIS语言理解智能服务: https://www.azure.cn/cognitive-services/zh-cn/language-understanding-intelligent-service-luis • 微软云Azure Web服务: https://azure.microsoft.com/zh-cn/services/app-service/web/ • 微软 Bot Framework 开发者文档: https://docs.botframework.com/ • 微软BotNodeJS示例代码:https://github.com/Microsoft/BotBuilder/tree/master/Node • 微软Bot C#示例代码:https://github.com/Microsoft/BotBuilder/tree/master/CSharp • 微软Bot如何与微信连接: http://www.cnblogs.com/sonic1abc/p/5941442.html • VisualStudio 2015Community版本免费下载地址:https://www.visualstudio.com/post-download-vs/?sku=community&clcid=0x409&telem=ga • VisualStudioCode免费下载地址: https://code.visualstudio.com/