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开始决定好好记录一切有关<数据科学家>的学习过程.记录学习笔记. --------------------------------------------------- ...
随机推荐
- 每天一个linux命令(56):netstat命令
netstat命令用于显示与IP.TCP.UDP和ICMP协议相关的统计数据,一般用于检验本机各端口的网络连接情况.netstat是在内核中访问网络及相关信息的程序,它能提供TCP连接,TCP和UD ...
- 如何把IP转换成经纬度(Java版)
经常有这种需求,拥有用户的IP地址,想要在地图上显示用户的访问量.这个时候就需要用到经纬度...应为一般的地图插件都是基于经纬度的. 那么问题来了,如何把IP转换成经纬度? 百度API 最国产的方式, ...
- JS util
一.返回上一页(history) 发觉有两种用法: 1.javascript:history.back(-1); 2.javascript:history.go(-1); 它们俩的区别是: histo ...
- POJ3069 POJ2586 解题报告(异曲同工的贪心算法)
[POJ 3069](2586见下) 原题在此:http://poj.org/problem?id=3069 题目大意: 一个直线上有N个点.点i的距离是Xi.从这些点中选取若干个加上标记.要求:对于 ...
- java集合框架之Set
Set集合 元素不可以重复,是无序. 方法与list相同 HashSet:不保证set的迭代顺序,不同步,内部数据结构是哈希表 如果存自定义对象则需要覆盖equals和hashCode方法 先比较ha ...
- Ajax基础知识《一》
对于网站开发人员,一定不会陌生的Ajax技术,本篇就让我们认识一下它,或许在日后的开发过程中我们就可以使用到.Ajax在那方面使用的比较多呢?答案:表单注册,传统的表单注册,有时需要填写大量的信息,当 ...
- JAVA--网络编程(UDP)
上午给大家简单介绍了一下TCP网络通信的知识,现在就为大家补充完整网络编程的知识,关于UDP的通信知识. UDP是一种不可靠的网络协议,那么还有什么使用价值或必要呢?其实不然,在有些情况下UDP协议可 ...
- Netbeans 中创建数据连接池和数据源步骤(及解决无法ping通问题)
1.启动glassfish服务器, 在浏览器的地址栏中输入 http://localhost:4848 2.首先建立JDBC Connection Pools: 3.new 一个Connectio P ...
- (转)Tomcat启动报Error listenerStart错误
今天启动Tomcat启动不了,报以下错: org.apache.catalina.core.StandardContext startInternalSEVERE: Error listenerSta ...
- Spark入门实战系列--4.Spark运行架构
[注]该系列文章以及使用到安装包/测试数据 可以在<倾情大奉送--Spark入门实战系列>获取 1. Spark运行架构 1.1 术语定义 lApplication:Spark Appli ...