微软近期Open的职位:

Job Description:

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 Conversational Understanding Technology (Personal Assistant Technology that powers Cortana on Windows Phone 8.1) 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?

The Bing Platform team is working hard towards the goal of understanding and harnessing the world knowledge on the internet to make available all these data through a natural user interface. As part of the overall bigger Bing Team, the China team is responsible for the following components

- Text to Speech Synthesis

- Speech Recognition

- Language Understanding

- Natural Language Generation

We are looking for self-motivated candidates for Senior SDE and Senior Development Lead Positions.

Required skills/qualifications:

o MSc or PhD in Computer Science or related field.

o Proven core technical knowledge and relevance experience -- 5+ years software product cycle experience

o Great design and problem solving skills, with demonstrated passion for quality, performance, and engineering excellence

o Effective communication skills and ability to work in a collaborative environment

o Ability to program in scripting, C++ or C# programming language.

o Software development skills, aptitude for developing good quality system.

o Knowledge in machine learning, NLP, Speech is a plus

微软亚洲互联网工程院招聘高级软件开发工程师和开发经理

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

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

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

微软亚洲互联网工程院正在招聘以下列领域的高级软件开发工程师和开发经理。

• 自然语言理解和处理。

• 语音识别和合成

• 机器学习

• 机器翻译

• 对话建模

• 自然语言生成

其他资格包括:

1. 拥有计算机硕士/博士学位或相关领域的专业知识

2. 最少5 年产品级软件开发的工作经验,充分理解软件开发流程

3. 有效的沟通和协作能力

4. 充分了解NUI系统并能做出适当的技术决策

5. 擅长软件开发,能够开发高质量的软件

6. 熟练掌握脚本,C++ 或 C# 编程语言

Microsoft is an equal opportunity employer and supports workforce diversity.

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

微软职位内部推荐-Senior Speech TTS的更多相关文章

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

    微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com )Senior Software Development Engineer/NL ...

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

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

  3. 微软职位内部推荐-Senior Software Engineer_Azure

    微软近期Open的职位: Job Title: Senior Software Engineer Location: Shanghai, China Have you ever imagined th ...

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

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

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

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

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

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

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

    微软近期Open的职位: MSIT Dynamics CRM Sr. Dev Lead (Sr. Dev Lead, Microsoft China, Beijing) Are you interes ...

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

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

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

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

随机推荐

  1. Html5新标签及用法

    HTML 5 是一个新的网络标准,目标在于取代现有的 HTML 4.01, XHTML 1.0 and DOM Level 2  HTML 标准.它希望能够减少浏览器对于需要插件的丰富性网络应用服务( ...

  2. 用Chrome在电脑上模拟微信浏览器

    1.先了解安卓微信和Ios微信的UA(User agent:用户代理) 安卓微信UA: mozilla/5.0 (linux; u; android 4.1.2; zh-cn; mi-one plus ...

  3. SimpleDateFormat 相关用法

    parse(String s)返回的是一个Date类型数据,format(Date d)返回的是一个String类型的数据 SimpleDateFormat sd = new SimpleDateFo ...

  4. The future of programming languages

    In this video from JAOO Aarhus 2008 Anders Hejlsberg takes a look at the future of programming langu ...

  5. kettle菜鸟学习笔记3----kettle数据库连接错误及解决

    数据库连接测试时,所有的参数信息都填写正确,却报错了. 或者,没有进行数据库连接测试,直接保存了当前数据库连接,然后在浏览,选择目标表时报错: 或者其他别的关于数据库连接的错误…… 第一个要考虑的就是 ...

  6. JavaScript之六种排序法

    1.冒泡排序循环的最大值从length递减每次循环只能排好最后一个,然后递减到第一个 function bubbleSort(){ var changedData = new Array(); var ...

  7. 小菜鸟带着梦想学chromium

    风雨送春归, 飞雪迎春到. 已是悬崖百丈冰, 犹有花枝俏. 俏也不争春, 只把春来报. 待到山花烂漫时, 她在丛中笑. 这首卜算子·咏梅可是应了我的心情了.最近换工作,受到频频打击,面试过程中发现满世 ...

  8. 在调用“Fill”前,SelectCommand 属性尚未初始化

    在调用“Fill”前,SelectCommand 属性尚未初始化 是因为少写了一行代码: private readonly string strConnection = System.Configur ...

  9. Runtime学习与使用(一):为UITextField添加类目实现被键盘遮住后视图上移,点击空白回收键盘

    OC中类目无法直接添加属性,可以通过runtime实现在类目中添加属性. 在学习的过程中,试着为UITextField添加了一个类目,实现了当TextField被键盘遮住时视图上移的功能,顺便也添加了 ...

  10. hdu 1716(dfs)

    题目链接 : http://acm.hdu.edu.cn/showproblem.php?pid=1716     排列2   Problem Description Ray又对数字的列产生了兴趣:现 ...