All Projects → tristanga → Machine-Learning

tristanga / Machine-Learning

Licence: other
Machine Learning Projects

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Machine-Learning

ts-forecasting-ensemble
CentOS based Docker container for Time Series Analysis and Modeling.
Stars: ✭ 19 (+0%)
Mutual labels:  time-series, arima, sarimax
arima
ARIMA, SARIMA, SARIMAX and AutoARIMA models for time series analysis and forecasting in the browser and Node.js
Stars: ✭ 31 (+63.16%)
Mutual labels:  arima, sarimax, sarima
ctsa
A Univariate Time Series Analysis and ARIMA Modeling Package in ANSI C. Updated with SARIMAX and Auto ARIMA.
Stars: ✭ 38 (+100%)
Mutual labels:  time-series, arima, sarimax
gold-price-analysis
Creating a model to analyze and predict the trend of the prices of gold.
Stars: ✭ 31 (+63.16%)
Mutual labels:  time-series, sarimax
GKT
Graph-based Knowledge Tracing: Modeling Student Proficiency Using Graph Neural Network
Stars: ✭ 43 (+126.32%)
Mutual labels:  time-series
time-series-autoencoder
📈 PyTorch dual-attention LSTM-autoencoder for multivariate Time Series 📈
Stars: ✭ 198 (+942.11%)
Mutual labels:  time-series
Chronetic
Analyzes chronological patterns present in time-series data and provides human-readable descriptions
Stars: ✭ 23 (+21.05%)
Mutual labels:  time-series
wxee
A Python interface between Earth Engine and xarray for processing time series data
Stars: ✭ 113 (+494.74%)
Mutual labels:  time-series
MessyTimeSeries.jl
A Julia implementation of basic tools for time series analysis compatible with incomplete data.
Stars: ✭ 88 (+363.16%)
Mutual labels:  time-series
fireTS
A python multi-variate time series prediction library working with sklearn
Stars: ✭ 62 (+226.32%)
Mutual labels:  time-series
pyfilter
Particle filtering and sequential parameter inference in Python
Stars: ✭ 52 (+173.68%)
Mutual labels:  time-series
Hurst-exponent-R-S-analysis-
Calculates the Hurst exponent of a time series based on Rescaled range (R/S) analysis.
Stars: ✭ 33 (+73.68%)
Mutual labels:  time-series
BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (+84.21%)
Mutual labels:  time-series
HistoricalVolatility
A framework for historical volatility estimation and analysis.
Stars: ✭ 22 (+15.79%)
Mutual labels:  time-series
periodicity
Useful tools for periodicity analysis in time series data.
Stars: ✭ 15 (-21.05%)
Mutual labels:  time-series
kotori
A flexible data historian based on InfluxDB, Grafana, MQTT and more. Free, open, simple.
Stars: ✭ 73 (+284.21%)
Mutual labels:  time-series
models
Forecasting 🇫🇷 elections with Bayesian statistics 🥳
Stars: ✭ 24 (+26.32%)
Mutual labels:  time-series
mtad-gat-pytorch
PyTorch implementation of MTAD-GAT (Multivariate Time-Series Anomaly Detection via Graph Attention Networks) by Zhao et. al (2020, https://arxiv.org/abs/2009.02040).
Stars: ✭ 85 (+347.37%)
Mutual labels:  time-series
tsfile
THIS REPO HAS MOVED TO https://github.com/apache/incubator-iotdb. TsFile is a columnar file format designed for time-series data, which supports efficient compression and query. It is easy to integrate TsFile with your IOT big data processing frameworks.
Stars: ✭ 105 (+452.63%)
Mutual labels:  time-series
magi
📈 high level wrapper for parallel univariate time series forecasting 📉
Stars: ✭ 17 (-10.53%)
Mutual labels:  time-series

Machine-Learning

Machine Learning Projects

Topic 0 - Time Series EDA - Exploration / Transformation Techniques

with 5 univariate time series datasets - Chocolate Production, JetRail, Air Passengers, Wine Sales, and Portland Riders

  1. Time Series EDA Univariate (Python)

  2. Features extration with Tsfresh (Python)

BONUS 1) [Data Cleaning] - WIP

Topic 1 - Simple / Classical Time Series Forecasting Techniques

with 3 univariate time series datasets - JetRail (by day), Air Passengers (by month - multiplicative), and Wine Sales (by month - additive)

with 3 multivariate time series datasets for VAR models - TBD

  1. [Summary - All Simple Models in One Notebook Comparison (Python)] - WIP

  2. Naive Forecasting Approach (Python)

  3. Simple Average Forecasting Approach (Python)

  4. Moving Average (MA) Forecasting Approach (Python)

  5. Simple Exponential Smoothing (SES) Forecasting Approach (Python)

  6. Holt’s Linear Trend Forecasting Approach (Python)

  7. Holt Winter’s Exponential Smoothing (HWES) Forecasting Approach (Python)

  8. Autoregression (AR) Forecasting Approach (Python)

  9. Autoregressive Moving Average (ARMA) (Python)

  10. Autoregressive Integrated Moving Average (ARIMA) Approach (Python)

  11. [Seasonal Autoregressive Integrated Moving-Average (SARIMA) Approach (Python)] - WIP

  12. [Seasonal Autoregressive Integrated Moving-Average with Exogenous Regressors (SARIMAX) Approach (Python)] - WIP

  13. [Vector Autoregression (VAR) Approach (Python)] - WIP

  14. [Vector Autoregression Moving-Average (VARMA) Approach (Python)] - WIP

  15. [Vector Autoregression Moving-Average with Exogenous Regressors (VARMAX) Approach (Python)] - WIP

  16. [Forecast Combinations Approach (Python)] - WIP

  17. Seasonal Naive Approach (R) - WIP

BONUS 1) [All Simple Models with R] - WIP

Topic 2 - Advanced Time Series Forecasting Techniques

  1. Auto-Arima (R)

  2. Auto-Arima (Python) with Pyramid

  3. LSTM Time Series with Keras

  4. LSTM Time Series with PyTorch

  5. Boosting Algorithm - Adaboost Regressor (Python) with Tsfresh

  6. Temporal HIErarchical Forecasting with R

Topic 3 - Applied Time Series Business Case - Fisheries and Environmental Data

Credit to E. E. Holmes, M. D. Scheuerell, and E. J. Ward - NWFSC: Northwest Fisheries Science Centern (https://nwfsc-timeseries.github.io/atsa-labs/)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].