-
基于支持向量机(SVM)的网页分类器
九十年代以来,Internet 以惊人的速度发展起来,它容纳了海量的各种类型的原始信息,包括文本信息、声音信息、图像信息等等。如何在浩若烟海而又纷繁芜杂的文本中掌握最有效的信息始终是信息处理的一大目标。基于人工智能技术的文本分类系统能依据文本的语义将大量的文本自动分门别类,从而更好地帮助人们把握文本信息。近年来,文本分类技术已经逐渐与搜索引擎、信息推送、信息过滤等信息处理技术相结合,有效地提高了信息服务的质量。自动文本分类就是对大量的自然语言文本按照一定的主题类别进行自动分类,它是自然语言处理的一个十分重要的问题。文本分类主要应用于信息检索,机器翻译,自动文摘,信息过滤,邮件分类等任务。文本分类的一个关键问题是特征词的选择问题及其权重分配。在本设计中,我们实现了一个基于支持向量机(SVM)的网页分类器,该分类器可自动采集网页,自动提取特征项,并按照训练好的分类模型进行分类,最终将网页信息保存到本地供用户检索。
- 2022-07-15 09:17:58下载
- 积分:1
-
串口调试源代码软件,源程序用C++ Builder编译。
串口调试源代码软件,源程序用C++ Builder编译。-Serial debug source code software source code with C++ Builder compiler.
- 2022-07-19 04:13:15下载
- 积分:1
-
Windows CE 系统开发 串口通信讲解
Windows CE 系统开发 串口通信讲解-serial communication and Windows CE
- 2022-01-25 16:06:00下载
- 积分:1
-
手机端与电脑端实现鼠标操作和照片传输,在IDE环境下开发,WINDOWS环境下运行...
手机端与电脑端实现鼠标操作和照片传输,在IDE环境下开发,WINDOWS环境下运行-Mobile terminal and computer terminal operation and transfer your pictures to achieve the mouse, in the IDE environment, development, WINDOWS environment to run
- 2022-03-25 02:36:30下载
- 积分:1
-
Payment of a thin system, you can use to record daily income and expenditure, an...
支付薄系统,可以使用,记录每日收支情况,并能计算总收支,不需要登录密码-Payment of a thin system, you can use to record daily income and expenditure, and can calculate the total balance of payments, no login password
- 2023-01-22 04:50:03下载
- 积分:1
-
三星6400 onenand 测试代码 ,三星6400原厂开发板带
三星6400 onenand 测试代码 ,三星6400原厂开发板带-Samsung 6400 onenand test code, Samsung original 6400 development board with
- 2022-01-31 09:24:12下载
- 积分:1
-
分析在同一目录下所收到的所有邮件的敏感信息的一个小工具...
分析在同一目录下所收到的所有邮件的敏感信息的一个小工具-A small tool which can analyse impressible information of all the mails received from the same directory.
- 2022-05-30 07:43:21下载
- 积分:1
-
程序中含有一些对控制台输出和事件进行控制的API函数.
程序中含有一些对控制台输出和事件进行控制的API函数.-Includeing some function to contral the input and output of console.
- 2022-12-29 23:20:03下载
- 积分:1
-
ini文件的解析
ini文件的全部解析库;XINI模块用于读写Windows标准格式的ini文件。 该模块会将ini文件内所有数据读入内容。ini文件内的各域(section名称、key名称、数据)的长度不能超过XINI_NODE_DATA_LEN定义的长度。 不支持注释的存储:可以识别文件中的注释,但保存时,会丢失这些注释。
- 2022-06-20 19:12:54下载
- 积分:1
-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。
-process is a procedure in the data set to run the process, the process is conducted with the system that is the rotation process more than the occupier runs. We have a number of process can visit and revision of those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public to visit the variables of time. To prevent such mistakes, the system must be used to control synchronization process bodies for public variables visit. In general, synchronous bodies of a number of statements-- synchronization primitives-- composed. Th
- 2023-01-24 21:05:04下载
- 积分:1