forked from BITDM/bitdm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (74 loc) · 3.38 KB
/
index.html
File metadata and controls
94 lines (74 loc) · 3.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
layout: default
---
<div>
<h5>本站点用于北京理工大学数据挖掘研究生课程-this site exists for handling course materials and submitting assignments of Data Mining course(for graduate students) in BIT。</h5>
<br/>
<br/>
<p>我们已经在相应<a href="https://github.com/BITDM/bitdm.github.io">git仓库</a>的2019目录里建立了projects文件夹并根据组号建立对应子文件夹,由于单人手工处理工作量过大,请各位fork项目并根据自己组号编辑相应模板发送pull request更新本组项目内容的说明文档,谢谢。</p>
<br/>
<p>For international students: you need to submit the final project proposal to <a href="https://github.com/BITDM/bitdm.github.io">corresponding github repository</a> of the course in groups, pls fork the project and add your group information to existing group list, the group number should be assigned in linear order, namely, if your group is going to added to the list and there're 26 group till now, your group is numbered 27. Then you should copy any existing group's project folder and rename to your corresponding group number, edit the proposal.md file to your project content. Send the pull request after you finished editing group list and proposal file.
</p>
<br/>
<p>本课程作业由两部分组成:平时作业、课程Project(进行Presentation可获得加分,但由于小组较多,不能够保证所有组都进行一次报告,可在Project进行中依当前进度进行报告,不要求一定完成后再进行)。</p>
<br/>
<p>The assignments of the course consists of two parts: homeworks, course project(Optional of project presentation, you can present while the project is in progress rather than all of the project finished, presentation counts towards the bonus for final grade)</p>
</div>
<div class="home">
<div class="materials-wrap">
<div class="module-header">2019作业</div>
<div class="materials-item">
<a href="/2019/assignment_submit/">
作业提交的时间及要求
</a>
</div>
<div class="materials-item">
<a href="/2019/assignment1/">
作业 #1: 数据探索性分析与预处理
</a>
</div>
<div class="materials-item">
<a href="/2019/assignment2/">
作业 #2: 关联规则挖掘
</a>
</div>
<div class="materials-item">
<a href="#">
作业 #3: 分类与聚类
</a>
</div>
<div class="module-header">2019课程自选项目</div>
<div class="materials-item">
<a href="2019/projects/index.html">分组及选题情况</a>
</div>
<div class="module-header">相关算法列表</div>
<div class="materials-item">
<a href="algolist/">点击查看</a>
</div>
<div class="module-header">课件下载</div>
<div class="materials-item">
见出题优课程公告。
</div>
<div class="module-header">往届</div>
<div class="materials-item">
2018: <a href="2018/index.html">
作业、项目
</a>
</div>
<div class="materials-item">
2017: <a href="2017/index.html">
作业、项目
</a>
</div>
<div class="materials-item">
2016: <a href="2016/index.html">
作业、项目
</a>
</div>
<div class="materials-item">
2015: <a href="2015/index.html">
项目
</a>
</div>
</div>
</div>