资源列表
sunfish chess engine
- Sunfish is a simple but strong chess engine.
machine_learning_python-master
- 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。感知机的基本形式和对偶形式的实现 Kmeans和Kmeans++的实现 EM GMM高斯混合和GMM+LASSO的实现 实现朴素贝叶斯的基本算法和高斯混合朴素贝叶斯算法 实现决策树的基本算法 实现adaboost基本算法 实现svm基本算法 实现逻辑回归基本算法(By reading the data codes on the Internet, we can process oursel
波束形成
- 自己学习和总结过程中一些比较不错的波束形成算法(Some good beamforming algorithms in the process of self-study and summary)
a-star-algorithm-master
- a-star静态路径最优搜素算法。a-star静态路径最优搜素算法。(A-star static path optimal search algorithm.)
specture_subtract
- 数字助听器的谱减法matlab仿真,可用于数字助听器设计或者性能对比(Matlab simulation of spectrum subtraction of digital hearing aid)
禁忌搜索算法
- 禁忌搜索算法解决tsp问题,matlab程序(tabu search algorithm to solve tsp problem, matlab program)
GA
- MATLAB中,使用遗传算法(GA算法)求某个函数的最小值,最基础的遗传算法实现(Using genetic algorithm to find the maximum value of function)
Graph_Signal_Processing
- 针对图信号处理的几个基础点的代码教程。非常好。(A code tutorial for basic basic points of graph signal processing.Very good.)
eof
- 使用的是2019a 的matlab,对海温数据进行的eof程序分析(the eof of the matlab)
Fuzzy-UAV-Controller-master
- 四旋翼无人机,模糊控制(matlab,simulink仿真)(Four-rotor UAV, fuzzy control (matlab, simulink simulation))
PID-Control-for-a-Quadrotor-master
- 四旋翼无人机, Matlab/Simulink参考,采用PID控制(Quadrotor UAV, Matlab / Simulink Reference)
DNN实现手写数字识别
- DNN实现手写数字的识别,准确率80以上,可以自行改变学习率等,希望能帮助到大家。