L-ear / RandomForest
python实现的随机森林
☆88Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for RandomForest
- 随机森林,Random Forest(RF)☆365Updated 4 years ago
- 利用sklearn实现机器学习算法:线性回归、逻辑回归、决策树、随机森林、SVM等☆132Updated 4 years ago
- Sklearn机器学习中的主要算法原理以及实现(线性回归、逻辑回归、朴素贝叶斯、K-Means聚类、KNN、PCA主成分分析、BP神经网络)☆79Updated 4 years ago
- 基于iris数据集进行四种机器学习算法(决策树、朴素贝叶斯、随机森林、支持向量机SVM)的训练,使用交叉检验(Cross-validation)对比了各算法的预测准确率。☆21Updated 4 years ago
- python 用GA算法优化BP神经网络☆140Updated 3 years ago
- Regression prediction of time series data using LSTM, SVM and random forest. 使用LSTM、SVM、随机森林对时间序列数据进行回归预测,注释拉满。☆175Updated 4 years ago
- 决策树、随机森林☆46Updated 5 years ago
- 集成学习Stacking方法详解☆65Updated 5 years ago
- Python 基于BP神经网络实现鸢尾花的分类☆316Updated 4 years ago
- 实验源代码-----基于随机森林的气温预测☆35Updated 4 years ago
- 基于遗传算法的BP神经网络☆15Updated 3 years ago
- 机器学习预测系统汇总:包括贝叶斯网络、马尔科夫模型、线性回归、岭回归、多项式回归、决策树回归、深度神经网络预测☆62Updated 4 years ago
- 粒子群算法优化支持向量机☆130Updated 2 years ago
- [大数据课程作业]分别采用神经网络、线性回归、SVM方法预测学生成绩☆45Updated 5 years ago
- 利用Python实现三层BP神经网络☆79Updated 6 years ago
- 使用bp神经网络预测股票价格。BP neural network is used to predict the stock price.☆33Updated 4 years ago
- 包含灰色预测模型:灰色单变量预测模型GM(1,1)模型,灰色多变量预测模型GM(1,N)模型,GM(1,N)幂模型,灰色多变量周期幂模型GM(1,N|sin)幂模型,以及灰色关联模型☆71Updated 2 years ago
- 机器学习集成模型之Stacking各类模型及工具源码☆106Updated 4 years ago
- 使用svr, mlp, rnn, lstm, am-lstm进行多元时间序列回归预测☆50Updated last year
- 支持向量机的python实现☆43Updated 9 years ago
- 机器学习预测模型,分别用逻辑回归,决策树,随机森林,神经网络,XGBOOST和支持向量机算法建模,交叉验证,并选出AUC最优的模型。特征工程优化后,AUC值达到0.8259☆49Updated 4 years ago
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆35Updated 4 years ago
- 使用BP神经网络、RBF神经网络以及PSO优化的RBF神经网络进行数据的预测☆178Updated 4 years ago
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆203Updated 4 years ago
- 基于Python实现了K-Means、GMM、DBSCAN、AGNES等四种常见的聚类算法☆66Updated 5 years ago
- 逻辑回归、时间序列、KNN、朴素贝叶斯、决策树、关联规则、线性回归、神经网络、SVM、模型评估以及提高模型性能☆14Updated 5 years ago
- 用Python实现SVM多分类器☆367Updated 6 months ago
- 学习吴恩达视频,完成一个小project。使用梯度下降、正则化、神经网络进行房价的预测。使用python中的numpy、scipy、pandas以及matplotlib完成编程的实现。☆23Updated 4 years ago
- Python 建立的BP神经网络处理预测相关公交线路数据☆36Updated 7 years ago
- Use BPNN and LSTM to forecast stock price. 使用BP神经网络和LSTM预测股票价格,注释拉满。☆174Updated 2 years ago