搜索资源列表
PLA
- PLA解决神经网络简单的分类问题,这是我写的第一个神经网络程序,有兴趣下载
pecepcion
- 基于感知器的神经网络学习算法及其实现,可以实现对文本的分类,同时也可以应用在文本过滤上-Perceptron-based neural network learning algorithm and its implementation can be achieved on the text of the classification, but also can be applied to text filtering on
wekajava
- 由java开发的软件包,里面有人工智能所用的很多东东,包括神经网络,支持向量机,决策树等分类和回归分析方法,集成化软件哦-by java development package, which has artificial intelligence used by many of the Eastern, including neural networks, support vector machines, such as decision tree classification and regr
GA-PSO
- 自己修改的一个源程序,用粒子群算法优化RBF神经网络的中心值,宽度,权值,可以直接运行~喜欢分类、预测的朋友们,可以下载!-Modify a source particle swarm algorithm to optimize the center of the RBF neural network value, width, weight, and can be run directly to like classification, prediction friends, you can
PSO-RBF
- 自己修改的一个源程序,用粒子群算法优化RBF神经网络的中心值,宽度,权值,喜欢分类、预测的朋友们可以下载!-Modify a source particle swarm algorithm to optimize the center of the RBF neural network value, width, weight, and can be run directly to like classification, prediction friends, you can download
NN_homework
- 神经网络:感知机学习算法 试 将 感 知 机 学 习 算 法 用 C ( 或 其 它 ) 语 言 编 成 程 序 , 并 做 下 述 的 维 随 机 矢 量 T X [ x1 , x2 , , xn ] 的二值分类的模拟实验:-NeuralNetwork:Learning Algorithm of Perceptron
neural-network
- 三层神经网络, 主要用于回归和分类, 4个文件, 内容简单明了, 仿libSVM的API接口-3-layer neural network for regression and classification with sigmoid activation function and command line interface similar to LibSVM.
BPNN
- 使用梯度下降的bp神经网络实现iris数据的分类的java程序,适合初学者-BP neural network using gradient descent to achieve iris data classification of the Java program, suitable for beginners
分类算法——神经网络算法BPN实践
- 神经网络BPN算法这是一种经典的分类算法,使用该方法进行数据挖掘的结果更好(Neural network BPN algorithm, which is a classic classification algorithm, using this method for data mining results better)
BPNN
- 搭建简单的BP神经网络,对数据进行分类,理解简单的神经网络搭建方法。(A simple BP neural network is built to classify data and understand simple neural network building method.)