littleheap / MachineLearning-Algorithms
A summary of 9 mainstream algorithms practice, including : Logistic Regression / Decision Tree / Random Forest / Adaboost / SVM / Clustering / EM / Bayes Network / LDA / HMM.
☆13Updated 6 years ago
Alternatives and similar repositories for MachineLearning-Algorithms:
Users that are interested in MachineLearning-Algorithms are comparing it to the libraries listed below
- Prediction of continuous signals data and Web tracking data using dynamic Bayesian neural network. Compared with other network architectu…☆37Updated 6 years ago
- Dicrete and Mixture of Gaussian HMM and Bayesian HMM(离散和混合高斯隐马尔可夫模型和贝叶斯隐马尔可夫模型)☆28Updated 9 years ago
- 利用PSO优化的SVM进行期货预测☆23Updated 5 years ago
- 一些常用的功能型python模块接口,如:批量下载百度图片、moran指数(莫兰指数)、ARIMA、灰色预测GM(1,1)☆41Updated 5 years ago
- 机器学习预测系统汇总:包括贝叶斯网络、马尔科夫模型、线性回归、岭回归、多项式回归、决策树回归、深度神经网络预测☆72Updated 4 years ago
- This is a set of matlab code for building a BPNN optimized by GA☆23Updated 10 years ago
- A project for Time-series prediction based on GNN and ARIMA, including data preprocessing and prediction methods.☆10Updated 4 years ago
- Using K-NN, SVM, Bayes, LSTM, and multi-variable LSTM models on time series forecasting☆48Updated 5 years ago
- Foreign exchange rates forecasting using EMD with LSTM☆13Updated 5 years ago
- 毕业设计:基于改进神经网络的风电功率预测系 统☆36Updated 5 years ago
- 聚类分析: K均值聚类算法、层次聚类算法☆20Updated 10 years ago
- msvm是在svm的基础上提出的多输出回归模型,可用于多输入多输出的回归预测,另外本程序提出利用pso进行超参数寻优☆16Updated 5 years ago
- Python implementations of empirical mode decomposition as well as EEMD and CEEMD variants.☆24Updated 4 years ago
- Bayesian LSTM for time-series prediction.☆21Updated 4 years ago
- MATLAB Implementation of "Fuzzy time series forecasting based on proportions of intervals and particle swarm optimization techniques"☆13Updated 5 years ago
- 2018比赛-大数据-光伏电站-人工智能运维☆23Updated 6 years ago
- 配电网负荷预测,BP神经网络,Cart决策树,GDBT,CatBoost☆13Updated 4 years ago
- This repository contains the MATLAB codes for the time-series prediction using (i) MMSE forecast of ARIMA models (ii) Kalman filter appro…☆18Updated 5 years ago
- variational mode decomposition and its variants☆54Updated 4 years ago
- 天池全国社会保险大数据应用+精准社保/天池精准社保第一赛季☆8Updated 7 years ago
- 基于粒子群算法的神经网络优化股票价格预测☆33Updated 4 years ago
- GA_python for multi-parameters optimization☆27Updated 6 years ago
- 基于BP算法和遗传算法建立武汉市空气质量指数的预测模型,以武汉市8个监测站 的1年的空气质量数据为训练数据进行神经网络的建模,近一个月的数据作为测试数据进行模型的准确性测试,平均准确率在75%左右。☆29Updated 7 years ago
- 利用时间序列预测汽车销量☆37Updated 6 years ago
- 基于遗传算法的BP网络设计,应用背景为交通流量的预测☆163Updated 5 years ago
- ☆11Updated 5 years ago
- 利用各种循环网络进行回归拟合,包括rnn,lstm,nlstm,bilstm☆22Updated 5 years ago
- LSTM + Wavelet(长短期记忆神经网络+小波分析):深度学习与数字信号处理的结合☆165Updated 5 years ago
- bp 神经网络算法☆120Updated last year
- 代码主要包括:1。特征提取 首先对文本信息进行分词处理,采用基于字符串匹配的方法: 假如一段叫:李二狗就是一个傻逼 基于匹配的方法就是依次截取一到多个词,并与字典库进行匹配。如二狗,如果匹配到字典中有这个词,则将其分为一个词;当取到“狗就”,发现字典中没有与之匹配的,则说明…☆20Updated 5 years ago