资源列表
迁移学习对花进行分类
- 迁移学习简单算法,涉及到迁移学习的一些简单原理,学习参考使用(transfer_learning.py)
RBF_Plot
- 使用S函数进行编写RBF神经网络算法,并有画图分析程序。(Using S function to write RBF neural network algorithm, and drawing analysis program.)
flower_CNN
- 简单的的CNN对花进行分类,里面包括代码和数据(Using CNN to classify the flower,which include data and code)
Bayesian
- 基于贝叶斯的协同过滤算法,电影评分推荐,数据库ml-100k(Collaborative filtering algorithm)
FCN.tensorflow-master
- 全卷积网络图像分割。使用python和tensorflow的实现。(Image segmentation with full convolution network.)
C51-DDQN-Keras-master
- C51-DDQN-Keras-master 分类版DDQN机器学习Demo代码(C51-DDQN-Keras-master DDQN reinfocrement learning)
19.决策树与随机森林
- 决策树和随机森林,非常实用的PPT资料,推荐(Decision tree and random forest, very useful PPT data, recommended.)
BP神经网络python简单实现
- 去掉神经元类,把功能合并入NetLayer类中,使用矩阵计算加快速度 调整代码实现批量训练方法。 优化程序中numpy库运算顺序,避免产生中间变量(Remove neuron classes, merge functions into NetLayer classes, and use matrix to calculate speed.)
Gauss Bayes
- 使用高斯贝叶斯函数对已有数据进行分类,有样本集(The Gauss Bayes function is used to classify the existing data.)
CNN
- 一种有效的特征提取算法,包含几类卷积神经网络算法代码与演示数据(An effective feature extraction algorithm includes several kinds of convolutional neural network algorithm codes and demonstration data.)
CAE
- 卷积自编码器,深度学习中的CAE,类似CNN,是深度学习的基本框架之一(Convolution self encoder, CAE in depth learning, similar to CNN, is one of the basic frameworks for deep learning.)
PCA程序
- 实现主成分分析 % Usage: % [eigvector, eigvalue] = PCA(data, options) % [eigvector, eigvalue] = PCA(data) % % Input: % data - Data matrix. Each row vector of fea is a data point. % % options.ReducedDim