资源列表
yichuan
- 解决路径寻优问题的遗传算法,经过相对路径寻优的问题进行改进的算法,提高算法运行速度(Genetic algorithm for solving path optimization problem)
CNN_impl
- cnn算法的手写实现,教你如何一步一步实现cnn算法,理解cnn原理(CNN algorithm handwritten realization, teach you how to step by step to achieve the CNN algorithm, understand the CNN principle)
ELM
- ELM回归与分类算法,用于近红外光谱或拉曼光谱数据处理(ELM regression and classification algorithms are used for near infrared or Raman spectral data processing)
Python-Machine-Learning-Blueprints-master
- Python 是当前普遍使用的流行语言,并纳入了科学计算和机器学习的内容,本文件是一个Python机器学习工具包。(Python is a popular language currently used and incorporated into the contents of scientific computing and machine learning. This document is a Python machine learning toolkit.)
机器学习实战及配套代码
- 机器学习实战及配套代码,主要内容是一本电子书和对应每章节实战代码(Machine learning and supporting code)
斯坦福2014机器学习课程源代码
- 斯坦福机器学习作业代码,吴恩达教授亲自教学(Standford machine learning)
DeepLearnToolbox-master
- 这是用于深度学习的Matlab工具箱 深度学习是机器学习的一个新的子领域,专注于学习深层次的数据模型。 它的灵感来自于人类大脑的明显的深层次(分层的)层次结构。 目录包括`NN /` - 一个用于前馈反向传播神经网络的库,`CNN /` - 卷积神经网络库,`SAE /` - 堆叠式自动编码器库,`CAE /` - 卷积自动编码器库,`util /` - 库使用的功能函数,`data /` - 实例使用的数据,`tests /` - 单元测试来验证工具箱是否正常工作(A Matlab to
《遗传算法-理论、应用与软件实现》源代码
- C# 图像处理、神经网络、遗传算法,有需要的可以学习一下。(C# image processing, neural network, genetic algorithm)
Iris数据集BP神经网络实例代码
- Iris数据集BP神经网络实例代码,该例子程序提供AForge.NET实现和matlab实现两种途径(Iris data set, BP neural network example code)
改进的PSOBP
- 使用改进的PSO算法优化BP神经网络是实现数据的分类。调试通过,替换样本数据即可使用(Optimizing BP neural network using improved PSO algorithm is the classification of data. Debug through, replace sample data can be used)
主成分分析PCA
- 用PCA算法对iris数据集进行主成分分析(The PCA algorithm is used to analyze the iris data set)
MATLAB智能算法30个案例分析——源代码
- 算法优化,包括粒子群算法,遗传算法以及多种神经网络(optimization algrithm,include PSO algrithm GA and other kind algrithm ,and many kinds of Nural network)