forked from BITDM/bitdm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (86 loc) · 4.28 KB
/
index.html
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
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>的2016目录里建立了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>本课程作业由三部分组成:平时作业(第一次作业已更新,暂未明确具体截至时间)、选择本站点给出的<a href="algolist/">算法列表</a>中列举到的一个数据挖掘算法在课上给出一个小报告、课程Project(进行Presentation可获得加分,但由于小组较多,不能够保证所有组都进行一次报告,可在Project进行中依当前进度进行报告,不要求一定完成后再进行)。</p>
<br/>
<p>The final grade of the course consists of three parts: homework(the first one has been published below, deadline has not been declared yet), select one algorithm from <a href="algolist/">this list</a> and give a short lecture, 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">2016作业</div>
<div class="materials-item">
<a href="2016/assignment_submit">
作业提交的时间及要求
</a>
</div>
<div class="materials-item">
<a href="2016/assignment1/">
作业 #1: 数据探索性分析与预处理
</a>
</div>
<div class="module-header">课件下载</div>
<div class="materials-item">
绪论|
<a href="http://pan.baidu.com/s/1bpfVFYZ">查看</a>
</div>
<div class="materials-item">
第一章:数据挖掘介绍|
<a href="http://pan.baidu.com/s/1bpfVFYZ">查看</a>
</div>
<div class="materials-item">
第二章:数据|
<a href="http://pan.baidu.com/s/1bpfVFYZ">查看</a>
</div>
<div class="materials-item">
第三章:预处理|
<a href="http://pan.baidu.com/s/1bpfVFYZ">查看</a>
</div>
<div class="materials-item">
第四章:OLAP|
<a href="http://pan.baidu.com/s/1bpfVFYZ">查看</a>
</div>
<!--
<div class="materials-item">
大众点评用户评论大数据分析
|<a href="projects/p01/proposal/">项目提出</a>
<a href="">阶段报告</a>
<a href="">最终报告</a>|
<div class="kw">龚静,陈凤娇</div>
</div>
<div class="module-header">评分</div>
<div class="materials-item notyet">
<a href="">细则</a>
</div>
-->
<div class="module-header">当前分组及选题情况</div>
<div class="materials-item">
<a href="2016/groups/">点击查看</a>
</div>
<div class="module-header">相关算法列表</div>
<div class="materials-item">
<a href="algolist/">点击查看</a>
</div>
<!--
<div class="materials-item">
大众点评用户评论大数据分析
|<a href="projects/p01/proposal/">项目提出</a>
<a href="">阶段报告</a>
<a href="">最终报告</a>|
<div class="kw">龚静,陈凤娇</div>
</div>
<div class="module-header">评分</div>
<div class="materials-item notyet">
<a href="">细则</a>
</div>
-->
</div>
</div>