资源列表
Neural.network.character.recognition
- 本目录主要包括:文档和两个源代 其中源代码是识别程序的,另一个是矩阵类库的。 已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。当然也可以自行用训练样本训练网络,不过要注意训练样本的选择,否则可能识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下训练样本数目尽量多。-Catalog include: documentation and two source co
Intelligence-Control-chapter2
- 智能控制第三版仿真程序,第二章针对书中所列程序进行MATLAB仿真-Intelligence Control
v2
- 一种用于矩形排样优化的改进遗传算法_蒋兴波.rar-Improved Genetic Algorithm _ Jiang Xingbo .rar for rectangular nesting optimization
yuce
- 可以实现依据时间序列对数据进行预测,其中变量P代表神经网络训练数据-It can be achieved on the basis of time series data to predict where the variable P represents the neural network training data
DE-BP15.7.5
- 用差分算法优化BP神经网络的参数,用于压阻式压力传感器温度补偿-Using finite difference algorithm to optimize the parameters of BP neural network, it is used for temperature compensation of piezoresistive pressure sensor
rbf
- 用RBF神经网络做预测模型,用于预测淀粉利用率- RBF neural network is used to made prediction model for predict the starch utilization
code
- 利用MATLAB自带的神将网络预测性别,其中要将excel数据导入-God will use MATLAB comes with network forecasting sex
cnn
- 卷积神经网络(cnn)的练习程序,包含多个exercise-convolutional nerual network
kmean_python
- k均值的python代码,用于了解学习k均值算法-kmean algorithm python source code
tree_python
- 决策树算法的python代码,用于了解学习决策树算法-tree python source code
ABC--and-Its-Using
- ABC(人工蜂群算法)和混沌鲶鱼ABC求函数极值- ABC (artificial bee colony algorithm) and Chaos seek function extreme catfish ABC
bayes_python
- 贝叶斯决策python学习代码,了解贝叶斯决策原理-bayes python code