搜索资源列表
20059111205395
- 销售预测系统,可以根据历史销售数据对未来的销售量进行有效预测,采用BP神经网络对预测模型进行训练,可以达到不错效果-sales forecasting system, based on historical sales data for the future effective sales forecasts, BP neural network model to predict the training, they can achieve good results
vb_ProBP547
- 用vb编写的bp网络源程序,可以跑起来,学习神经网络的-with vb bp prepared by the network source, can run, learning neural network
BPNN1111111
- 一个很不错的神经网络代码,谢谢大家的指教。-a very good neural network code, thank you for advice.
chaotictimeseriesprediction
- 混沌时间序列局域法多步预报模型.doc(有程序下载) 针对混沌时间序列预测中用加权一阶局域法单步预报模型进行多步预报时计算量大且存在误差累积效应的不足,本文提出了基于相空间重构技术的局域法多步预报模型,包括加权一阶局域法多步预报模型和RBF神经网络多步预报模型。对几种典型混沌序列的预测仿真表明,两种模型对混沌时间序列的多步预报均较有效。 -chaotic time series Local Law multi-step prediction model. Doc (with the d
AntNet
- 一种基于蚁群聚类的径向基神经网络 提出了一种基于蚁群聚类算法的径向基神经网络. 利用蚁群算法的并行寻优特征和挥发系 数方法的自适应更改信息量的能力,并以球面聚类的方式确定了径向基神经网络中基函数的位置, 同时通过比较隐层神经元的相似性、合并相似性较为接近的2 个神经元来约简隐含层的神经元,以 达到简化径向基神经网络结构的目的. 实验比较了几种不同聚类算法的径向基神经网络,结果表 明,所提神经网络的整体训练时间至少可缩短40 % ,学习的准确率可提高1 %以上,而且网络结构
java-neuralnet-devel-alpha-0.1.tar
- 神经网络源代码,实现了一个BP神经网络,可以完成基于BP的神经网络算法.-neural network source code, achieving a BP neural network, will be completed based on BP neural network algorithm.
java-neuralnet-libs-0.2.tar
- 神经网络的工具库文件,含神经网络需要的各种操作算法.-neural network tool for the document containing the neural network algorithm for various operations.
jooneDTE-src-0.8.1
- jooneDTE的源码,实现人工神经网络中的核心部分,具有很高的参考价值。-jooneDTE the source, the implementation of artificial neural networks to the core, with high reference value.
howtouseSVM.doc
- 本文从模式识别的基本概念谈起,过渡到神经网络模式识别,逐步引入到这四种支持向量机工具箱的使用。本文适合没有模式识别基础,而又急于上手的初学者。 -paper from the basic concept of pattern recognition about, the transition to the neural network pattern recognition, gradually introduced to the four SVM toolbox use. Pattern
bp_in_java.rar
- 经过详细测试并通过的基于JAVA的神经网络,After detailed testing and through the neural network based on JAVA
BP
- BP神经网络算法源代码,文件为JAVA语言编写的,编译环境为Eclipse-BP neural network algorithm source code,File for the JAVA language, and build environment for the Eclipse
java
- 利用java,神经网络在模拟聚类分析中的应用程序-The use of java, neural network clustering analysis in a simulated application
src
- BP算法的神经网络的源代码, 可以根据向量建立网络,网络的训练结果和初始结构可以用XML保存和载入。 其中 Compressor/TrainerWithDiagram.class , 是一个用于演示的训练器, 产生制定范围内的数,生成随即样本, 并训练。 MainClass.class , 指一个数据压缩器的启动界面。 本来是用来做压缩的, 后来查到有人申请了专利, 我又没有时间改,所以罢了。 发上来给大家参考。代码没有整理, 写了也有几个月了, 有些类的
BP
- 用于BP神经网络算法,可以用于工程预测。-BP neuralNetAlgorithm
BPNet
- BP神经网络的训练和预测程序,可以直接放在eclipse下直接运行-BP neural network training and prediction process can be run directly on the eclipse
Ann
- 使用java语言编写的BP神经网络算法,实现了BP算法的功能(Using the BP neural network algorithm written in java language, the function of BP algorithm is realized)
分类算法——神经网络算法BPN实践
- 神经网络BPN算法这是一种经典的分类算法,使用该方法进行数据挖掘的结果更好(Neural network BPN algorithm, which is a classic classification algorithm, using this method for data mining results better)
src-BP
- BP算法的神经网络的源代码, 可以根据向量建立网络,网络的训练结果和初始结构可以用XML保存和载入。 其中 Compressor/TrainerWithDiagram.class , 是一个用于演示的训练器, 产生制定范围内的数,生成随即样本, 并训练。 MainClass.class , 指一个数据压缩器的启动界面。(BP algorithm of neural network source code, you can build a network according to the ve
2007160056 白思雨
- MATLAB 实现股票神经网络的短期预测(matlab Realize the short-term forecast of stock neural network)
minist手写数字识别,搭建3层的卷积神经网络
- minist手写数字识别,基于Keras搭建3层的卷积神经网络,达到99%的识别准确率,且绘制相应的准确率和loss function曲线;