From 4c239ed8aeab990b270469ae81796e73ed8eca71 Mon Sep 17 00:00:00 2001 From: qidi1 <1083369179@qq.com> Date: Sun, 29 May 2022 21:06:46 +0800 Subject: [PATCH] add week 16 17 18 Signed-off-by: qidi1 <1083369179@qq.com> --- README.md | 3 +++ SpringTerm-Week16-17-Percolator,SQL protoco/README.md | 2 ++ SpringTerm-Week18-Select and Projection executor/README.md | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 SpringTerm-Week16-17-Percolator,SQL protoco/README.md create mode 100644 SpringTerm-Week18-Select and Projection executor/README.md diff --git a/README.md b/README.md index c14e1a3..016b6fc 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ | 13 | 数据挖掘 | 数据预处理(滤波、插值、降维)
关联分析 
图挖掘,序列模式挖掘 | 1. 整理相关算法说明文档
2. 使用现有工具库分析图数据中的重要节点、社团关系等,并对结果进行展示
 [项目地址](./SpringTerm-Week13-DataMining) | | 14 | 机器学习&深度学习 | 分类算法(KNN、贝叶斯、SVM、决策树)
聚类算法(kmeans、DBSCAN)
常用模型(CNN、RNN、LSTM) | 1. 整理相关算法说明文档
 2. 使用机器学习和深度学习方法实现手写数字识别
3. 空气质量数据集进行预处理,使用深度学习方法,实现空气质量预测
[项目地址](./SpringTerm-Week14-DeepLearning) | | 15 | 深度学习 | Attention机制、Transformer、GAN
自然语言处理基础:分词、去除停用词、命名实体识别、预训练模型 | 1. 使用NLP工具实现命名实体识别
2. 搭建模型,实现情感分析
[项目地址](SpringTerm-Week15-NLP) | +| 16-17 | Percolator和SQL调用 | 实现协调者Percolator协议和完成SQL调用模块 | [Percolator](https://github.com/vldbss-2021/vldb-2021-labs/blob/master/tinysql/doc_ss/lab3-README-zh_CN.md)
[SQL](https://github.com/vldbss-2021/vldb-2021-labs/blob/master/tinysql/doc_ss/lab4a-README-zh_CN.md) +| 18 | Update和Insert的executor的实现 | 实现Update语句和Select语句的executor | [Update](https://github.com/vldbss-2021/vldb-2021-labs/blob/master/tinysql/doc_ss/lab4b-README-zh_CN.md)
[SQL](https://github.com/vldbss-2021/vldb-2021-labs/blob/master/tinysql/doc_ss/lab4a-README-zh_CN.md) + ## 如何提交作业 diff --git a/SpringTerm-Week16-17-Percolator,SQL protoco/README.md b/SpringTerm-Week16-17-Percolator,SQL protoco/README.md new file mode 100644 index 0000000..d5da150 --- /dev/null +++ b/SpringTerm-Week16-17-Percolator,SQL protoco/README.md @@ -0,0 +1,2 @@ +# SpringTerm-Week16-Percolator,SQL protoco +实现项目中协调者部分的Percolator协议,完成SQL调度模块 \ No newline at end of file diff --git a/SpringTerm-Week18-Select and Projection executor/README.md b/SpringTerm-Week18-Select and Projection executor/README.md new file mode 100644 index 0000000..2bfbf3f --- /dev/null +++ b/SpringTerm-Week18-Select and Projection executor/README.md @@ -0,0 +1,2 @@ +# SpringTerm-Week18-Select and Projection executor +实现SQL的插入语句,实现SQL的select语句 \ No newline at end of file