微软职位内部推荐-Senior NLP Scientist
微软近期Open的职位:
Job Title: Senior NLP Scientist
Location: Suzhou, China
Suzhou, one of the most vibrant cities in the world. Come to experience the Chinese culture, explosive growth, great shopping and amazing food. The city is very international and easy to live in.
Responsibilities
Do you want to change the way the world interacts with computers? Do you want to be part of a team that pushes the Natural User Experience to the next level? Do you want to challenge yourself by innovating in an area that is new to Microsoft yet is an important strategic bet? Do you want to make Microsoft products not only accessible, but highly-functional and natural to use?
Image a world in which you interact with your TV and entertainment system using your voice and gesture instead of a collection of remote controls. In addition, instead of achieving your tasks by performing multiple searches on the internet followed by a number of user actions, you can accomplish the same tasks simply by interacting with a personal assistance running on your computer or mobile device through your own voice.
As both computational horsepower and storage capacity reach unprecedented levels, the human race is getting closer and closer to that dream of the natural user interface. Each day we are stepping closer toward being able to interact with computers the same way we interact with another human being. To bring these experiences to the world, we need to leverage various technologies throughout the stack which includes Speech Recognition, Natural Language Understanding, Dialog modeling, Natural Language Generation and Speech Synthesis, among others.
The Search Technology Center Asia group is looking for self-motivated Scientists/Engineers with a strong background in one or more of the following areas:
• Natural language understanding and processing.
• Machine learning
• Conversation Understanding
• Human dialog modeling.
• Natural Language generation.
Additional qualifications include
1. MSc or PhD in CS/EE (with focus in one or more of NUI Applications) or equivalent experience.
2. Minimum of 7 years experiences working in the domain
3. Effective communication skills and ability to work in a collaborative environment
4. Full understanding of the tradeoffs for decisions made in an NUI system.
5. Software development skills, aptitude for developing good quality system.
6. Ability to program in scripting, C++ or C# programming language.
Microsoft is an equal opportunity company and support workforce diversity.
GCR:CN:DEV:EN
研究科学家 (微软中国 - - 苏州)
你想改变人类与计算机进行交互的方式吗?你想要为全世界的用户提供强大的自然用户界面(NUI) 引擎吗?您想要加入到这一项对微软很重要的创新技术的研发吗?
想象一下这个场景, 你可以用语音,手势和你的手机,平板电脑,电视和游戏终端进行交互, 不再需要遥控器,而且你不用绞尽脑汁思考使用什么关键字去搜索你想要的信息,只要对设备里面的个人助手说出你想要完成的事情,它就能智能理解你的意图,给出建议,并且自动帮你完成任务并产生自然的反馈。这一切就如同和一个真人助手交互。
如今计算机的计算能力和存储容量达到前所未有的水平,人类越来越接近自然用户界面的梦想。每一天我们都更接近自然人机交互的目标。为了实现这样的产品,我们需要利用很多语音和语言处理的技术,包括语音识别、 自然语言理解,对话建模、 自然语言生成和语音合成。
微软亚洲互联网工程院正在招聘以下列领域的软件开发工程师和研究科学家。
• 自然语言理解和处理。
• 机器学习
• 机器翻译
• 对话建模
• 自然语言生成
其他资格包括:
1. 拥有计算机硕士/博士学位或相关NUI领域的专业知识
2. 最少7 年相关领域的工作经验
3. 有效的沟通和协作能力
4. 充分了解NUI系统并能做出适当的技术决策
5. 擅长软件开发,能够开发高质量的软件
6. 熟练掌握脚本,C++ 或 C# 编程语言
Microsoft is an equal opportunity employer and supports workforce diversity.
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-Senior NLP Scientist的更多相关文章
- 微软职位内部推荐-Senior NLP Scientist & Developer
微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com )Senior Software Development Engineer/NL ...
- 微软职位内部推荐-Senior Data Scientist
微软近期Open的职位: Extracting accurate, insightful and actionable information from data is part art and pa ...
- 微软职位内部推荐-Senior Software Engineer-News
微软近期Open的职位: News is a critical areas for integration of mobile and services, one of the top priorit ...
- 微软职位内部推荐-Senior Speech TTS
微软近期Open的职位: Job Description: Responsibilities Do you want to change the way the world interacts wit ...
- 微软职位内部推荐-Senior Software Engineer_Azure
微软近期Open的职位: Job Title: Senior Software Engineer Location: Shanghai, China Have you ever imagined th ...
- 微软职位内部推荐-Senior Development Engineer
微软近期Open的职位: Job Title: Senior Software Development Engineering Work Location: Suzhou, China Enterpr ...
- 微软职位内部推荐-Senior Software Engineer-SDP
微软近期Open的职位: Position: Senior SDE The R&D of Shared Data Platform at Application and Services Gr ...
- 微软职位内部推荐-Senior SDE
微软近期Open的职位: Position: Senior SDE-- Mobile Products Android/iOS/WP Senior Developer Contact Person: ...
- 微软职位内部推荐-Senior Development Lead
微软近期Open的职位: MSIT Dynamics CRM Sr. Dev Lead (Sr. Dev Lead, Microsoft China, Beijing) Are you interes ...
随机推荐
- Markdown 进阶
目录 markdown进阶语法 内容目录 加强代码块 脚注 流程图 时序图 LaTeX公式 markdown进阶语法 内容目录 使用 [TOC] 引用目录,将 [TOC] 放至文本的首行,编辑器将自动 ...
- tp5 migrate数据库迁移工具
tp5相对与tp3.2有很大的不同 migrate是其中一点,通过migrate程序员可以在php代码中创建数据库修改回滚等操作 首先下载migrate扩展,命令行到当前项目目录下执行 compose ...
- def chi(*food,**kw):
def chi(*food,**kw): print(food,kw)chi("cong","蒜",'姜','可乐',"J=Juice",a ...
- leetcode 121 买卖股票的最佳时机
题目 给定一个数组,它的第 i 个元素是一支给定股票第 i 天的价格. 如果你最多只允许完成一笔交易(即买入和卖出一支股票),设计一个算法来计算你所能获取的最大利润. 注意你不能在买入股票前卖出股票. ...
- Alpha课堂展示(麻瓜制造者)
目录 成员简介 演示动态图 预期用户量 演示动态图 目标用户视频 分工协作 项目管理 质量控制 团队角色与具体贡献 用户反馈 成员简介 刘双玉 http://www.cnblogs.com/liu42 ...
- Excel 怎样去掉单元格中的回车符号
1.同时按下 CTRL+H调出"查找---替换"对话框:2.在查找中输入:按住ALT ,小键盘输入 10 ,然后松开ALT:3.在替换中写入要替换的符号:这样就将回车符换成其他符号 ...
- Docker技术入门与实战 第二版-学习笔记-9-Docker Compose 项目-3-Django项目实例
使用 Django 我们现在将使用 Compose 配置并运行一个 Django/PostgreSQL 应用.在此之前,先确保 Compose 已经安装. 1.通过编辑 Dockerfile文件来指定 ...
- WorldWind源码剖析系列:窗口定制控件类WorldWindow
在WorldWindow定制控件是从Control类派生出来的,需要自己操纵GDI+绘制所需要的界面效果,这种自定义控件比较耗费精力,需要比较深厚的GDI+和DirectX 3D开发功底.(区别于用户 ...
- JAVA框架Struts2 Action类
一.Action书写方式: 接口地址:https://struts.apache.org/maven/struts2-core/apidocs/index.html Action类就是一个POJO类. ...
- 1-51单片机ESP8266学习-AT指令(开发板介绍)
51单片机+ESP8266开发教程(AT指令篇) 开发板资源分布: 开发板部分原理图: 1--通信下载 2--51单片机 3--ESP8266(WIFI模块) 4--DHT11(温湿度传感器) 5-- ...