资源列表
lstm 成功
- 利用LSTM算法进行数据预测和数据分析,实在不知道说啥了(Use this svm algorithm for data prediction or data processing)
rbfmethod
- 这是径向基函数神经网络的代码,在机器学习中有很强的应用性。(radial basis function)
Sentiment Analysis1
- 读取csv或xlsx文件后对文本信息进行NLP情感分析并计算出情感的得分,越接近1越积极,越接近-1越消极(After reading the CSV or xlsx file, NLP sentiment analysis is performed on the text information and the score of sentiment is calculated. The closer to 1, the more positive, the more close to - 1,
SOM_BP
- BP神经网络进行回归预测分析,从表格中读取数据,进行时间序列分析的预测回归(Regression analysis of BP neural network)
lstm_tensorflow
- tensorflow2.0的Lstm实现(LSTM implementation of tensorflow 2.0)
new1_1
- 混沌神经网络的单神经元模型,输出李雅普诺夫指数和a的图谱(Chaotic neuron model. Output Lyapunov as y, a as x.)
bas代码
- 基于天牛须算法的例子,展现天牛须算法的性能,对目标函数优化,简单代码即可实现。(Based on the example of Taurus whisker algorithm, the performance of Taurus whisker algorithm is demonstrated, the objective function is optimized, and the simple code can be realized)
贝叶斯分类
- 通过python进行编程,运用贝叶斯算法原理,对iris数据集进行分类(Classification of iris data sets by Bayes)
电气1903班乔力奎201910190第三个报告
- 利用BP神经网络算法解决TSP问题,并且详细介绍了BP神经网络的基础知识。(Using BP neural network algorithm to solve TSP problem)
SAPSO
- 模拟退火优化的粒子群算法,主要避免局部最优。(Particle swarm optimization with simulated annealing optimization mainly avoids local optimization)
ResNet-Tensorflow-master
- 使用tensorflow框架对高光谱图像进行识别、分类(Recognition and classification of hyperspectral images using densenet structure)
基于DSP的帧差法检测移动目标
- 基于dsp上调试帧间差分法对运动目标的检测,芯片使用的是DM642J进行软仿真。