http://stackoverflow.com/jobs/124781/principal-data-scientist-concur-technologies-inc?med=clc&ref=small-sidebar-tag-themed-python

Job Description

Be a core part of the Data Platform team and help deliver the promise of a better and more interesting tomorrow today. Use data from over 25 million consumers to provide the customers with enhancements, feedback, and that “wow, that’s awesome!” moment that only big data can give as they build out their Perfect Trip.

  • In the first 12 months you will:
  • Implement algorithms and solutions to the burning business questions that have driven over 22 years of success in the travel and expense industry
  • Define and develop Auditing related solutions and blaze the trail by identifying new patterns
  • Enhance the technology behind Concur’s Big Data and advanced analytics strategy
  • Work closely with your peers on product and audit teams to integrate your offerings into our products and tech stacks
  • Grow the community of Data Scientists across Concur and facilitate information sharing and cross-pollination of ideas between analytical organizations

In order to accomplish this you will need to have:

  • Solid grounding in applied mathematics and statistics, including some of the following or related techniques: Bayesian modeling, multivariate regression, logistic regression, support vector machines, neural networks, cluster analysis, decision trees, time series analysis and forecasting, factor analysis, structural equation modeling, item response theory, and Markov chains
  • Strong visualization skills using Tableau or similar platforms and toolkits
  • Results driven personality, high enthusiasm, energy, and confidence

Skills & Requirements

Concur is the leading provider of integrated travel and expense management solutions. Founded in 1993 on the premise of helping drive costs out of business through innovation, Concurs services are trusted by 20,000 clients around the globe with 25 million users.

Your career at Concur is what you make of it. You can forge your own path, work in different offices, switch business units or solve a problem that no-one has before. We’re inspired by change and by each other which is a major contributing factor to how we have retained (and jealously guard) the innovative culture that has created a market leading team of 4500 colleagues.

What do you need to bring?

  • BA or BS degree required (MS preferred) in Computer Science, Applied Mathematics, Statistics, or a related technical field plus significant working experience in the area of Deep Learning
  • 2+ years of industry experience in a quantitative analysis role
  • 5+ years of relevant industry / academia experience in software development and full product life-cycles
  • Deep experience with modeling using petabytes of data
  • History of multiple release cycles of consumer facing code delivered to the web, via cloud infrastructure and open source frameworks
  • Deep expertise with large-scale machine learning techniques and languages, such as R and Python
  • Familiarity with at least one scripting language e.g. Python, Perl, etc
  • Confidence building and working in Event Driven Architectures
  • Passion towards solving some of the toughest problems in computer science

About Concur Technologies, Inc.

Concur is a leading provider of integrated travel and expense management solutions. Concur’s easy-to-use cloud based and mobile solutions help companies and their employees control costs and save time. Concur® Connect is the platform that enables the entire travel and expense ecosystem of customers, suppliers and solution partners to access and extend Concur’s T&E cloud. Concur is trusted by thousands of companies in more than 100 countries and reaches millions of employees worldwide.

We're proud of what we've accomplished so far, but now it is time to take it to the next level, and to do that we need you.

apply now

