资源列表
matlab
- 在正弦时域信号上叠加高斯白噪声,并做频谱变换(The Gauss white noise is superimposed on the sinusoidal time domain signal, and the spectrum transform is done.)
PSD
- 功率谱函数的MATLAB代码,内含加窗函数代码,并附带解释标注。(Power spectrum function)
CNN
- 手写体识别的训练,采用卷积神经网络,附带数据集下载代码(The training of handwritten recognition is based on convolution neural network, and the download from the dataset.)
CFAloc
- cfa算法,基于CFA插值特征的图像篡改检测的matlab代码(cfa algorithm,Image tamper detection based on CFA interpolation features matlab code)
naive_bayes-master
- 贝叶斯分类 iris 用python语言(linear python bays iris)
万门大学强化学习算法代码RW模型+TD模型
- 万门大学,强化学习,rw模型算法代码实现, V(CS) = V(CS) + A * ( V(US) * us - V(CS) * cs ) td模型, V(s{t}) = V(s{t}) + a[R(t+1) + rV{S(t+1)} - V{S(t)}](In the intensive learning of the University of Wan men, the RW algorithm, the python implementation, the algorithm f
pade
- 关于毛细动力学问题幂级数解的pade逼近算例(approximate solution about the capillary dynamics problem)
DEAP2.1软件
- 一个使用的DEA分析软件,可以用来做投入产出效率分析,经济管理分析,带有使用指南。(Use of a DEA analysis software can be used to make economic management analysis, with a user guide.)
Mydea
- 一个使用的DEA分析软件,可以用来做经济管理分析,带有使用指南。(Use of a DEA analysis software can be used to make economic management analysis, with a user guide.)
万门大学强化学习GridEvalu模型GridPolicy模型
- 万门大学,强化学习,Grid_world_evaluation模型算法代码实现, V(S) = V(S) + A * ( R(S) + r*V(new_S) - V(S) ) Grid_world_Policy模型, P(S) = P(S) + A * ( R(S) + r*P(new_S) - P(S) )(In the intensive learning of the University of Wan men, the Grid_world_evaluation algo
现代机器学习基于深度学习的图像特征提取
- 现代基于深度学习的图像特征提取,比较不错的文档(On the system of an unmanned intelligent vehicle with)
question
- 用贪心法求解,一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。(Use the greedy method to solve the problem of car refueling)