搜索资源列表
Java_neuralnetwork_toolkit
- 本工具包主要是为对神经网络有兴趣人士提供的一种方便,灵活的学习和研究软件。 JNNT由java语言写成,具有跨平台的优越性能.java applet的演示版更简单到只需要任何机器上的浏览器就可以运行,无需安装任何大型附加软件。更方便爱好者通过internet远程访问资源。 支持反向传播算法(BP),LBG聚类法和径向基网络(RBF)
bp
- BP神经网络,机器学习方法,欢迎大家踊跃下载-BP neural networks, machine learning methods, we welcome the active download
work
- 《神经网络与机器学习》simon Haykin著bp算法实现对双月数据的分类-" Neural networks and machine learning" simon Haykin bp algorithm with the classification of bi-monthly data
BPMIP
- 机器学习,多示例学习算法,基于BP人工神经网络,使用matlab实现。-Machine learning, multi-instance learning algorithm, based on BP artificial neural network, using matlab.
BPMIP
- 机器学习,多示例学习算法,基于BP人工神经网络,使用matlab实现-Machine learning, multi-instance learning algorithm based on BP artificial neural network, using matlab to achieve
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
BP_GPU
- 神经网络BP算法GPU实现,深度学习、模式识别与机器学习领域-BP neural network algorithm GPU implementation, the depth of learning, pattern recognition and machine learning.
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
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
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神经网络算法,可进行分类预测,包括相关性能指标计算