资源列表
二维
- 多智能体蜂涌编队飞行,值得学习。经典论文的复现(The multi agent swarm is flying in formation, which is worth learning. Reappearance of classic papers)
k-means聚类算法
- k-means聚类算法的代码实现,只需要更改数据就可以实现,而且有注释,很容易懂(The code implementation of the k-means clustering algorithm can be realized only by changing the data, and there are notes that make it easy to understand)
搜狗分类新闻.20061127
- 用于自然语言处理的新闻语料,抓取网上的一些新闻资料(The news materials used in Natural Language Processing, and grab some news on the Internet)
机器学习课件 周志华
- 周志华机器学习课件,哈哈啊啊啊啊啊啊啊啊啊啊啊啊啊啊(Zhou Zhihua machine learning courseware, haha ah ah ah ah ah ah ah ah ah ah ah ah)
network
- 卷积神经网络函数,用于数据预测,分类以及识别(Convolution neural network functions for data prediction, classification and identification)
深度学习工具包matlab
- 深度学习matlab工具包 包括SAE DBN CNN 等matlab代码(Deep learning matlab tool kit includes SAE DBN CNN and other matlab code)
Matlab数据分析与挖掘实战-最新完整版
- 这是一本以实践为导向的 MATLAB 数据挖掘实战指南,以真实案例为主线,不仅深入浅出地讲解了数据挖掘建模过程中的各个环节和各项技术(如数据探索、数据预处理、分类与预测、聚类分析、时序预测、关联规则挖掘、智能推荐、偏差检测等),而且还为电力、航空、医疗等 10 余个行业的数据挖掘提供了方法指导和解决方案。此外,本书还深入讲解了数据挖掘的二次开发等内容。(MATLAB data analysis)
reconfiguration
- 是分布式电源的选址定容的改进的遗产算法算法,是最基本的遗传算法,基本实现了选址定容的功能(It is an inheritance algorithm for location and capacity of distributed power supply and the most basic genetic algorithm. It basically realizes the function of location and capacity determination.)
CNN电池1×9维诊断20181112
- 利用深度学习cnn的电池不一致性故障诊断(Battery fault diagnosis using deep learning CNN)
人员疏散仿真源程序
- 采用格子气模型和背景场模型对障碍物双出口房间内的行人疏散过程进行仿真(Simulation of pedestrian evacuation process in double exit room of obstacles using lattice gas model and background field model)
smoke
- 使用opencv进行烟雾检测,数据集和代码都在里面,可以直接跑(smoke detection with opencv)
猫群优化算法
- 基本的猫群优化算法,matlab代码,仅供参考学习使用