资源列表
时间卷积神经网络
- 程序为时间卷积神经网络的python程序,可捕获锂离子电池退化过程中的容量增生问题,迁移学习能力不强。
classic-convolution-network-master
- 本资源为经典的卷积神经网络实现图像的深度特征提取代码,可以下载参考学习
AI prefdict
- AI predict nn base on cnn
《MATLAB 神经网络43个案例分析》源代码&数据
- 《MATLAB 神经网络43个案例分析》源代码&数据 详细的代码介绍和功能 MATLAB版本
标注软件主程序
- 该软件可以用来标定数据,十分好用,谁用谁知道!安装python之后直接运行即可。自动生成xml文件和txt文件!
GraphWaveletNeuralNetwork-master
- 图小波神经网络(GWNN),一种新的图卷积神经网络(CNN),利用图小波变换来解决以往光谱图CNN方法依赖于图傅立叶变换的缺点。(graph wavelet neural network (GWNN), a novel graph convolutional neural network (CNN), leveraging graph wavelet transform to address the shortcomings of previous spectral graph CNN met
SVM算法
- 实现线性支持向量机算法,并比较其原始函数与对偶形式函数(Realize the linear SVM algorithm, and compare the original function and dual function)
Deep Learning with Python中英版(含代码)
- 深度学习四大名著:Deep Learning with Python 英文版,中文版,Python源码(Four Masterpieces on deep learning : Deep learning with Python English version,Chinese version, python source code)
GA-PSO
- PSO算法计算函数极值时,常常出现早熟现象,导致求解函数极值存在较大的偏差,然而遗传算法对于函数寻优采用选择、交叉和变异算子操作,直接以目标函数作为搜索信息,以一种概率的方式来进行,因此增强了粒子群优化算法的全局寻优能力,加快了算法的进化速度,提高了收敛精度。(When PSO algorithm calculates function extremum, it often appears premature phenomenon, which leads to large deviation
手写字识别的python实现
- 压缩包里包含了手写字的数据,也包含了三种手写字识别的机器学习方法,对于初学者有很好的启发作用。
遥感语义分割
- Python编程利用keras框架进行语义分割
GABP
- 使用遗传算法优化BP神经网络的权值和阈值。BP神经网络是一种按照误差逆向传播算法训练的多层前馈神经网络,是应用最广泛的神经网络。(Genetic algorithm is used to optimize the weights and thresholds of BP neural network. BP neural network is a kind of multilayer feedforward neural network trained according to the erro