文档来自:datawhale 人工智能人才培养方案
自然语言处理学习课程表
课程性质 | 课程类型 | 课程名 | 课程资料 |
基础
| python基础
| 聪明办法学python
| 文字教程:https://github.com/datawhalechina/learn-python-the-smart-way-v2 视频教程:https://www.bilibili.com/video/bv1bh4y1w7co |
机器学习理论
| 吃瓜教程
| 文字教程:https://github.com/datawhalechina/pumpkin-book 视频教程:https://www.bilibili.com/video/bv1mh411e7vu 配套教材:《机器学习公式详解》 谢文睿,秦州. 人民邮电出版社 | |
机器学习实践 | 西瓜书代码实战 | 文字教程:https://github.com/datawhalechina/machine-learning-toy-code 视频教程:https://www.bilibili.com/video/bv1w64y1x7pi | |
深度学习理论
| 水很深的深度学习 | 文字教程:https://github.com/datawhalechina/unusual-deep-learning 视频教程:https://www.bilibili.com/video/bv1iq4y197l4 | |
李宏毅机器学习笔记 | 文字教程:https://github.com/datawhalechina/leeml-notes 视频教程:https://www.bilibili.com/video/bv1ja411c7vt | ||
深度学习实践
| 深入浅出pytorch
| 文字教程:https://github.com/datawhalechina/thorough-pytorch 视频教程:https://www.bilibili.com/video/bv1l44y1472z | |
必修 | 自然语言处理基础 | 基于transformers的自然语言处理入门 | 文字教程:https://github.com/datawhalechina/learn-nlp-with-transformers |
大语言模型(llm)基础 aigc基础 | 大语言模型(llm)原理与实践 | 文字教程:https://github.com/datawhalechina/so-large-lm | |
选修 | 强化学习基础 | 强化学习教程
| 文字教程:https://github.com/datawhalechina/easy-rl 配套教材:《easy rl:强化学习教程》 王琦,杨毅远,江季. 人民邮电出版社 |
pandas基础 | pandas数据处理与分析
| 文字教程:https://github.com/datawhalechina/joyful-pandas 配套教材:《pandas数据处理与分析》 耿远昊. 人民邮电出版社 | |
sql基础 | 奇妙的sql | 文字教程:https://github.com/datawhalechina/wonderful-sql | |
大数据开发基础 | 妙趣横生大数据 | 文字教程:https://github.com/datawhalechina/juicy-bigdata | |
实践 | 大语言模型(llm)实践 aigc实践
| chatgpt原理与实践 | 文字教程:https://github.com/datawhalechina/hugging-llm 配套教材:《chatgpt原理与应用开发》郝少春,黄玉琳,易华挥. 人民邮电出版社 |
面向开发者的prompt工程 | 文字教程:https://github.com/datawhalechina/prompt-engineering-for-developers | ||
prompt从入门到应用 | 文字教程:https://linklearner.com/lesson/1/summary | ||
prompt手册 | 文字教程:ai prompt 工程师认证&学习指南 | ||
文本分类
| 零基础入门nlp - 新闻文本分类 | 赛题介绍:对新闻文本进行分类 教程地址:team-learning-nlp/newstextclassification at master · datawhalechina/team-learning-nlp · github | |
其他 | 数据竞赛baseline & topline分享 | 教程地址:https://github.com/datawhalechina/competition-baseline |
推荐系统课程表
课程性质 | 课程类型 | 课程名 | 课程资料 |
基础
| python基础
| 聪明办法学python
| 文字教程:https://github.com/datawhalechina/learn-python-the-smart-way-v2 视频教程:https://www.bilibili.com/video/bv1bh4y1w7co |
pandas基础 | pandas数据处理与分析
| 文字教程:https://github.com/datawhalechina/joyful-pandas 配套教材:《pandas数据处理与分析》 耿远昊. 人民邮电出版社 | |
numpy基础 | 巨硬的numpy | 文字教程:https://github.com/datawhalechina/powerful-numpy | |
机器学习理论
| 吃瓜教程
| 文字教程:https://github.com/datawhalechina/pumpkin-book 视频教程:https://www.bilibili.com/video/bv1mh411e7vu 配套教材:《机器学习公式详解》 谢文睿,秦州. 人民邮电出版社 | |
机器学习实践 | 西瓜书代码实战
| 文字教程:https://github.com/datawhalechina/machine-learning-toy-code 视频教程:https://www.bilibili.com/video/bv1w64y1x7pi | |
深度学习理论 | 水很深的深度学习
| 文字教程:https://github.com/datawhalechina/unusual-deep-learning 视频教程:https://www.bilibili.com/video/bv1iq4y197l4 | |
李宏毅机器学习笔记
| 文字教程:https://github.com/datawhalechina/leeml-notes 视频教程:https://www.bilibili.com/video/bv1ja411c7vt | ||
深度学习实践
| 深入浅出pytorch
| 文字教程:https://github.com/datawhalechina/thorough-pytorch 视频教程:https://www.bilibili.com/video/bv1l44y1472z | |
必修 | 推荐系统基础 | 有趣的推荐算法 | 文字教程:https://github.com/datawhalechina/fun-rec |
选修
| 集成学习基础 | 集成学习
| 文字教程:https://github.com/datawhalechina/ensemble-learning 视频教程:https://www.bilibili.com/video/bv1r54y137q5 |
强化学习基础
| 强化学习教程
| 文字教程:https://github.com/datawhalechina/easy-rl 配套教材:《easy rl:强化学习教程》 王琦,杨毅远,江季. 人民邮电出版社 | |
sql基础 | 奇妙的sql | 文字教程:https://github.com/datawhalechina/wonderful-sql | |
excel基础
| 自由excel
| 文字教程:https://github.com/datawhalechina/free-excel 视频教程:https://www.bilibili.com/video/bv1r64y1h75t | |
大数据开发基础 | 妙趣横生大数据 | 文字教程:https://github.com/datawhalechina/juicy-bigdata | |
实践
| 新闻推荐 | 零基础入门推荐系统 - 新闻推荐 | 赛题介绍:根据用户历史浏览点击新闻文章的数据信息预测用户未来的点击行为 教程地址:https://github.com/datawhalechina/fun-rec/tree/master/newsrecommendation |
其他 | 数据竞赛baseline & topline分享 | 教程地址:https://github.com/datawhalechina/competition-baseline
|
计算机视觉课程表
课程性质 | 课程类型 | 课程名 | 课程资料 |
基础 | python基础
| 聪明办法学python
| 文字教程:https://github.com/datawhalechina/learn-python-the-smart-way-v2 视频教程:https://www.bilibili.com/video/bv1bh4y1w7co |
numpy基础 | 巨硬的numpy | 文字教程:https://github.com/datawhalechina/powerful-numpy | |
机器学习理论 | 吃瓜教程
| 文字教程:https://github.com/datawhalechina/pumpkin-book 视频教程:https://www.bilibili.com/video/bv1mh411e7vu 配套教材:《机器学习公式详解》 谢文睿,秦州. 人民邮电出版社 | |
机器学习实践
| 西瓜书代码实战
| 文字教程:https://github.com/datawhalechina/machine-learning-toy-code 视频教程:https://www.bilibili.com/video/bv1w64y1x7pi | |
深度学习理论 | 水很深的深度学习 | 文字教程:https://github.com/datawhalechina/unusual-deep-learning 视频教程:https://www.bilibili.com/video/bv1iq4y197l4 | |
李宏毅机器学习笔记 | 文字教程:https://github.com/datawhalechina/leeml-notes 视频教程:https://www.bilibili.com/video/bv1ja411c7vt | ||
深度学习实践
| 深入浅出pytorch
| 文字教程:https://github.com/datawhalechina/thorough-pytorch 视频教程:https://www.bilibili.com/video/bv1l44y1472z | |
必修 | 图像处理基础 aigc基础
| opencv | 文字教程:https://github.com/datawhalechina/team-learning-cv/tree/master/imageprocessingfundamentals |
动手学cv | 文字教程:https://github.com/datawhalechina/dive-into-cv-pytorch | ||
图像生成基础 aigc实践 | stable diffusion教程 | 文字教程:https://github.com/datawhalechina/hugging-sd | |
实践
| 语义分割
| 零基础入门语义分割-地表建筑物识别
| 赛题介绍:使用给定的航拍图像训练模型并完成地表建筑物识别 教程地址:team-learning-cv/aerialimagesegmentation at master · datawhalechina/team-learning-cv · github |
ocr | 零基础入门cv - 街景字符编码识别
| 赛题介绍:从google街景图像中识别出门牌号 教程地址:team-learning-cv/charactercodingrecognition at master · datawhalechina/team-learning-cv · github | |
综合 | 数据竞赛baseline & topline分享 | 教程地址:https://github.com/datawhalechina/competition-baseline |
大数据开发课程表
课程性质 | 课程类型 | 课程名 | 课程资料 |
基础
| python基础
| 聪明办法学python | 文字教程:https://github.com/datawhalechina/learn-python-the-smart-way-v2 视频教程:https://www.bilibili.com/video/bv1bh4y1w7co |
sql基础 | 奇妙的sql | 文字教程:https://github.com/datawhalechina/wonderful-sql | |
excel基础
| 自由excel
| 文字教程:https://github.com/datawhalechina/free-excel 视频教程:https://www.bilibili.com/video/bv1r64y1h75t | |
pandas基础
| pandas数据处理与分析
| 文字教程:https://github.com/datawhalechina/joyful-pandas 配套教材:《pandas数据处理与分析》 耿远昊. 人民邮电出版社 | |
numpy基础
| 巨硬的numpy
| 文字教程:https://github.com/datawhalechina/powerful-numpy 视频教程:https://www.bilibili.com/video/bv1ym4y1u7at | |
机器学习理论
| 吃瓜教程
| 文字教程:https://github.com/datawhalechina/pumpkin-book 视频教程:https://www.bilibili.com/video/bv1mh411e7vu 配套教材:《机器学习公式详解》 谢文睿,秦州. 人民邮电出版社 | |
机器学习实践
| 西瓜书代码实战 | 文字教程:https://github.com/datawhalechina/machine-learning-toy-code 视频教程:https://www.bilibili.com/video/bv1w64y1x7pi | |
必修 | 大数据开发基础 | 妙趣横生大数据 | 文字教程:https://github.com/datawhalechina/juicy-bigdata |
数据分析课程表
课程性质 | 课程类型 | 课程名 | 课程资料 |
基础
| python基础
| 聪明办法学python | 文字教程:https://github.com/datawhalechina/learn-python-the-smart-way-v2 视频教程:https://www.bilibili.com/video/bv1bh4y1w7co |
sql基础 | 奇妙的sql | 文字教程:https://github.com/datawhalechina/wonderful-sql | |
excel基础
| 自由excel
| 文字教程:https://github.com/datawhalechina/free-excel 视频教程:https://www.bilibili.com/video/bv1r64y1h75t | |
pandas基础
| pandas数据处理与分析
| 文字教程:https://github.com/datawhalechina/joyful-pandas 配套教材:《pandas数据处理与分析》 耿远昊. 人民邮电出版社 | |
numpy基础 | 巨硬的numpy
| 文字教程:https://github.com/datawhalechina/powerful-numpy 视频教程:https://www.bilibili.com/video/bv1ym4y1u7at | |
机器学习理论
| 吃瓜教程
| 文字教程:https://github.com/datawhalechina/pumpkin-book 视频教程:https://www.bilibili.com/video/bv1mh411e7vu 配套教材:《机器学习公式详解》 谢文睿,秦州. 人民邮电出版社 | |
机器学习实践
| 西瓜书代码实战 | 文字教程:https://github.com/datawhalechina/machine-learning-toy-code 视频教程:https://www.bilibili.com/video/bv1w64y1x7pi | |
必修 | 数据分析基础 | 动手学数据分析 | 文字教程:https://github.com/datawhalechina/hands-on-data-analysis |
选修
| 集成学习基础
| 集成学习
| 文字教程:https://github.com/datawhalechina/ensemble-learning 视频教程:https://www.bilibili.com/video/bv1r54y137q5
|
数据可视化
| matplotlib奇遇记 | 文字教程:https://github.com/datawhalechina/fantastic-matplotlib | |
极好的plotly | 文字教程:https://github.com/datawhalechina/wow-plotly 视频教程:https://www.bilibili.com/video/bv1df4y1a7ar | ||
实践
| 分类
| 零基础入门金融风控-贷款违约预测
| 赛题介绍:根据贷款申请人的数据信息预测其是否有违约的可能 |
零基础入门数据挖掘-心跳信号分类预测
| 赛题介绍:根据心电图感应数据预测心跳信号 | ||
回归
| 零基础入门数据挖掘之二手车交易价格预测
| 赛题介绍:根据汽车类型等信息预测二手汽车的交易价格 | |
综合
| 零基础入门数据分析之学术前沿趋势分析
| 赛题介绍:使用公开的arxiv论文完成对应的数据分析操作 | |
其他
| 数据竞赛baseline & topline分享 | 教程地址:https://github.com/datawhalechina/competition-baseline
|
好了,今天的分享就这里,有问题的留个言,别忘了一键三连,如果想互相学习的,可点击下边的名片,在文章评论区那里哦。
我是黄啊码,码字的码,退。。。退。。。退。。。朝!
发表评论