dnn.cool
A framework for multi-task learning, where you may precondition tasks and compose them into bigger tasks. Conditional objectives and per-task evaluations and interpretations. (by hristo-vrigazov)
flow-forecast
Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting). (by AIStream-Peelout)
dnn.cool | flow-forecast | |
---|---|---|
1 | 13 | |
49 | 2,147 | |
- | 1.9% | |
4.2 | 8.3 | |
over 3 years ago | 6 days ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dnn.cool
Posts with mentions or reviews of dnn.cool.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Multitask Regression
Self-promotion, but I made a framework exactly for this use case :) https://github.com/hristo-vrigazov/dnn.cool
flow-forecast
Posts with mentions or reviews of flow-forecast.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-07.
-
Cash-flow forecasting
-Flow
-
[P] Deep Learning for time series forecasting (neuralforecast, python package)
How does it compare to Flow Forecast? Honestly people rarely mention FF but I've found it much better than pytorch_forecasting and the like.
-
PyTorch Forecasting lr_find out of bounds - request for help
PyTorch forecasting has a lot of bugs in it. You should try posting on issue on the actual repository though. Also, I've found Flow Forecast to be an all around much better deep learning for time series forecasting/classification framework.
-
Hello reddit, what time series forecasting tools are you using?
If you want to use deep learning then Flow Forecast is the best. Many of the latest deep learning models and easy hyper-parameter sweeps.
-
Understanding LSTM predictions
I haven't personally tried it, but here's a Github Repo called LIME for Time. I'm not sure about the state of attention visualization for timeseries but this repo has several models using attention.
- Flow Forecasting: A state of the deep learning for time series library
-
Flow Forecast (deep learning for time series forecasting framework) Version 0.95 Released: New Deep Learning Models, Better Interpretability Support, and Several Bug Fixes
Hey everyone, just released a new Flow Forecast a deep learning for time series forecasting framework written in PyTorch. For this new version we added models, fixed several annoying bugs, and created better error messages. See the improved framework and tutorials Link
-
Forecasting multiple time series ideas
This is actually a good case for deep learning techniques that create a learned time series embedding id and/or graph convolutions. The advantage of these methods is the can [learn spatial temporal dependencies across several time series](Cross-Dimensional Self-Attention for Multivariate, Geo-tagged Time Series Imputation). There are some implementations that you can find of these models that you can find in the repository that deep learning for time series repo I maintain.
- Deep Learning for Time Series Forecasting with Flow Forecast (Built in PyTorch)
-
Financial time-series data forecasting - any other tools besides Prophet?
I mean a lot of deep learning models are more interpretable than you would think. There are a lot of methods to explain model predictions. In the deep learning for time series forecasting framework that I help maintain for example we automatically create SHAP plots to show relevant features. You can also visualize the attention mechanism directly.
What are some alternatives?
When comparing dnn.cool and flow-forecast you can also consider the following projects:
Super-SloMo - PyTorch implementation of Super SloMo by Jiang et al.
darts - A python library for user-friendly forecasting and anomaly detection on time series.
nni - An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
neural_prophet - NeuralProphet: A simple forecasting package
neuralforecast - Scalable and user friendly neural :brain: forecasting algorithms.
Time-Series-Forecasting-Using-LSTM - Time-Series Forecasting on Stock Prices using LSTM