zoulala / matlab_algorithms
之前做过的一些项目,基于matlab程序的各种回归、分类算法实现
☆33Updated 6 years ago
Alternatives and similar repositories for matlab_algorithms:
Users that are interested in matlab_algorithms are comparing it to the libraries listed below
- 使用BP神经网络、RBF神经网络以及PSO优化的RBF神经网络进行数据的预测☆198Updated 5 years ago
- BP神经网络的MATLAB实现☆32Updated 9 years ago
- 出版书籍《机器学习入门到实践——MATLAB实践应用》一书中的实例程序。涉及监督学习,非监督学习和强化学习。(code for book "Machine Learning Introduction & action in MATLAB")☆91Updated 5 years ago
- matlab神经网 络43个案例分析☆67Updated 6 years ago
- 基于遗传算法的BP网络设计,应用背景为交通流量的预测☆163Updated 5 years ago
- Include BP / GA_SVM / GS_SVM / KNN / LDA / PCA / PSO_SVM☆28Updated 3 years ago
- ☆58Updated 3 years ago
- 使用粒子群算法优化的RBF神经网络进行预测。RBF neural network optimized by particle swarm optimization is used for prediction.☆100Updated 4 years ago
- BP神经网络预测实例(matlab)☆48Updated 2 years ago
- python 用GA算法优化BP神经网络☆153Updated 4 years ago
- [智能优化算法及其MATLAB实例(第2版)]书籍配套源码☆38Updated 3 years ago
- 利用各种算法优化BP☆35Updated 5 years ago
- 利用PSO优化的SVM进行期货预测☆23Updated 5 years ago
- 使用RBF、BP神经网络进行预测。RBF/BP neural network is used for prediction.☆33Updated 4 years ago
- 遗传算法、免疫算法、退火算法、粒子群算法、鱼群算法、蚁群算法和神经网络算法等常用智能算法的MATLAB实现☆461Updated 4 years ago
- 代码主要包括:1。特征提取 首先对文本信息进行分词处理,采用基于字符串匹配的方法: 假如一段叫:李二狗就是一个傻逼 基于匹配的方法就是依次截取一到多个词,并与字典库进行匹配。如二狗,如果匹配到字典中有这个词,则将其分为一个词;当取到“狗就”,发现字典中没有与之匹配的,则说明…☆20Updated 5 years ago
- BP Neural Network in Matlab.☆98Updated 7 months ago
- msvm是在svm的基础上提出的多输出回归模型,可用于多输入多输出的回归预测,另外本程序提出利用pso进行超参数寻优☆17Updated 5 years ago
- LSTM by matlab☆53Updated 7 years ago
- 包含灰色预测模型:灰色单变量预测模型GM(1,1)模型,灰色多变量预测模型GM(1,N)模型,GM(1,N)幂模型,灰色多变量周期幂模型GM(1,N|sin)幂 模型,以及灰色关联模型☆75Updated 2 years ago
- Implements of MATAB神经网络30个案例分析☆27Updated 6 years ago
- 非线性优化主要算法的Matlab程序,有精确线搜索的0.618法和抛物线法, 非精确线搜索的Armijo准则, 最速下降法, 牛顿法, 共轭梯度法, BFGS 算法, DFP 算法, Broyden 族方法, 信赖域方法, 求解非线性最小二乘问题的L-M算法, 解约束优化问…☆189Updated 3 years ago
- use PSO to train the sigle layer NN structure☆24Updated 2 years ago
- 使用遗传算法优化支持向量机/Optimization of support vector machine using genetic algorithm☆37Updated 3 years ago
- Implementation from scratch of a CNN-LSTM network for language models. Useful features are extracted from the CNN layer below and then fe…☆23Updated 2 years ago
- A data prediction neural network model optimized with genetic algorithm//遗传算法优化的预测模型☆18Updated 7 years ago
- 神经网络的实现,包括bp神经网络和rbf神经网络☆22Updated 8 years ago
- 毕设文章以及文中的MATLAB,以及那段时间帮同学们写的MATLAB编码。元胞自动机(Cellular Automata),遗传算法(Genetic Algorithm)。⬅↖⬆↗➡↘⬇↙↪↩🔄🧡💛💙💚💜🖤💕💞💖💝💥☆42Updated 4 years ago
- 基于遗传算法的BP神经网络☆15Updated 4 years ago
- 《MATLAB 神经网络43个案例分析》随书代码☆27Updated 3 years ago