资源列表
基于matlab的选址问题程序
- 使用佛洛依德算法,可以任意增添,或修改地点,通过加权后的结果得出最优解。可用来配电网规划设计。
小波神经网络预测代码
- 小波神经网络预测的完整的MATLAB代码。有数据,可直接运行实现。(Wavelet neural network prediction of complete MATLAB code. With data, you can run the implementation directly.)
ILearnMachineLearning.py-master
- 这个储存库是我的作品和与数据科学和机器学习相关的项目的集合。在我的脚本中,我主要使用python及其专用的库:pandas、numpy、scipy、sci kit learn、matplotlib、basemap plotly。我还用了一些d3进行数据可视化。我还尝试从sci kit学习库中定制算法实现(This repository is a collection of my works and projects related to Data Science and Machine Lear
Locality-constrained Linear Coding for Image Classification
- Locality-constrained Linear Coding (LLC) in place of the VQ coding in traditional SPM. LLC utilizes the locality constraints to project each descr iptor into its local-coordinate system, and the projected coordinates are integrated by max pooling to
遗传算法
- 基本遗传算法例程,用于求解普通函数极值问题。源码分析,解析很详细
tpprl
- 结合深度强化学习和时间点过程算法的实现,主要用python(In combination with deep reinforcement learning and implementation of time point process algorithm, Python is mainly used.)
pytorch_cnn_example
- pytorch框架下,用Python语言编写的搭建简单的卷积神经网络简单。
神经网络pid控制器
- BP神经网络S函数,里面包含了simulink建模及其S函数(BP neural network S function, which includes Simulink modeling and S function)
gapp
- 路径规划,基于一种遗传算法的路径规划方法,利用栅格法,成功实现了避障路径规划。(Path planning, a method of path planning based on genetic algorithm and grid method, has successfully realized obstacle avoidance.)
one-pixel-attack-keras-master
- 深度学习中的对抗样本攻防方向的单像素攻击keras代码(Keas Code Against Sample Single Pixel Attacks)
win10配置tensorflow gpu版不用装CUDA
- 这是本人写的一篇安装tensorflow的方法,用于win10系统,gpu版(This is an article written by myself for installing tensorflow gpu version.)
旅行商问题
- 多目标优化算法,旅行商问题(TSP),该算法能找出最优的旅行商路线。