资源列表
work2.6
- 实现控制规则为T=int((e+e1)/2)的模糊神经网络控制器(A fuzzy neural network controller with T=int ((e+e1) /2) control rule is implemented.)
logRegres
- 程序为Logistic回归算法用于分类,主要包含梯度上升法以及改进的梯度上升法(The program is Logistic regression algorithm for classification, mainly including gradient ascent method and improved gradient ascent method)
elman
- Elman神经网络是 J. L. Elman于1990年首先针对语音处理问题而提出来的,是一种典型的局部回归网络( global feed forward local recurrent)。Elman网络可以看作是一个具有局部记忆单元和局部反馈连接的递归神经网络。(The Elman neural network, which was first proposed by j. l. Elman in 1990 for voice processing, is a typical global f
Python
- 爬取百度图片,图片质量为medium,可自定义关键词与数量(Download Baidu images with medium quality, and users can customize keywords and number of images to download.)
CS_BP重构
- bp重构算法程序,压缩感知重构算法,包含测试程序(BP reconstruction algorithm program, compressive sensing reconstruction algorithm, including test program)
adaboost_test
- 一个简单的基于matlab实现的adaboost分类器算法实现(A simple implementation of AdaBoost classifier algorithm based on MATLAB)
RBF
- RBF神经网络用于三分类 完整matlab算法 可运行(RBF neural network for three classification Complete matlab algorithm Executable)
simpleBP
- bp神经网络用于三分类 自己改动变步长算法 可运行(BP neural network for three classification Change the step size algorithm by oneself Executable)
BP
- 神经网络负荷预测,可用于负荷预测,方便快捷。(Neural network load forecasting can be used for load forecasting, which is convenient and quick.)
遗传算法对BP网络权值阈值进行优化实例
- 遗传算法对BP神经网络权阈值进行优化,运行可用(Genetic algorithm is used to optimize the weight threshold of BP neural network.)
lle
- 实现非线性的数据降维,很简单的代码,比较容易明白(Achieve nonlinear data dimensionality reduction, very simple code, easier to understand.)
SVM
- 调用于sklearn平台的支持向量机算法,有着较好的分类能力(The support vector machine algorithm for sklearn platform has good classification ability)