fish-kong / texture-classification-based-on-BPNN-and-dictionaryLinks
代码主要包括:1。特征提取 首先对文本信息进行分词处理,采用基于字符串匹配的方法: 假如一段叫:李二狗就是一个傻逼 基于匹配的方法就是依次截取一到多个词,并与字典库进行匹配。如二狗,如果匹配到字典中有这个词,则将其分为一个词;当取到“狗就”,发现字典中没有与之匹配的,则说明这个不是一个词语,进行顺序操作,最优将这段话分为:李 二狗 就是 一个 傻逼。 2. 得到分词后的文本之后,就是转换成数字编码,因此电脑没办法识别汉字。这一部分叫特征表示,即用数字的方式表示中文文本,采用的方法是基于词带模型的特征表示: 词带就是字典--程序中那个dictionary.mat。我们将分词处理之后的文本中的每一个词语,分别与字典中的词进行匹配,只要出现过就为1,否则为0。 如 字典中的词含有:李…
☆20Updated 5 years ago
Alternatives and similar repositories for texture-classification-based-on-BPNN-and-dictionary
Users that are interested in texture-classification-based-on-BPNN-and-dictionary are comparing it to the libraries listed below
Sorting:
- 使用粒子群算法优化的RBF神经网络进行预测。RBF neural network optimized by particle swarm optimization is used for prediction.☆106Updated 5 years ago
- 使用BP神经网络、RBF神经网络以及PSO优化的RBF神经网络进行数据的预测☆214Updated 5 years ago
- A data prediction neural network model optimized with genetic algorithm//遗传算法优化的预测模型☆18Updated 8 years ago
- CNN-LSTM☆12Updated 4 years ago
- 基于cnn和lstm的动作视频序列识别☆15Updated 6 years ago
- MATLAB☆33Updated 7 years ago
- 基于遗传算法的BP网络设计,应用背景为交通流量的预测☆164Updated 6 years ago
- Artificial neural networks model on matlab to predict wind speed. Data on wind speed, humidity, temperature and wind direction was obtain…☆9Updated 7 years ago
- 基于日特征气象因素的支持向量机预测电力负荷☆27Updated 4 years ago
- This repository displays the demos of some Intelligent Optimization Algorithms, including SA (Simulated Annealing), GA (Genetic algorithm…☆267Updated 8 years ago
- Whale Optimization Algorithm used to train Neural Network☆19Updated 8 years ago
- 粒子群优化算法☆251Updated 8 years ago
- MOPSO及pso可编译运行matlab源码,及相关论文资源☆161Updated 5 years ago
- The Matlab/Octave code contains codes of Whale Optimization Algorithm and Particle Swarm Optimization.☆70Updated 5 years ago
- 使用BP神经网络进行电力系统短期负荷预测☆107Updated 6 years ago
- matlab神经网络43个案例分析☆71Updated 7 years ago
- ☆60Updated 4 years ago
- 《MATLAB优化算法案例分析与应用(进阶篇)》代码和ppt☆36Updated 5 years ago
- CEC2017测试集测试了模拟退火(SA)算法、状态转移(STA)算法、实数编码遗传(RCGA)算法、差分进化(DE)算法、免疫(IA)算法、粒子群(PSO)算法、蚁群(ACO)算法和多种自适应策略粒子群(MAPSO)算法☆34Updated 2 years ago
- python 用GA算法优化BP神经网络☆158Updated 4 years ago
- ☆21Updated 4 months ago
- Harris Hawks Optimization (HHO) is a nature-inspired metaheuristic algorithm that simulates the cooperative hunting behavior of Harris' h…☆60Updated 7 months ago
- 使用遗传算法优化支持向量机/Optimization of support vector machine using genetic algorithm☆38Updated 3 years ago
- 毕业设计:基于改进神经网络的风电功率预测系统☆36Updated 6 years ago
- 粒子群算法 matlab2016b☆94Updated 8 years ago
- This is a set of matlab code for building a BPNN optimized by GA☆26Updated 10 years ago
- 粒子群算法优化支持向量机☆138Updated 3 years ago
- Application of Multi-objective Optimization Algorithm in Cluster Task Scheduling Problem☆29Updated 6 years ago
- 《基于参考点选择策略的改进型NSGA-III算法》论文代码☆6Updated 4 years ago
- This toolbox offers more than 40 wrapper feature selection methods include PSO, GA, DE, ACO, GSA, and etc. They are simple and easy to i…☆179Updated 4 years ago