资源列表
精通MATLAB神经网络代码
- 《精通MATLAB神经网络》的全部源码,强烈推荐初学者下载学习("Proficient in MATLAB neural network" source code)
handson-ml-master
- 这个项目的目的是教你机器学习的基本原理。它包含了Hands-on Machine Learning with Scikit-Learn and TensorFlow这本书的示例代码和解决方案。非常好的一本书!(This project aims at teaching you the fundamentals of Machine Learning in python. It contains the example code and solutions to the exercises in
neural-networks-and-deep-learning-master
- neural-networks-and-deep-learning-master
Bayes方法基础
- 贝叶斯是无敌的,贝叶斯是万能的,贝叶斯是全知全能的(bayes is powerful ,bayes is wonderful)
ground_truth_mask
- saliency 图像显著性检测最常用的数据集,有stimulus和pixel-wise groundtruth,共15k张(Saliency image saliency detection of the most commonly used data sets, there are stimulus and pixel-wise groundtruth, a total of 15K)
images
- 显著性对象监测数据集,gt为ground_truth_mask(a dataset for saliency detction which has its gt named ground_truth_mask)
feinen-V3.6
- Target can be extracted in a picture you want, Convolution operation is intended to signal and image rendering, gmcalab fast generalized form component analysis.
HAM
- ANN neural network to design bipolar BAM
SVMMIV
- 基于支持向量机的对特征提取代码,可以提取对模型最有影响的特征(The feature extraction code based on support vector machine can extract the most influential features of the model)
案例17 SOM神经网络的数据分类--柴油机故障诊断
- 基于SOM神经网络的数据分类实例,用于柴油机故障诊断(An example of data classification based on SOM neural network for fault diagnosis of diesel engine)
案例28 灰色神经网络的预测算法—订单需求预测
- 灰色神经网络的预测算法实例,用于订单需求预测(prediction algorithm of grey neural network order demand forecasting)
KNN
- 分类算法数字识别,KNN算法, 调用代码 import lyqKnn from numpy import * lyqKnn.handwritingClassTest()(Classification algorithm digital recognition)