微软近期Open的职位:

Contact Person: Winnie Wei (wiwe@microsoft.com )

Senior Software Development Engineer/NLP Scientist (Microsoft China - Suzhou)

Location: Suzhou
Suzhou is 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 2 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.

软件开发工程师/研究科学家 (微软中国 - - 苏州)

你想改变人类与计算机进行交互的方式吗?你想要为全世界的用户提供强大的自然用户界面(NUI) 引擎吗?您想要加入到这一项对微软很重要的创新技术的研发吗?

想象一下这个场景, 你可以用语音,手势和你的手机,平板电脑,电视和游戏终端进行交互, 不再需要遥控器,而且你不用绞尽脑汁思考使用什么关键字去搜索你想要的信息,只要对设备里面的个人助手说出你想要完成的事情,它就能智能理解你的意图,给出建议,并且自动帮你完成任务并产生自然的反馈。这一切就如同和一个真人助手交互。

如今计算机的计算能力和存储容量达到前所未有的水平,人类越来越接近自然用户界面的梦想。每一天我们都更接近自然人机交互的目标。为了实现这样的产品,我们需要利用很多语音和语言处理的技术,包括语音识别、 自然语言理解,对话建模、 自然语言生成和语音合成。

微软亚洲互联网工程院正在招聘以下列领域的软件开发工程师和研究科学家。
• 自然语言理解和处理。
• 机器学习
• 机器翻译
• 对话建模
• 自然语言生成

其他资格包括:
1. 拥有计算机硕士/博士学位或相关NUI领域的专业知识
2.最少2 年相关领域的工作经验
3.有效的沟通和协作能力
4.充分了解NUI系统并能做出适当的技术决策
5. 擅长软件开发,能够开发高质量的软件
6. 熟练掌握脚本,C++ 或 C# 编程语言

Microsoft is an equal opportunity employer and supports workforce diversity.
GCR:CN:DEV:EN

如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com

微软职位内部推荐-Senior NLP Scientist & Developer的更多相关文章

  1. 微软职位内部推荐-Senior NLP Scientist

    微软近期Open的职位: Job Title: Senior NLP Scientist Location: Suzhou, China Suzhou, one of the most vibrant ...

  2. 微软职位内部推荐-Senior Data Scientist

    微软近期Open的职位: Extracting accurate, insightful and actionable information from data is part art and pa ...

  3. 微软职位内部推荐-Senior Android Developer

    微软近期Open的职位: Position: Senior SDE-- Mobile Products Android/iOS/WP Senior Developer Contact Person: ...

  4. 微软职位内部推荐-Senior Software Engineer-News

    微软近期Open的职位: News is a critical areas for integration of mobile and services, one of the top priorit ...

  5. 微软职位内部推荐-Senior Development Engineer

    微软近期Open的职位: Job Title: Senior Software Development Engineering Work Location: Suzhou, China Enterpr ...

  6. 微软职位内部推荐-Senior Software Engineer-SDP

    微软近期Open的职位: Position: Senior SDE The R&D of Shared Data Platform at Application and Services Gr ...

  7. 微软职位内部推荐-Senior SDE

    微软近期Open的职位: Position: Senior SDE-- Mobile Products Android/iOS/WP Senior Developer Contact Person: ...

  8. 微软职位内部推荐-Senior Software Development En

    微软近期Open的职位: Job Title: Senior Development Engineer Division: Visual Studio China - Developer Divisi ...

  9. 微软职位内部推荐-Senior Speech TTS

    微软近期Open的职位: Job Description: Responsibilities Do you want to change the way the world interacts wit ...

随机推荐

  1. LeetCode 338

    Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the ...

  2. LeetCode 283

    Move Zeros Given an array nums, write a function to move all 0's to the end of it while maintaining ...

  3. ConcurrentHashMap和Hashtable区别

    Hashtable:synchronized是针对整张Hash表的,即每次锁住整张表让线程独占安全的背后是巨大的浪费 ConcurrentHashMap和Hashtable主要区别就是围绕着锁的粒度以 ...

  4. Android 给应用定制皮肤

    Android 给应用定制皮肤 导读:皮肤也就是相关的资源文件单独放置在某个工程中,一种皮肤一个工程文件.一个工程包括N多的资源文件,多个工程间资源的关系是,文件名,资源ID等完全一样. 在实现程序功 ...

  5. js获取网页高度(详细整理)

    网页可见区域宽: document.body.clientWidth 网页可见区域高: document.body.clientHeight 网页可见区域宽: document.body.offset ...

  6. 开始迈入Csharp的世界了

    以前没有学过, 有点兴奋,完全是新手啊. 今天是元宵情人节, 加油↖(^ω^)↗ 分享一些话:   一则拉封丹寓言名字叫寓言<两个朋友>:    一天夜里,一个朋友突然去找另一个朋友.被吵 ...

  7. IntelliJ IDEA 13.x 下使用Hibernate + Spring MVC + JBoss 7.1.1

    从2004年开始做.NET到现在.直到最近要做一些JAVA的项目,如果说100个人写一篇关于.NET的文章,估计这10个人写的内容都是一样.但是如果说10个人写Java的文章,那真的是10个人10种写 ...

  8. Android--简单的三级菜单

      关于这个菜单应该在很多播放器应用里面可以看见,直接先上两张效果图吧,一张是该Demo的效果图,一张是优酷手机客户端的效果图.                                     ...

  9. Chrome 控制台不完全指南【转载】

    Chrome的开发者工具已经强大到没朋友的地步了,特别是其功能丰富界面友好的console,使用得当可以有如下功效: 更高「逼格」更快「开发调试」更强「进阶级的Frontender」 Bug无处遁形「 ...

  10. asp.net中C#获取字符串中汉字的个数实例

    符串可以包括数字,字母,汉字或者其他的字符.使用Char类型的IsDigit静态方法可以判断字符串中的字符是否为数字,使用Char类型中的 IsLetter静态方法可以判断字符串中是否为字母.我们来实 ...