Ggy-king / BP-neural-network
bp神经网络的预测 matlab和python实现 个人觉得python更简单点 (因为在写matlab的时候总是出现工具式错误)
☆11Updated 2 years ago
Alternatives and similar repositories for BP-neural-network:
Users that are interested in BP-neural-network are comparing it to the libraries listed below
- 使用bp神经网络预测股票价格。BP neural network is used to predict the stock price.☆35Updated 4 years ago
- 机器学习预测系统汇总:包括贝叶斯网络、马尔科夫模型、线性回归、岭回归、多项式回归、决策树回归、深度神经网络预测☆70Updated 4 years ago
- 本项目为时间序列预测项目,主要重点在于对预测项目整体流程的梳理总结,不同框架下如何进行简单数据处理和模型搭建。因此项目中搭建的主要为一些常用模型(后续会不断修改完善)。模型包含了prophet模型、keras库的bp神经网络和lstm网络模型、pytorch …☆20Updated last year
- 利用Python实现三层BP神经网络☆80Updated 6 years ago
- python 用GA算法优化BP神经网络☆147Updated 3 years ago
- 省一 2023年数模国赛C题-基于ARIMA和多目标优化的商超补货策略☆9Updated last year
- 基于遗传算法的BP神经网络☆15Updated 3 years ago
- 使用BP神经网络、RBF神经网络以及PSO优化的RBF神经网络进行数据的预测☆194Updated 4 years ago
- 使用多种算法(线性回归、随机森林、支持向量机、BP神经网络、GRU、LSTM)进行电力系统负荷预测/电力预测。通过一个简单的例子。A variety of algorithms (linear regression, random forest, support vecto…☆156Updated 4 years ago
- 基于粒子群算法的神经网络优化股票价格预测☆33Updated 4 years ago
- 机器学习预测模型,分别用逻辑回归,决策树,随机森林,神经网络,XGBOOST和支持向量机算法建模,交叉验证,并选出AUC最优的模型。特征工程优化后,AUC值达到0.8259☆54Updated 4 years ago
- Use BPNN and LSTM to forecast stock price. 使用BP神经网络和LSTM预测股票价格,注释拉满。☆185Updated 2 years ago
- 1、BP-momentum神经网络numpy实现及Pytorch实现及各optim在AQI数据集的表现。2、BP网络分类☆37Updated 4 years ago
- 2023年中国大学生数学建模比赛C题☆11Updated 7 months ago
- 使用svr, mlp, rnn, lstm, am-lstm进行多元时间序列回归预测☆55Updated 2 years ago
- 粒子群算法优化支持向量机☆133Updated 2 years ago
- 复现论文算法RODDPSO+K-Means,用优化的粒子群算法对K-Means算法求初始的簇心,以达到优化聚类算法的目的☆14Updated 4 years ago
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆39Updated 5 years ago
- BP神经网络预测实例(matlab)☆46Updated 2 years ago
- Regression prediction of time series data using LSTM, SVM and random forest. 使用LSTM、SVM、随机森林对时间序列数据进行回归预测,注释拉满。☆182Updated 4 years ago
- 神经网络的实现,包括bp神经网络和rbf神经网络☆21Updated 8 years ago
- 麻雀算法优化支持向量机 python实现☆13Updated 2 years ago
- Python 建立的BP神经网络处理预测相关公交线路数据☆36Updated 7 years ago
- 全国大学生数学建模竞赛CUMCM C题 全国二等奖 代码☆14Updated 5 months ago
- 使用卷积神经网络-长短期记忆网络(bi-LSTM)-注意力机制对股票收盘价进行回归预测。The convolution neural network, short-term memory network and attention mechanism are used to…☆248Updated 11 months ago
- 基于遗传算法的BP网络设计,应用背景为交通流量的预测☆163Updated 5 years ago
- 简单的BP神经网络Python实现,自定义神经元层数和数量,单次输入/输出均为一维列表☆10Updated 6 years ago
- 麻雀搜索算法(Sparrow Search Algorithm, SSA)的python实现☆123Updated 4 years ago
- 机器学习(Machine Learning, ML)python简洁实现,包括混合高斯模型,KMeans,决策树,随机森林,K近邻,线性判别分析,逻辑斯蒂回归(梯度下降法,牛顿法),多层感知机(分类+回归),Naive Bayes(离散+高斯),多分类SVM,线性回归,隐马…☆131Updated 3 years ago
- 利用sklearn实现机器学习算法:线性回归、逻辑回归、决策树、随机森林、SVM等☆144Updated 4 years ago