资源列表
svm_hmm
- SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech tagging) specify the sequence of words along with the correct assignment of tags (i.e. states). The goal is to predict the tag sequences for new sentences.
svm_alignment_0.7
- This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative e
svm_cfg
- SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sentences.
SVMmulticlass
- SVMmulticlass: Multi-class classification. Learns to predict one of k mutually exclusive classes. This is probably the simplest possible instance of SVMstruct and serves as a tutorial example of how to use the programming interface.
svm-python
- This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package mer
dongRunQianRuShiPeixun
- 东软嵌入式编程培训,质量非常不错,著名公司的质料,对编程非常有帮助
lu
- 用vb编写的XP风格浮动工具条和苹果风格按钮控件,值得参考和学习
ListView
- 用vb编写的一个listview间隔颜色的例子,值得大家参考学习
vbdofangkuaiche
- VB模拟东方快车的窗体例子,值得参考和学习
rdexcel
- vb处理excel的一个源码程序,值得大家参考学习
Save_JPEG_into_Database_and_Read_From_Database
- Delphi编程练习:在数据库中以文件流形式保存JPEG图片。
DllTest
- 动态库调用,是一个很好的学习如何调用动态库的例子