coursera上的公开课《https://www.coursera.org/course/textanalytics》系列,讲的非常不错哦。
1、text clustering的总体思想:
类似于topic mining,但要求每个text只有一个主题构成!
To generate a document, first
choose a theta_i according to...
分类:
其他好文 时间:
2015-07-19 10:08:20
阅读次数:
134
题目如下:
Zhejiang University has 40000 students and provides 2500 courses. Now given the registered course list of each student, you are supposed to output the student name lists of all the course...
分类:
其他好文 时间:
2015-07-18 12:40:02
阅读次数:
148
coursera上的公开课《https://www.coursera.org/course/textanalytics》系列,讲的非常不错哦。
1、两种关系:Paradigmatic vs. Syntagmatic(聚合和组合)
? Paradigmatic: A & B have paradigmatic relation if they can
be substituted f...
分类:
其他好文 时间:
2015-07-18 12:39:16
阅读次数:
208
coursera上的公开课《https://www.coursera.org/course/textanalytics》系列,讲的非常不错哦。
3、挖掘Syntagmatic(组合)关系:
有时间再总结。。...
分类:
其他好文 时间:
2015-07-18 12:33:00
阅读次数:
139
一、 设有一数据库,包括四个表:学生表(Student)、课程表(Course)、成绩表(Score)以及教师信息表(Teacher)。四个表的结构分别如表1-1的表(一)~表(四)所示,数据如表1-2的表(一)~表(四)所示。用SQL语句创建四个表并完成相关题目。 表1-1数据库的表结构 s表(一...
分类:
数据库 时间:
2015-07-18 12:19:26
阅读次数:
337
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=3152 Obstacle CourseDescriptionYou are working on the team assisting with programming for the Mars rover...
分类:
其他好文 时间:
2015-07-18 12:14:58
阅读次数:
134
Problem Description
Timer took the Probability and Mathematical Statistics course in the 2012, But his bad attendance angered Professor Tian who is in charge of the course. Therefore, Professor Tia...
分类:
其他好文 时间:
2015-07-17 18:58:22
阅读次数:
121
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出 原文连接,博客地址为http://www.cnblogs.com/jasonnode/。该系列课程是汇智网整理编写的,课程地址为http://www.hubwiz.com/course/5594e91.....
分类:
其他好文 时间:
2015-07-17 11:40:55
阅读次数:
131
一、项目结构一个学生类,其中学生类中可以包含Course类对象二、数据对象转化为Json字符串GenerateJson.java代码标识转化为json字符串
(1)将学生对象转化为json,其中学生中包含Course对象@Test
public void testSimpleJSON(){
Student stu = new Student("xuliugen", "nan...
分类:
Web程序 时间:
2015-07-16 19:58:18
阅读次数:
136
使用5.0 学习Demigod 老师的Mecanim 教程 的笔记 http://www.unitytrain.cn/course/50序章 Mecanim制作人物移动控制 Mecanim在Unity 5.0 中的新功能第一章 概念 Max 模型规范 Max 各种动画导出流程 Fbx文件导入...
分类:
其他好文 时间:
2015-07-16 16:22:44
阅读次数:
142