资源列表
scikit-learn-master
- 用python学习scikit-learn(Learning scikit-learn with Python)
scikit-learn-master02
- 用python学习scikit-learn 02(Learning scikit-learn with Python 02)
scikit-learn-master03
- 用python学习scikit-learn 03(Learning scikit-learn with Python 03)
MATLAB智能算法30个案例分析 源代码
- 智能识别领域经典算法解析,提供源码用于实验和改进。(Classic algorithms for intelligent recognition parse, provide source code for experiments and improvements.)
scikit-learn-04
- 用python学习scikit-learn 04(Learning scikit-learn with Python 04)
MATLAB神经网络30个案例分析
- 结合matlab进行神经网络方法的原理讲解和具体实现。(Combined with matlab neural network method to explain the principle and the concrete realization.)
s-l5
- 用python学习scikit-learn 05(Learning scikit-learn with Python 05)
sl
- 用python学习scikit-learn 01(Learning scikit-learn with Python 01)
bp-Matlab
- 人工神经网络(Artificial Neural Network,即ANN ),是20世纪80 年代以来人工智能领域兴起的研究热点。它从信息处理角度对人脑神经元网络进行抽象, 建立某种简单模型,按不同的连接方式组成不同的网络。神经网络的MATLAB实现(Artificial Neural Network (ANN) is a hot spot in the field of artificial intelligence since 1980s. It abstracts the neural
DeepLearning
- Deep Learning Tutorial 李宏毅 Hung-yi Lee(Deep Learning Tutorial Hung-yi Lee)
PRML_Chinese_vision
- PRML中文版,机器学习理论学习必备书籍(Pattern Recognition and Machine Learning,it's the best of Machine Learning books)
PSO
- 粒子群搜索算法的一个简单的仿真程序的编写。根据PSO算法原理,在MATLAB中编程实现基于PSO算法的函数极值寻优算法。(A simple simulation program of particle swarm search algorithm. According to the principle of PSO algorithm, based on PSO algorithm, a function extreme optimization algorithm based on PSO a