All Projects → Seanny123 → Da Rnn

Seanny123 / Da Rnn

Dual-Stage Attention-Based Recurrent Neural Net for Time Series Prediction

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Da Rnn

Gluon Ts
Probabilistic time series modeling in Python
Stars: ✭ 2,373 (+880.58%)
Mutual labels:  neural-networks, forecasting
Tcdf
Temporal Causal Discovery Framework (PyTorch): discovering causal relationships between time series
Stars: ✭ 217 (-10.33%)
Mutual labels:  neural-networks, forecasting
Rigl
End-to-end training of sparse deep neural networks with little-to-no performance loss.
Stars: ✭ 216 (-10.74%)
Mutual labels:  neural-networks
Stock Price Prediction Lstm
OHLC Average Prediction of Apple Inc. Using LSTM Recurrent Neural Network
Stars: ✭ 232 (-4.13%)
Mutual labels:  neural-networks
Gam
A PyTorch implementation of "Graph Classification Using Structural Attention" (KDD 2018).
Stars: ✭ 227 (-6.2%)
Mutual labels:  neural-networks
Pixel level land classification
Tutorial demonstrating how to create a semantic segmentation (pixel-level classification) model to predict land cover from aerial imagery. This model can be used to identify newly developed or flooded land. Uses ground-truth labels and processed NAIP imagery provided by the Chesapeake Conservancy.
Stars: ✭ 217 (-10.33%)
Mutual labels:  neural-networks
Color Accessibility Neural Network Deeplearnjs
🍃 Using a Neural Network to improve web accessibility in JavaScript.
Stars: ✭ 230 (-4.96%)
Mutual labels:  neural-networks
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-15.7%)
Mutual labels:  neural-networks
Ntm One Shot Tf
One Shot Learning using Memory-Augmented Neural Networks (MANN) based on Neural Turing Machine architecture in Tensorflow
Stars: ✭ 238 (-1.65%)
Mutual labels:  neural-networks
Adatune
Gradient based Hyperparameter Tuning library in PyTorch
Stars: ✭ 226 (-6.61%)
Mutual labels:  neural-networks
Nn
🧑‍🏫 50! Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Stars: ✭ 5,720 (+2263.64%)
Mutual labels:  neural-networks
Machine Learning Notebooks
Machine Learning notebooks for refreshing concepts.
Stars: ✭ 222 (-8.26%)
Mutual labels:  neural-networks
Neural Network From Scratch
Ever wondered how to code your Neural Network using NumPy, with no frameworks involved?
Stars: ✭ 230 (-4.96%)
Mutual labels:  neural-networks
Neuralnetworksanddeeplearning.com.pdf
LaTeX/PDF + Epub version of the online book (http://neuralnetworksanddeeplearning.com) ”Neural Networks and Deep Learning“ by Michael Nielsen (@mnielsen)
Stars: ✭ 216 (-10.74%)
Mutual labels:  neural-networks
Deepposekit
a toolkit for pose estimation using deep learning
Stars: ✭ 233 (-3.72%)
Mutual labels:  neural-networks
18s096sciml
18.S096 - Applications of Scientific Machine Learning
Stars: ✭ 216 (-10.74%)
Mutual labels:  neural-networks
Dilated Cnn Ner
Dilated CNNs for NER in TensorFlow
Stars: ✭ 222 (-8.26%)
Mutual labels:  neural-networks
Mydatascienceportfolio
Applying Data Science and Machine Learning to Solve Real World Business Problems
Stars: ✭ 227 (-6.2%)
Mutual labels:  neural-networks
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+1121.49%)
Mutual labels:  neural-networks
Inferno
A utility library around PyTorch
Stars: ✭ 237 (-2.07%)
Mutual labels:  neural-networks

Dual-Stage Attention-Based Recurrent Neural Net for Time Series Prediction based off this blog post by Chandler Zuo. I've extended the code to work for multi-variate time-series and added some pre-processing, but given I'm basically copying the code from his post, the copyright probably belongs to him.

The most recent branch, which uses the PyTorch JIT, is called jit.

There is a different implementation by Zhenye-Na, but from what I can tell, it's only single-variate.

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