搜索资源列表
5个遗传算法源码
- (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗
人脸检测定位的示例代码
- 人脸检测定位的示例代码.rar VC++源码,具有一定参考价值,我也是从别处下载下来的。-Face Detection positioning the sample code. Rar VC source, which have a certain value, I also downloaded from the elsewhere.
Neural-Networks01 很好的神经网络程序代码
- 一份很好的神经网络程序代码,包括bp\som\hopfield\bolziman\ART神经网络的示例代码。是学习神经网络很好的资料,可举一反三、一举多得。-A good neural network code, including bp \ som \ hopfield \ bolziman \ ART neural network sample code. Learning neural network is very good information, can learn by analo
SignalPopupSource22
- dgstation relook 400 sample code to run shared plugin process in background. -dgstation relook 400 sample code to run shared plugin process in background.
yuanma
- 压缩包包含四种聚类算法源代码及示例代码,供大家学习使用-Compressed packet contains four clustering algorithm source code and sample code for using the U.S. study
KOHONEN
- 目录包含了代码执行Kohonen网络。源代码 中可以找到KNET.CPP 。样本数据isfound在KNETSAMP.PAT 。程序输出 可在接受KNETSAMP.OUT-Directory contains the code to implement Kohonen network. Source code can be found KNET.CPP. Isfound sample data in KNETSAMP.PAT. Output can be in KNETSAMP.OUT
FindPath
- A*算法原理、详细步骤及示例代码.可将寻路结果打印在控制台窗口-A* algorithm, the detailed steps and sample code. Can find its way in the console window to print the results
code
- 本程序能够运用神经网络进行时间预测,该程序直接可用,测试样本和训练样本都包含在内。-This procedure can be time prediction using neural networks, the program directly available, the test sample and training samples are included.
BufferedAsyncSerialc
- Hacking the Kinect Sample code
OKCV
- Hacking the Kinect Sample code
digitRecognition
- sample code for a digit recognition system with mid-range precision in matlab
learningWithBackpropagation
- sample code for simulating a neural network with multi-layer perceptron algorithm
WindowsFormsApplication1
- 二代证读卡器和指纹识别示例代码,快速运行SDK的Demo演示程序。您必须拥有一个亚略特的指纹采集设备。-Second generation ID card reader and fingerprint sample code, run fast the SDK Demo demo program. You must have a sub Elliott fingerprint capture device.
Neural-network-ppt-and-program-code
- 神经网络学习课件及示例的源代码,适合初学者学习-Neural network learning courseware and sample source code, suitable for beginners to learn
kernelBP_chol
- 针对图像的基于核置信传播的分类器,具有收敛速度快,精度高的优点。(This is a sample code for Kernel Belief Propagation Classifier for images.)
watermelon
- sample code of Machine Learning textbook wrote by Zhihua Zhou
keras-master (1)
- Keras 示例代码,包括CNN,LSTM,CNN-LSTM等,非常全面。(Keras sample code, including CNN, LSTM, CNN-LSTM, and so on, is very comprehensive.)
nn_CIFAR.py
- pytorch tutorial 代码 简单神经网络 数据集CIFAR(pytorch nn training sample code, Dataset: CIFAR dataset Usage: python3 nn_CIFAR.py)
Irisflower-class-code
- 实验将Iris花的数据集分为2组,每组各75个样本,每组中每种花各有25个样本。其中一组作为以上程序的训练样本,另外一组作为检验样本。为了方便训练,将3类花分别编号为1,2,3 。 使用这些数据训练一个4输入(分别对应4个特征),3输出(分别对应该样本属于某一品种的可能性大小)的前向网络。(The data set of Iris flower was divided into 2 groups, 75 samples in each group. Each group had 25 sam
卷积层,池化层样例
- tensorflow框架下的卷积层,池化层说明与样例,代码(Convolution layer, pooling layer illustration and sample code)