All Projects → mbinkowski → Nntimeseries

mbinkowski / Nntimeseries

Projects that are alternatives of or similar to Nntimeseries

Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-1.02%)
Mutual labels:  jupyter-notebook
Covid19italia
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Biological learning
Example of "biological" learning for MNIST
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Largitdata
LargitData Course Material
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Hacktoberfest2020 Contributions
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Gp4a
Code for NeurIPS 2019 paper: "Tensor Programs I: Wide Feedforward or Recurrent Neural Networks of Any Architecture are Gaussian Processes"
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Nbqa
Run any standard Python code quality tool on a Jupyter Notebook
Stars: ✭ 193 (-1.53%)
Mutual labels:  jupyter-notebook
Veridefteri
Veri Defteri Üzerine Kısa Notlar (www.veridefteri.com)
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Covid19 Japan Reff
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Lernapparat
Various Notebooks for Lernapparat.de
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Cvx short course
Materials for a short course on convex optimization.
Stars: ✭ 194 (-1.02%)
Mutual labels:  jupyter-notebook
Score sde
Official code for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
Stars: ✭ 190 (-3.06%)
Mutual labels:  jupyter-notebook
Bayes computing course
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Python tutorial
python tutorial
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Spyketorch
High-speed simulator of convolutional spiking neural networks with at most one spike per neuron.
Stars: ✭ 194 (-1.02%)
Mutual labels:  jupyter-notebook
M5 Methods
Data, Benchmarks, and methods submitted to the M5 forecasting competition
Stars: ✭ 192 (-2.04%)
Mutual labels:  jupyter-notebook
Auto ts
Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows.
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook
Introml
Python tutorials for introduction to machine learning
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Pynq workshop
Stars: ✭ 196 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-0.51%)
Mutual labels:  jupyter-notebook

nntimeseries

The repository provides the code for the paper Autoregressive Convolutional Neural Networks for Asynchronous Time Series, as well as general code for running grid serach on keras models.

Files 'nnts/models/{CNN, LSTM, LSTM2, LR, SOCNN}.py' provide code for testing respective models, with the last one implementing the proposed Significance-Offset CNN and LSTM2 implementing multi-layer LSTM.

Basic Usage

Each of the model files can be run as a script, e.g.

  • python ./CNN.py --dataset=artificial # default save file
  • python ./SOCNN.py --dataset=household --save_file=results/household_0.pkl

Parameters for grid search can be specified in each of the above files.

Each of these files defines a model class that can be imported and used on external dataset, as shown in example.ipynb file.

The repository supports optimization of the above models on artifical multivariate noisy AR time series and household electricity conspumption dataset https://archive.ics.uci.edu/ml/datasets/Individual+household+electric+power+consumption The dataset has to be specified alongside the paremeters in each of the files listed above.

To generate aritficial datasets used in model evaluation in the paper, run 'python generate_artifical.py'.

Requirements

  • python >= 3.5.3
  • Keras >= 2.0.2
  • numpy >= 1.12.12
  • pandas >= 0.19.2
  • h5py >= 2.6.0

Feel free to contact Mikolaj Binkowski ('mikbinkowski at gmail.com') with any questions and issues.

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].