Principal Data Scientist的更多相关文章

  1. Becoming a Data Scientist – Curriculum via Metromap

    From: http://nirvacana.com/thoughts/becoming-a-data-scientist/ Data Science, Machine Learning, Big D ...

  2. What do data scientist do?

    What do data scientist do? 1. Define the question 2.Define the ideal data set 3.Determine what data ...

  3. 现在很火的数据科学到底是什么?你对做DATA SCIENTIST感兴趣吗?

    转自– Warald (Email: iamxiaoning@gmail.com) 博客: http://www.1point3acres.com,微博:http://www.weibo.com/wa ...

  4. 记录一下我做Udacity 的Data Scientist Nano Degree Project

    做项目的时候看了别人的blog,决定自己也随手记录下在做项目中遇到的好的小知识点. 最近在做Udacity的Data Scientist Nano Degree Project的Customer_Se ...

  5. 数据分析师(Data Analyst),数据工程师(Data Engineer),数据科学家(Data Scientist)的区别

    数据分析师(Data Analyst):负责从数据中提取出有用的信息,以帮助公司形成业务决策.工作内容包括:对数据进行提取,清洗,分析(用描述统计量,趋势分析,多维度分析,假设检验等统计常用方法对数据 ...

  6. 数据科学工作者(Data Scientist) 的日常工作内容包括什么

    数据科学工作者(Data Scientist) 的日常工作内容包括什么 众所周知,数据科学是这几年才火起来的概念,而应运而生的数据科学家(data scientist)明显缺乏清晰的录取标准和工作内容 ...

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

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

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

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

  9. Data scientist———java实现常见的机器学习代码(跟百度深度学习研究院师兄学机器学习)

    2016-05-02开始决定好好记录一切有关<数据科学家>的学习过程.记录学习笔记. --------------------------------------------------- ...

随机推荐

  1. java加密-解密小结

    加密算法可以分为 双向加密(对称加密.不对称加密) 单向加密(不可逆加密)—— MD5.sha.hmac... 在对称加密算法中,使用的密钥只有一个,发收信双方都使用这个密钥对数据进行加密和解密 有: ...

  2. Java-异常处理练习

    1.建立exception包,编写TestException.java程序,主方法中有以下代码,确定其中可能出现的异常,进行捕获处理. package Yichang; public class Te ...

  3. Atitit sql执行计划

    Atitit sql执行计划 1.1. 首先要搞明白什么叫执行计划? 执行计划是数据库根据SQL语句和相关表的统计信息作出的一个查询方案,这个方案是由查询优化器自动分析产生的 Oracle中的执行计划 ...

  4. Atitit 研发体系建立 数据存储与数据知识点体系知识图谱attilax 总结

    Atitit 研发体系建立 数据存储与数据知识点体系知识图谱attilax 总结 分类具体知识点原理规范具体实现(oracle,mysql,mssql是否可以自己实现说明 数据库理论数据库的类型 数据 ...

  5. SDWebImage清除图片缓存

    背景: 使用 SDWebImage 库,由于内存中一直缓存着加载的图片,而导致内存过高(我们无法手动管理内存),弹出内存警告而导致程序很卡或者直接crash掉. 我的解决方法: 在AppDelegat ...

  6. C#相关

    1.索引器 索引器允许类或结构的实例按照与数组相同的方式进行索引.索引器类似于属性,不同之处在于它们的访问器采用参数.它可以像数组那样对对象使用下标.它提供了通过索引方式方便地访问类的数据信息的方法. ...

  7. CSS选择器、CSS hack及CSS执行效率

    主要内容: 1.CSS选择器.优先级与匹配原理 2. CSS 引入的方式有哪些 ? link 和 @import 的区别是 ? 3.CSS hack 4.如何书高效CSS  一.CSS选择器.优先级与 ...

  8. 图(C描述)

    一.概念 图是由顶点的非空有限集合V(由N>0个顶点组成)与边的集合E(顶点之间的关系)构成.边没有方向的图成为无向图,反之为有向图 无向图:

  9. 哈夫曼树(一)之 C语言详解

    本章介绍哈夫曼树.和以往一样,本文会先对哈夫曼树的理论知识进行简单介绍,然后给出C语言的实现.后续再分别给出C++和Java版本的实现:实现的语言虽不同,但是原理如出一辙,选择其中之一进行了解即可.若 ...

  10. Android基于mAppWidget实现手绘地图(三)--环境搭建

    首先,你在Eclispe开发环境中新建一个项目:然后,可以通过Eclispe项目管理工具把这个项目集成到你的app项目中.下面手册会手把手教你如何正确创建一个地图对象. 第一: 新建一个新的Anroi ...