搜索资源列表
bp
- BP神经网络,机器学习方法,欢迎大家踊跃下载-BP neural networks, machine learning methods, we welcome the active download
BP-The-neural-network
- 人工神经网络 matlab ,一个不错的学习机器,希望对大家有帮助了-Matlab artificial neural network, a good learning machine, hope to be helpful
BP-matlab
- matlab实现神经网络中的BP算法,基于斯坦福大学机器学习的网络公开课-matlab realize the BP neural network algorithm, Stanford Machine Learning based networks open class
classifyBP
- 机器学习,BP神经网络进行多分类matlab代码-Machine learning, BP neural network for multi classification matlab code
mlclass-ex4
- 斯坦福机器学习公开课第四次作业,关于BP神经网络的全部向量化实现-Stanford Machine Learning open class fourth job on BP neural network to quantify the full realization
bpnet
- 同济大学何良华老师的机器学习作业,BP神经网络数字识别,开发环境C-He Lianghua Tongji University teacher machine learning jobs, BP neural network digital identification, development environment C++
BP-ann
- 机器学习,BP人工神经网络算法 代码实现-BP artificial neural network algorithm
BP
- 《视觉机器学习20讲》配套仿真代码—bp神经网络,有注释,适合初学者-The visual machine learning about 20 matching simulation code- bp neural network, with comments, suitable for beginners
BP-network
- 机器学习20讲之BP神经网络源码,含手写数据库-the code of BP network for 20 section machine learning
15、BP学习
- 非常好的关于Bp神经网络的资料,有介绍,有代码实现,简明易懂,注释到位(very good codes for bp net work, with introduction and well worked codes ,and proper explanation included)
Ryan_GA_BP
- 实现了基于遗传算法GA优化的BP神经网络,遗传代数为100代(BP neural network based on GA optimization)
BP神经网络实现图像压缩
- 数据分析之机器学习:BP神经网络实现图像压缩(BP neural network for image compression)
机器学习
- c++语言实现的bp神经网络 机器学习 输入3个数据输出第四个数据 误差根据学习迭代次数的增加而下降(C++ language BP neural network machine learning input, 3 data output, fourth data errors according to the number of learning iterations increase decline)
bp-分类器
- 这是bp神经网络的M文件,包括BP网络的第一阶段学习期(训练加权系数wki,wij),BP网络的第二阶段工作期(根据局训练好的wki,wij和给定的输入计算输出),程序里有详细注释。该程序被用来作为分类器使用。(This is the BP neural network M files, including the first phase of BP network learning period (training weighting coefficient wki, wij), the se
3
- 反向传播,机器学习,神经网络算法,一起学习学习(bp(backpropgation algorithm))
机器学习神经网络
- 周志华的机器学习书籍中神经网络即bp模型的代码(The code of neural network in machine learning)
moshi0
- bp神经网络,做浓度反演,机器学习,前向反馈(BP neural network for concentration inversion)
NN
- 人工神经网络中的BP算法matlab代码实现(Realization of BP algorithm in artificial neural network)
GABP
- 使用遗传算法优化BP神经网络的权值和阈值。BP神经网络是一种按照误差逆向传播算法训练的多层前馈神经网络,是应用最广泛的神经网络。(Genetic algorithm is used to optimize the weights and thresholds of BP neural network. BP neural network is a kind of multilayer feedforward neural network trained according to the erro
bp神经网络
- 机器学习之bp神经网络算法,可进行分类预测,包括相关性能指标计算