Daily Scrum 12/10/2015
Zhaoyang: Finished the implementation of query suggestion UI;
Yandong: Changed the fusion algorithm from early-fusion to late-fusion;
Dong: Still testing the performance of Oxford Speech API;
Fuchen: Deployed the MSRA word embedding model to our project;
Minlong: Packaged CoreNLP with defined input and output;
Daily Scrum 12/10/2015的更多相关文章
- Daily Scrum 12.10
		今日完成任务: 终于修复了大部分的异常,感觉顿时松了一口气.重新在服务器上部署了webservice接口服务以及学霸网站.资源的上传下载功能正在逐渐完善. 遇到困难: 在本地运行正常,部署到服务器上运 ... 
- Daily Scrum – 12/10
		Meeting Minutes 完了了部分页面设计,可能是没有完成的原因,感觉好丑= =: 完成了调整速度的条: 讨论了页面翻转的实现方式,以及可能的简化方式: 进一步整合各个组件: 改进页面上移的按 ... 
- Daily Scrum 12/29/2015
		Process: Zhaoyang: Add the Time bar feature in the APP and complete the Speech API. Yandong: Do some ... 
- Daily Scrum 12/25/2015
		Process: Zhaoyang: Implement the Alex 50M model in the Caffe framework. Yandong: The Azure Back end ... 
- Daily Scrum 12/24/2015
		Process: Zhaoyang: Some UI change and compile the Caffe in the IOS. Yandong: Do some code integratio ... 
- Daily Scrum 12/23/2015
		Process: Zhaoyang: Compile the Caffe IOS version and make it run in the IOS9. Yandong: Finish the Az ... 
- Daily Scrum 12/21/2015
		Process: Zhaoyang: Integrate the oxford Speech API Code to the IOS client and do some UI optimizatio ... 
- Daily Scrum 12/18/2015
		Process: Zhaoyang: Some IOS UI upgrade to increase the users' experience. Minlong: Build a restful s ... 
- Daily Scrum 12/17/2015
		Process: Zhaoyang:完成了相册图片的异步加载. Yandong&Dong: 对Azure的体系架构进行学习和相应的编程. Fuchen: 对Oxford计划中的NLP接 ... 
随机推荐
- select_related prefetch_related
			# select_related与prefetch_related# # select_related帮你直接连表操作 查询数据 括号内只能放外键字段# # res = models.Book.obj ... 
- Python模块---Wordcloud生成词云图
			wordcloud是Python扩展库中一种将词语用图片表达出来的一种形式,通过词云生成的图片,我们可以更加直观的看出某篇文章的故事梗概. 首先贴出一张词云图(以哈利波特小说为例): 在生成词云图之前 ... 
- [最短路,floyd] Codeforces 1202B You Are Given a Decimal String...
			题目:http://codeforces.com/contest/1202/problem/B B. You Are Given a Decimal String... time limit per ... 
- IDEA报错:Could not find resource com/liwen/bean/userMapper.xml
			主要原因设idea无法识别src路径下的xml文件,要把xml文件建立在resources文件下 
- Hook集合----SSDTHook(x86  Win7)
			最近在学习Ring0层Hook的一些知识点,很久就写完SSDTHook的代码了,但是一直没有整理成笔记,最近有时间也就整理整理. 介绍: SSDTHook 实质是利用Ntoskrnl.exe 中全局导 ... 
- 一个完整的机器学习项目在Python中演练(三)
			大家往往会选择一本数据科学相关书籍或者完成一门在线课程来学习和掌握机器学习.但是,实际情况往往是,学完之后反而并不清楚这些技术怎样才能被用在实际的项目流程中.就像你的脑海中已经有了一块块"拼 ... 
- 从零开始实现穿衣图像分割完整教程(附python代码演练)
			时装业是人工智能领域很有前景的领域.研究人员可以开发具有一定实用价值的应用.我已经在这里展示了我对这个领域的兴趣,在那里我开发了一个来自Zalando在线商店的推荐和标记服装的解决方案. 在这篇文章中 ... 
- coding++:java操作 FastDFS(上传 | 下载 | 删除)
			开发工具 IDEAL2017 Springboot 1.5.21.RELEASE --------------------------------------------------------- ... 
- 如何找回QQ聊天记录、语音、图片?
			多图长图预警,本教程适用于 安卓手机 认真仔细看完答案的成功几率翻倍哟! 请各位认真看答案!求您了~ 2020年/4/4日 更新 人民不会忘记,祖国不会忘记,我们不会忘记,先烈不朽. 调整答案顺序,使 ... 
- 解决Pycharm导入当前项目的.py文件错误
			如图所示错误,由左边导航栏可见.py文件存在: 解决办法:右键单击导包错误文件所在目录,选择[Mark Directory as]+[Sources Root] 错误已解决: 
