资源列表
[matlab例程] hardware_engineer
说明:硬件工程师必备资料,比较全面,很好,共同学习!-Essential information on the hardware engineer<ydf> 在 2025-12-05 上传 | 大小:875kb | 下载:0
[matlab例程] WGS84_target_to_geo
说明:This software provide the sensor s target position to earth s geodetic coordination transformation.<David> 在 2025-12-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] hw1
说明:The project#1 calculates all possible routes from A to L of the map using C language. The input is the matrix from developing the map of a subway system. In the matrix, the one stands for the two points are connected, and the zero stands for the two<chung> 在 2025-12-05 上传 | 大小:6kb | 下载:0
[matlab例程] libsvm-mat-2.9-1
说明:libsvm的matlab最新接口,支持64位操作系统下编译,可以超越进程4Gb空间的限制,处理大规模数据-This is the latest libsvm API for matlab supporting to compile under 64 bits OS,which can get away from 4Gb space in order to process large-scale data<quarryhero> 在 2025-12-05 上传 | 大小:81kb | 下载:0
[人工智能/神经网络/遗传算法] gridsearch
说明:这是一个libsvm grid的改进,除了可以搜索分类中的C和gamma,还可以搜索小的整数.-This file is a slight modification of grid.py of libsvm. In addition to parameters C, gamma in classification, it searches for epsilon as well. Usage: grid.py [-log2c begin,end,step] [-log2g begin<quarryhero> 在 2025-12-05 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] 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<quarryhero> 在 2025-12-05 上传 | 大小:32kb | 下载:0
[人工智能/神经网络/遗传算法] ai1
说明:带回溯的深度优先策略:解决经典野人传教士过河问题的求解:三个修道士和三个野人过河,船一次最多只能载两个人,在任何时候修道士的人数不能少于野人人数,否则野人会吃掉修道士。找出六个人顺利过河的所有方案。 采用带回溯的深度优先搜索策略,共定义了7种合法操作{2,0,0},{1,0,0},{1,1,0},{0,1,0},{0,2,0},{0,1,1},{1,0,1}代表上船的人数,根据船所在位置决定在状态上是加或者减操作。扩展结点时按顺序应用操作,知道回溯到初始状态且所有操作用完,程序结束。-Wi<jyll> 在 2025-12-05 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] libsvm-weights-2.9
说明:数据属性的权重分析. 用户可以给每个数据实例权重-Weights for data instances Users can give a weight to each data instance.<quarryhero> 在 2025-12-05 上传 | 大小:48kb | 下载:0
[人工智能/神经网络/遗传算法] Roc
说明:通过决策值,可以绘制ROC曲线的python程序-This tool which gives the ROC by ranking the decision values.<quarryhero> 在 2025-12-05 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] Rocforsvm
说明:通过决策值可以绘制出ROC曲线的python程序-This tool which gives the ROC (Receiver Operating Characteristic) curve and AUC (Area Under Curve) by ranking the decision values.<quarryhero> 在 2025-12-05 上传 | 大小:6kb | 下载:0