资源列表
caffe-windows
- https://github.com/BVLC/caffe/tree/windows 官方caffe-windows源码
第五次课程材料
- MATLAB tutorial (3) introduction, examples and summary of cellular automata (teacher zhou luwen)
分数阶lyapunov指数
- canculate the Fractional nolinear system lyapunov Exponments
node2vec-master-python3
- 斯坦福大学的node2vec模型,做图嵌入的,说明很详细分享一下,,原文件是Python2做的,我改的Python3的,分享一下(The node2vec model of Stanford University is embedded in the diagram, and the descr iption is shared in detail. The original file is made by Python 2, and my modified version of Python
BRIG-0.95-dist
- BRIG is a cross-platform desktop application written in Java,
DBSCAN
- DBSCAN clustering algorithm
pso-SVM
- pso优化SVM参数,可运行。MATLAB实现(PSO optimizes SVM parameters, which can be run. MATLAB implementation)
KELM
- 核极限学习机是一种单隐层前馈神经网络(the single-hidden layer feedforward neural networks,SLFNs),其只需要设置隐藏层节点数,然后采用最小二乘法计算出权值即可。因此,核极限学习机在学习速度和泛化能力上具有很大优势。(Kernel limit learning machine is a single hidden layer feedforward neural networks (slfns). It only needs to set t
SMC-and-Fuzzy-logic-controller-for-AUV-master
- AUV控制仿真,滑模控制,模糊控制,对于水下无人平台仿真有挺大的参考意义(AUV control simulation, Sliding mode control, It has great reference significance for the simulation of underwater unmanned platform)
基于BP神经网络的人口预测
- 算法在基于BP神经网络的基础上,对人口展开预测。
MATLAB神经网络手写数字识别(GUI,论文)
- 本课题为基于MATLAB的BP神经网络手写数字识别系统。带有GUI人机交互式界面。读入测试图片,通过截取某个数字,进行预处理,经过bp网络训练,得出识别的结果。可经过二次改造成识别中文汉字,英文字符等课题。(This project is based on Matlab bp neural network Handwritten digit recognition system. With GUI human-computer interactive interface. Read in the
交互多模机动目标跟踪EKF,UKF程序
- 机动目标跟踪CA_EKF,交互多模UKF程序,内附说明文档。 CAEKF.m 采用CA模型的EKF滤波 IMMUKF.m 采用交互式多模型的UKF滤波程序