搜索资源列表
hello_ANN
- 一个简单的人工神经网络的代码。其初始输出是无意义的字符串,最终输出是著名的\"Hello world!\":)
libsvm-2.9-string
- 某些应用的数据实例是字符串的形式.SVM使用字符串核训练模型.以下是实验代码,允许字符串输入,实现了一个字符串核.详细见帮助文档.-For some applications, data instances are strings. SVM trains a model using some string kernels. This experimental code (download zip file here) allows string inputs and implements one
LZW-code
- LZW就是通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩。-LZW is through the establishment of a string table, with a shorter code to indicate a long string to achieve compression.