Principal Data Scientist
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.
Principal Data Scientist的更多相关文章
- Becoming a Data Scientist – Curriculum via Metromap
From: http://nirvacana.com/thoughts/becoming-a-data-scientist/ Data Science, Machine Learning, Big D ...
- What do data scientist do?
What do data scientist do? 1. Define the question 2.Define the ideal data set 3.Determine what data ...
- 现在很火的数据科学到底是什么?你对做DATA SCIENTIST感兴趣吗?
转自– Warald (Email: iamxiaoning@gmail.com) 博客: http://www.1point3acres.com,微博:http://www.weibo.com/wa ...
- 记录一下我做Udacity 的Data Scientist Nano Degree Project
做项目的时候看了别人的blog,决定自己也随手记录下在做项目中遇到的好的小知识点. 最近在做Udacity的Data Scientist Nano Degree Project的Customer_Se ...
- 数据分析师(Data Analyst),数据工程师(Data Engineer),数据科学家(Data Scientist)的区别
数据分析师(Data Analyst):负责从数据中提取出有用的信息,以帮助公司形成业务决策.工作内容包括:对数据进行提取,清洗,分析(用描述统计量,趋势分析,多维度分析,假设检验等统计常用方法对数据 ...
- 数据科学工作者(Data Scientist) 的日常工作内容包括什么
数据科学工作者(Data Scientist) 的日常工作内容包括什么 众所周知,数据科学是这几年才火起来的概念,而应运而生的数据科学家(data scientist)明显缺乏清晰的录取标准和工作内容 ...
- 微软职位内部推荐-Senior Data Scientist
微软近期Open的职位: Extracting accurate, insightful and actionable information from data is part art and pa ...
- 微软职位内部推荐-Data Scientist
微软近期Open的职位: Job Description:Extracting accurate, insightful and actionable information from data is ...
- Data scientist———java实现常见的机器学习代码(跟百度深度学习研究院师兄学机器学习)
2016-05-02开始决定好好记录一切有关<数据科学家>的学习过程.记录学习笔记. --------------------------------------------------- ...
随机推荐
- tr
参照http://www.cnblogs.com/djcsch2001/archive/2011/05/08/2040255.html tr -options set1 [set2] ---- set ...
- EF架构~XMLRepository仓储的实现~续(XAttribute方式)
回到目录 之前我写过关于XMLRepository仓储的实现的文章,主要是针对XElement方式的,对于XML的结构,一般来说有两种,一是使用节点方式的,我习惯称为XElement方式,别一种是属性 ...
- CentOS6.5下安装JDK
之前一直没有完全的总结出一篇关于Linux下安装Java的过程,今天正好就整理下. 下载jdk 如果在官网下载比较慢,那么可以到我的云盘分享上,下载jdk 1.8.0的版本: 下载地址参考链接 解压缩 ...
- js 的使用原则
1.平稳退化:确保页面在没有javaScript的情况下也能正常运行 2.向后兼容:确保老版本的浏览器不会因为javaScript而死掉 3.性能最优:确保脚本执行的性能最优 4.页面与js分离:最大 ...
- javascript中this指向
在简单函数中,this是指向当前对象,可用来获取当前对象某个属性,但随着函数变复杂,this很多情况不指向当前对象,而是指向window. 1.在独立调用函数中,具有全局执行环境,this指向wind ...
- 开始使用MarkDown写博客
MarkDown 标题 #h1 ##h2 ###h3 h1 h2 h3 代码段 代码段缩进4个空格即可,如下: <div class="form-group"> < ...
- Mybatis中SqlMapper配置的扩展与应用(1)
奋斗了好几个晚上调试程序,写了好几篇博客,终于建立起了Mybatis配置的扩展机制.虽然扩展机制是重要的,然而如果没有真正实用的扩展功能,那也至少是不那么鼓舞人心的,这篇博客就来举几个扩展的例子. 这 ...
- ASPNET MVC中断请求
ASPNET MVC如何正确的中断请求? 感觉是这样? 在aspnet开发过程中如果想要中断当前的http处理,以前在aspnet中一直是Response.End(); 在这Response.End( ...
- Html与CSS快速入门04-进阶应用
这部分是html细节知识的学习. 快速入门系列--HTML-01简介 快速入门系列--HTML-02基础元素 快速入门系列--HTML-03高级元素和布局 快速入门系列--HTML-04进阶概念 之前 ...
- 程序是如何执行的(一)a=a+1
本文链接:http://www.orlion.ml/35/ 一.概述 1.计算机中有两个主要的核心部件:CPU和内存,其中CPU负责运算而内存负责存储程序和相关的变量,每一条程序语句和变量都在内存中有 ...