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. Javascript中构造函数与new命令2

    典型的面向对象编程语言(比如C++和Java),存在"类"(class)这个概念.所谓"类"就是对象的模板,对象就是"类"的实例.但是,在J ...

  2. Ubuntu16配置静态IP

    一.静态IP地址配置 sudo vi /etc/network/interfaces 然后按照如下格式修改: 注意这里的网卡名字是ens33 auto lo iface lo inet loopbac ...

  3. Jquery实现AJAX拦截

    前几天项目需要实现一个AJAX拦截,于是就用jquery写了一个,这里分享一下. 需求是这样的,ajax不是我来写,所有说我是不能动ajax的,并且我也不知道什么时候它会发生,为了方便项目经理让我把它 ...

  4. 前端学PHP之基础语法

    × 目录 [1]代码标识 [2]注释 [3]输出 [4]计算表达式 [5]大小写 [6]空白符 前面的话 PHP是一种创建动态交互性站点的强有力的服务器端脚本语言.PHP能够包含文本.HTML.CSS ...

  5. java中异常注意问题(发生在多态是的异常问题)

    /* 异常的注意事项: 1,子类在覆盖父类方法时,父类的方法如果抛出了异常,那么子类的方法只能抛出父类的异常或者该异常的子类. 2,如果父类抛出多个异常,那么子类只能抛出父类异常的子集. 简单说:子类 ...

  6. 总结整理 -- python系列

    python系列 python--基础学习(一)开发环境搭建,体验HelloWorld python--基础学习(二)判断 .循环.定义函数.继承.调用 python--基础学习(三)字符串单引号.双 ...

  7. The Triumph Of Bio-logic

    理性技术的局限 机械逻辑 人造机械的构成逻辑,比如说钟表的制作原理.是一种可被人类掌握的,可推演的理论. 生物逻辑 一个有机系统的构成逻辑.比如说草原.细胞.大脑等这些系统的存在所依托的逻辑,我们成为 ...

  8. dpi 、 dip 、分辨率、屏幕尺寸、px、density 关系以及换算

    一.基本概念 dip        : Density independent pixels ,设备无关像素. dp        :就是dip px        : 像素 dpi       :d ...

  9. 拓扑排序(三)之 Java详解

    前面分别介绍了拓扑排序的C和C++实现,本文通过Java实现拓扑排序. 目录 1. 拓扑排序介绍 2. 拓扑排序的算法图解 3. 拓扑排序的代码说明 4. 拓扑排序的完整源码和测试程序 转载请注明出处 ...

  10. Spring Annotation Processing: How It Works--转

    找的好辛苦呀 原文地址:https://dzone.com/articles/spring-annotation-processing-how-it-works If you see an annot ...