蚂蚁金服算法工程师-算法工程
校招全职蚂蚁集团2026届应届生招聘地点:北京 | 上海 | 杭州 | 成都状态:招聘
任职要求
必须具备的: 1.本科及以上学历,计算机、数学、统计、运筹学,控制论等相关专业背景,硕士及以上学历优先; 2.在智能营销、搜索、推荐、广告、图像处理、知识图谱、自然语言处理等方向有项目经验,对上述方向至少之一有深入研究; 3.掌握传统机器学习算法、深度学习算法建模,理解常见优化方法,具备独立编码建模能力; 4.熟悉至少一种主流深度学习训练框架(Keras/Tensorflow/PyTorch); 5.有较强的工程实现能力,熟练使用C/C++、Java、Python等至少一门编程语言; 6.对数据敏感,逻辑思维清晰,有一定量化建模的能力; 7.学习能力强,对新事物保有好奇心,并能快速适应新环境; 8.良好的沟通能力和团队协同能力,能与他人合作,共同完成目标; 9.对所在领域有热情,相信方法总比困难多,善于独立思考并反思总结。 有一定了解的: 1.了解常用的优化方法; 2.自己所在学科的前沿方向和研究动态。 可以加分的: 1.学术专长产出实际成果并发表在国际顶级会议、期刊,担当一作/并列/二作; 2.作为重要角色参与领域内有含金量的比赛并取得成绩,热衷于数据结构和算法、在ACM大赛成绩优异者优先。
工作职责
你是整个集团广告/推荐/搜索引擎平台和业务背后的支持者; 是驱动商业变革的多项领先算法技术的核心引擎。 在这里你可以: 面向蚂蚁的科技服务平台,基于大数据、大规模分布式集群计算环境,进行机器学习建模; 算法产品化建设,参与模型在线实时计算框架开发落地; 算法研究和创新,结合实际业务需求,抽象算法问题,给出创新方案; 算法效果迭代改进,进行特征工程开发及应用; 支持各种深度学习网络的灵活拆分; 支持超TB的模型,驱动异构计算和实时计算的发展; 深度学习当前重点发展的图表征学习、网络的灵活拆分、超TB的模型、驱动异构计算和实时计算,不断追求效率的极致; 借助已有的该领域密切相关的技术方向丰满自己! 我们正在定义大数据AI技术的未来,欢迎加入算法人的理想国~
包括英文材料
学历+
图像处理+
https://opencv.org/blog/computer-vision-and-image-processing/
This fascinating journey involves two key fields: Computer Vision and Image Processing.
https://www.geeksforgeeks.org/python/image-processing-in-python/
Image processing involves analyzing and modifying digital images using computer algorithms.
https://www.youtube.com/watch?v=kSqxn6zGE0c
In this Introduction to Image Processing with Python, kaggle grandmaster Rob Mulla shows how to work with image data in python!
NLP+
https://www.youtube.com/watch?v=fNxaJsNG3-s&list=PLQY2H8rRoyvzDbLUZkbudP-MFQZwNmU4S
Welcome to Zero to Hero for Natural Language Processing using TensorFlow!
https://www.youtube.com/watch?v=R-AG4-qZs1A&list=PLeo1K3hjS3uuvuAXhYjV2lMEShq2UYSwX
Natural Language Processing tutorial for beginners series in Python.
https://www.youtube.com/watch?v=rmVRLeJRkl4&list=PLoROMvodv4rMFqRtEuo6SGjY4XbRIVRd4
The foundations of the effective modern methods for deep learning applied to NLP.
机器学习+
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://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://d2l.ai/
Interactive deep learning book with code, math, and discussions.
Keras+
https://keras.io/getting_started/intro_to_keras_for_engineers/
Keras 3 is a deep learning framework works with TensorFlow, JAX, and PyTorch interchangeably.
TensorFlow+
https://www.youtube.com/watch?v=tpCFfeUEGs8
Ready to learn the fundamentals of TensorFlow and deep learning with Python? Well, you’ve come to the right place.
https://www.youtube.com/watch?v=ZUKz4125WNI
This part continues right where part one left off so get that Google Colab window open and get ready to write plenty more TensorFlow code.
PyTorch+
https://datawhalechina.github.io/thorough-pytorch/
PyTorch是利用深度学习进行数据科学研究的重要工具,在灵活性、可读性和性能上都具备相当的优势,近年来已成为学术界实现深度学习算法最常用的框架。
https://www.youtube.com/watch?v=V_xro1bcAuA
Learn PyTorch for deep learning in this comprehensive course for beginners. PyTorch is a machine learning framework written in Python.
C+
https://www.freecodecamp.org/chinese/news/the-c-beginners-handbook/
本手册遵循二八定律。你将在 20% 的时间内学习 80% 的 C 编程语言。
https://www.youtube.com/watch?v=87SH2Cn0s9A
https://www.youtube.com/watch?v=KJgsSFOSQv0
This course will give you a full introduction into all of the core concepts in the C programming language.
https://www.youtube.com/watch?v=PaPN51Mm5qQ
In this complete C programming course, Dr. Charles Severance (aka Dr. Chuck) will help you understand computer architecture and low-level programming with the help of the classic C Programming language book written by Brian Kernighan and Dennis Ritchie.
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.
数据结构+
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
相关职位
校招数据与算法类
1-在京东拥有极其多样的业务及技术场景,我们在电商、物流、金融、云计算、大数据等诸多方面均有多年的耕耘与实践;在这里你可以参与广告/推荐/搜索、信息安全、风控等诸多领域的工作和研究; 2.负责机器学习基础设施的搭建、系统优化、部署与维护等;与机器学习算法工程师紧密协作,为算法模型的优化、部署和维护提供工程技术支持; 3-与京东的技术团队及科学家们一同参与AI算法的前沿研究,助力业务提升效率,实现京东技术愿景和战略。
更新于 2025-06-23
实习数据与算法类
1. 在京东拥有极其多样的业务及技术场景,我们在电商、物流、金融、云计算、大数据等诸多方面均有多年的耕耘与实践;在这里你可以参与广告/推荐/搜索、信息安全、风控等诸多领域的工作和研究; 2. 与京东的技术团队及科学家们一同参与AI算法的前沿研究,助力业务提升效率,实现京东技术愿景和战略。
更新于 2024-03-01
实习淘天集团2026
如果你,期望参与音频处理、视频处理、编码、传输、渲染特效等技术的开发; 如果你,期望参与广告、搜索、推荐、用户理解和数据分析等技术的开发; 如果你,期望参与大模型、AIGC、3D建模、AR/VR等技术的开发; 如果你,期望参与iOS、Android、Windows等系统平台架构设计、性能优化,开发领先的平台和引擎,为淘天的产品提供强有力支撑; 那还犹豫什么,赶紧加入我们吧!
更新于 2025-05-07