滴滴高级算法工程师_滴滴国际化交易策略(J250728003)
社招全职技术地点:北京状态:招聘
任职要求
1. 计算机或数学相关专业毕业,统招硕士及以上学历,有扎实的数据结构和算法基础,或者有较好的数学功底。有特征工程,数据建模,机器学习,最优化理论等相关基础; 2. 熟悉常用数据挖掘算法的实现与应用,掌握常用机器学习算法并有实战经验,包括但不限于 LR,GBDT,XGBoost,RL, NN 等; 3. 有海量数据处理分析经验,熟悉Hadoop,Hive,Spark等大数据处理平台; 4. 编程基础扎实,熟练掌握下列语言之一: C++、Java、python、Scala、Golang; 5. 热衷了解和实战业界前沿技术,洞悉人工智能国际会议研究动态,不断提升自己在机器学习、运筹优化、机制设计、数理统计等方向的能力; 6. 机器学习相关较深的工业界经验或较深厚的学术积累,有相关领域业界知名成功项目经验优先,有项目管理和团队管理经验的优先; 7. 其他优先条件: ◦ 有分布式机器学习和数据分析经验的优先。 ◦ 在人工智能相关顶级会议有论文发表者优先。 ◦ 编程能力杰出者优先。 ◦ 有大型系统架构设计和实践经验者优先。 ◦ Kaggle等比赛成绩优秀者优先。
工作职责
【滴滴国际化出行交易市场算法团队简介】 国际化业务是滴滴的重要增长方向。 出行交易市场算法团队/Short as "IBG MPA" 在我们出海业务中扮演了重要角色。团队致力于打造国际出行业务核心自动化,构建智能化价格、补贴和分单引擎, 提升业务核心指标(i.e. 完单, GMV, 毛利, 司乘体验等), 创造用户价值和商业价值,助力滴滴在国际市场的成功。 算法团队作为滴滴国际化出行交易市场IBG Marketplace(MP)中核心团队, 加入我们,你将有机会在国际化强竞争态的双边动态交易市场下,设计前沿的机器学习、强化学习算法,不断提升解决复杂业务问题的能力。还可以与世界各国同事交流,获得多元化国际视野,并能收获到一群使命驱动/平等开放/志同道合的伙伴们! 【分单方向简介】 交易算法方向,解决司乘匹配、供需预测等问题,是国际化出行业务的核心技术和竞争力。结合国际化业务特点,我们将深度学习、强化学习、因果推断等技术应用在日常工作中。 【岗位职责】 1. 负责国际化网约车交易策略算法设计和实现,包括但不限于司乘匹配,运力调度,流量分发,供需预测,仿真系统等方向; 2. 针对不同国家交易市场的供需情况和竞争态势,和业务方协同设定目标,使用机器学习/强化学习/运筹优化等算法和技术,优化成交率等核心业务指标,助力业务发展。
包括英文材料
学历+
数据结构+
https://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
算法+
https://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
特征工程+
https://www.ibm.com/think/topics/feature-engineering
Feature engineering preprocesses raw data into a machine-readable format. It optimizes ML model performance by transforming and selecting relevant features.
https://www.kaggle.com/learn/feature-engineering
Better features make better models. Discover how to get the most out of your data.
机器学习+
https://www.youtube.com/watch?v=0oyDqO8PjIg
Learn about machine learning and AI with this comprehensive 11-hour course from @LunarTech_ai.
https://www.youtube.com/watch?v=i_LwzRVP7bg
Learn Machine Learning in a way that is accessible to absolute beginners.
https://www.youtube.com/watch?v=NWONeJKn6kc
Learn the theory and practical application of machine learning concepts in this comprehensive course for beginners.
https://www.youtube.com/watch?v=PcbuKRNtCUc
Learn about all the most important concepts and terms related to machine learning and AI.
数据挖掘+
https://www.youtube.com/watch?v=-bSkREem8dM
Database vs Data Warehouse vs Data Lake
https://www.youtube.com/watch?v=7rs0i-9nOjo
GBDT+
https://developers.google.com/machine-learning/decision-forests/intro-to-gbdt
Like bagging and boosting, gradient boosting is a methodology applied on top of another machine learning algorithm.
https://scikit-learn.org/stable/modules/ensemble.html
Ensemble methods combine the predictions of several base estimators built with a given learning algorithm in order to improve generalizability / robustness over a single estimator.
XGBoost+
[英文] What is XGBoost?
https://www.ibm.com/think/topics/xgboost
XGBoost (eXtreme Gradient Boosting) is a distributed, open-source machine learning library that uses gradient boosted decision trees, a supervised learning boosting algorithm that makes use of gradient descent.
https://www.youtube.com/watch?v=BJXt-WdeJJo
takes a deep dive into one of the most powerful machine learning algorithm, eXtreme Gradient Boosting, using a Jupyter notebook with Python.
Hadoop+
https://www.runoob.com/w3cnote/hadoop-tutorial.html
Hadoop 为庞大的计算机集群提供可靠的、可伸缩的应用层计算和存储支持,它允许使用简单的编程模型跨计算机群集分布式处理大型数据集,并且支持在单台计算机到几千台计算机之间进行扩展。
[英文] Hadoop Tutorial
https://www.tutorialspoint.com/hadoop/index.htm
Hadoop is an open-source framework that allows to store and process big data in a distributed environment across clusters of computers using simple programming models.
Hive+
[英文] Hive Tutorial
https://www.tutorialspoint.com/hive/index.htm
Hive is a data warehouse infrastructure tool to process structured data in Hadoop. It resides on top of Hadoop to summarize Big Data, and makes querying and analyzing easy.
https://www.youtube.com/watch?v=D4HqQ8-Ja9Y
Spark+
[英文] Learning Spark Book
https://pages.databricks.com/rs/094-YMS-629/images/LearningSpark2.0.pdf
This new edition has been updated to reflect Apache Spark’s evolution through Spark 2.x and Spark 3.0, including its expanded ecosystem of built-in and external data sources, machine learning, and streaming technologies with which Spark is tightly integrated.
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
Java+
https://www.youtube.com/watch?v=eIrMbAQSU34
Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes you from basics to real coding skills.
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
Scala+
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
运筹优化+
https://medium.com/gousto-engineering-techbrunch/an-introduction-to-operations-research-5a9e898b6c60
Operations research (OR) is a scientific approach to determining the optimal solution to a defined business problem.
数据分析+
[英文] Data Analyst Roadmap
https://roadmap.sh/data-analyst
Step by step guide to becoming an Data Analyst in 2025
系统设计+
https://roadmap.sh/system-design
Everything you need to know about designing large scale systems.
https://www.youtube.com/watch?v=F2FmTdLtb_4
This complete system design tutorial covers scalability, reliability, data handling, and high-level architecture with clear explanations, real-world examples, and practical strategies.
Kaggle+
[英文] Kaggle Learn
https://www.kaggle.com/learn
Gain the skills you need to do independent data science projects.
相关职位
社招技术
1. 负责国际化网约车交易策略算法设计和实现,包括但不限于司乘匹配,运力调度,流量分发,供需预测,仿真系统等方向; 2. 针对不同国家交易市场的供需情况和竞争态势,和业务方协同设定目标,使用机器学习/强化学习/运筹优化等算法和技术,优化成交率等核心业务指标,助力业务发展。
更新于 2025-07-17
社招技术
1. 负责国际化网约车交易策略算法设计和实现,包括但不限于司乘匹配,运力调度,流量分发,供需预测,仿真系统等方向; 2. 针对不同国家交易市场的供需情况和竞争态势,和业务方协同设定目标,使用机器学习/强化学习/运筹优化等算法和技术,优化成交率等核心业务指标,助力业务发展。
更新于 2025-09-16
社招技术
1. 负责国际化网约车交易策略算法设计和实现,包括但不限于司乘匹配,运力调度,流量分发,供需预测,仿真系统等方向; 2. 针对不同国家交易市场的供需情况和竞争态势,和业务方协同设定目标,使用机器学习/强化学习/运筹优化等算法和技术,优化成交率等核心业务指标,助力业务发展。
更新于 2025-06-17
社招1年以上技术类-算法
蚂蚁集团国际AI智能部正在寻找有激情并且具有创新能力的算法工程师,通过使用AI技术,推动蚂蚁国际化业务的发展。全面了解蚂蚁国际业务发展,提供基于时间序列预测、强化学习、大语言模型等算法方案解决复杂的实际业务问题的机会。 1. 基于电商行为、支付等数据,利用深度学习、时序预测等AI技术进行现金流预测和交易量预测,并深度参与时序预测基础模型研发,帮助国际更加安全、高效的进行资金外汇管理。 2. 结合蚂蚁国际资金场景的复杂性,结合强化学习技术设计资金运营决策优化方案和外汇交易策略,达到增收、控风险的目标。 3. 推动团队相关AI工作成果沉淀积累,并通过paper、开源等方式提升团队在业界影响力。
更新于 2025-07-30