wangyaomail / machine-learning-lessonLinks
☆24Updated last year
Alternatives and similar repositories for machine-learning-lesson
Users that are interested in machine-learning-lesson are comparing it to the libraries listed below
Sorting:
- 粒子群算法优化支持向量机☆143Updated 3 years ago
- 由于CSDN博客里面不能直接上代码链接,涉嫌营销推广,因此建一个github仓库用于整理这些代码链接☆153Updated 3 years ago
- python 用GA算法优化BP神经网络☆164Updated 4 years ago
- 麻雀搜索算法(Sparrow Search Algorithm, SSA)的python实现☆137Updated 5 years ago
- This is a Python package for Broad Learning System.☆19Updated 5 years ago
- 麻雀算法优化支持向量机 python实现☆15Updated 3 years ago
- Matlab and Python code of Dung Beetle Optimizer☆40Updated 3 years ago
- 机器学习预测系统汇总:包括贝叶斯网络、马尔科夫模型、线性回归、岭回归、多项式回归、决策树回归、深度神经网络预测☆90Updated 5 years ago
- 群体智能优化算法☆111Updated 3 years ago
- Machine Learning in Action学习笔记,一个文件夹代表一个算法,每个文件夹包含算法所需的数据集、源码和图片,图片放在pic文件夹中,数据集放在在Data文件夹内。书中的代码是python2的,有不少错误,这里代码是我用python3写的,且都能直接运行☆207Updated 6 years ago
- 使用LSTM、GRU、BPNN进行时间序列预测。Using LSTM\GRU\BPNN for time series forecasting. (Pytorch Edition)☆60Updated 5 years ago
- 集成学习Stacking方法详解☆82Updated 6 years ago
- 建立SARIMA-LSTM混合模型预测时间序列问题。以PM2.5值为例,使用UCI公开的自2013年1月17日至2015年12月31日五大城市PM2.5小时检测数据,将数据按时间段划分,使用SARIMA过滤其线性趋势,再对过滤后的残差使用LSTM进行预测,最后对预测结果进行…☆84Updated 7 years ago
- use PSO to train the sigle layer NN structure☆24Updated 3 years ago
- 种群算法复现(swarm-algorithm),包括乌鸦搜索(Crow Search Algorithm, CSA)、樽海鞘群算法(Salp Swarm Algorithm, SSA)、缎蓝园丁鸟优化算法(Satin Bowerbird Optimizer, SBO)、麻雀…☆367Updated 2 years ago
- 基于遗传算法的BP神经网络☆16Updated 4 years ago
- pytorch >>> 快速搭建自己的模型!☆127Updated 3 years ago
- Regression prediction of time series data using LSTM, SVM and random forest. 使用LSTM、SVM、随机森林对时间序列数据进行回归预测,注释拉满。☆200Updated 5 years ago
- LSTM + Wavelet(长短期记忆神经网络+小波分析):深度学习与数字信号处理的结合☆187Updated 6 years ago
- Autoencoders in PyTorch☆102Updated 6 years ago
- 基于一维卷积神经网络(1D-CNN)的多元时间序列分类☆80Updated 5 years ago
- 数据预处理过程(属性选择, 异常值处理, 归一化, 标准化等)☆66Updated 5 years ago
- 一种有效的电力负荷预测方法☆64Updated 6 years ago
- It is a project of SVM optimization algorithm which use the Grey Wolf Optimizer☆85Updated 6 years ago
- 用Python实现SVM多分类器☆437Updated last year
- 使用BP神经网络、RBF神经网络以及PSO优化的RBF神经网络进行数据的预测☆223Updated 5 years ago
- ☆33Updated 2 years ago
- here is the introduce of bls☆73Updated 4 years ago
- 包含灰色预测模型:灰色单变量预测模型GM(1,1)模型,灰色多变量预测模型GM(1,N)模型,GM(1,N)幂模型,灰色多变量周期幂模型GM(1,N|sin)幂模型,以及灰色关联模型☆82Updated 3 years ago
- 复现论文算法RODDPSO+K-Means,用优化的粒子群算法对K-Means算法求初始的簇心,以达到优化聚类算法的目的☆17Updated 5 years ago