搜索资源列表
神经网络源代码
- 神经网络入门代码 适合初学者 代码简单 规模较小
shengjingweb
- 浙江大学编的神经网络入门教程,pdf格式。-Zhejiang University, made the neural network Tutorial, pdf format.
annrumen
- 这是一个神经网络入门书籍,供那些刚学习神经网络的菜鸟们-This is a neural network entry books, for those just learning neural network菜鸟们
NN
- 神经网络入门教程 本电子书综合了多个关于神经网络的电子教程,并结合笔者的经验给出了一些基本的算法实力,非常适合初学者的学习。-Introduction to Neural Networks a comprehensive tutorial of this book a number of e-tutorial on neural networks, combined with the experience of the author gives some basic strength of
ProjecttoANN(4)
- 人工神经网络入门资料.希望对大家有用-ANN
Neural-Networks-introduction-
- 神经网络入门资料,通过引入小游戏的介绍,细致讲解了神经网络的构成,方式,及实现代码。-Neural Networks in Plain English,It is a good introduction for newlearners.
神经网络入门
- 以通俗的语言对神经网络进行介绍,配合事例进行分析。(Introduce the neural network in popular language and analyze it with examples.)
卷积神经网络CNN从入门到精通
- 机器学习所要用到的卷积神经网络CNN从入门到精通(Convolution neural network CNN from entry to mastery)
反向传播神经网络极简入门
- 反向传播神经网络极简入门 一份简明的神经网络入门(Introduction to back propagation neural networks)
神经网络与深度学习讲义20151211
- 讲解了神经网络原理和和机器学习有关知识,和入门学习所需要的数学基础知识(Explains the principles of neural networks and the basic knowledge required)
神经网络算法BP网络的训练函数
- 神经网络设计算法,BP简单设计,入门时用的。非常有用。(Neural network design algorithm, BP simple design, introductory time. It's very useful.)
神经网络
- 比较基础的神经网络讲解和入门知识,并附有一些代码(A relatively basic neural network explanation and introductory knowledge with some code)
神经网络与深度学习讲义
- 邱锡鹏:深度学习与神经网络入门级教程,PDF版本(Basic tutorials of deep learning and neutral networks)
MATLAB神经网络30个案例分析--完全
- 30个有完整代码的案例,帮你快速入门神经网络(one which has all codes for exs)
bp神经网络
- BP神经网络用于分类,拟合所需要算法,是入门比较简单的学习算法。(BP neural network is used to classify and fit the necessary algorithm. It is a simple learning algorithm.)
智能中国《神经网络入门教程》
- 智能中国《神经网络入门教程》(书籍/资料)(An introductory tutorial on neural networks in China (Books / materials))
MATLAB神经网络
- MATLAB快速入门,单层感知器,线性神经网络,BP神经网络,反馈神经网络,随机神经网络,GUI设计神经网络等等(MATLAB quick start, single layer perceptron, linear neural network, BP neural network, feedback neural network, stochastic neural network, GUI design neural network and so on.)
CNN卷积神经网络数字识别
- 关于神经网络的例子以及pdf,很详细,入门推荐。(About example of neural network and pdf, it is very detailed.)
MATLAB神经网络30个案例分析
- Matlab神经网络30个案例分析的源代码,帮助你从入门到精通基于matlab的神经网络建模(MATLAB Neural Network 30 case analysis source code, help you from the introduction to proficiency in MATLAB-based neural network modelling)
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part