You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imbrium is a deep learning library that specializes in time series forecasting. Its primary objective is to provide a user-friendly repository of deep learning architectures for this purpose. The focus is on simplifying the process of creating and applying these architectures, with the goal of allowing users to create complex architectures without having to build them from scratch. Instead, the emphasis shifts to high-level configuration of the architectures.
29
31
30
-
The objective of this library is to become a repository of deep learning architectures
31
-
which specialize in time series forecasting. The main focus lies on making the process of creating and applying deep
32
-
learning architectures user friendly. Ideally, complex architectures can be created without the user needing to
33
-
build any part of the architecture from scratch. From a user perspective the focus will shift from architecture building to
34
-
solely high level, low-code architecture configuration.
32
+
## Contributions
35
33
36
-
## Contribute
34
+
The development and improvement of Imbrium is an ongoing process, and contributions from the community are greatly appreciated. New architectures, in particular, can help Imbrium achieve its goals more quickly. While Imbrium is currently based on Keras, it is open to being extended to other machine learning frameworks such as Pytorch.
37
35
38
-
Feel free to contribute to imbrium. Any contributions are most welcome. Especially new contributed architectures will
39
-
help imbrium to achieve its objectives more quickly. Imbrium does not only need to be based on Keras but could
40
-
further be extended to Pytorch or any other machine learning framework.
41
-
42
-
Recently, graph based neural networks have shown great promise when applied to time series forecasting tasks.
43
-
If you are familiar with graph based neural network time series forecasting, please feel free to contribute such architectures to imbrium.
36
+
Recent research in the field of time series forecasting has shown the potential of graph-based neural networks. If you have experience in this area and would like to contribute architectures to Imbrium, your contributions would be most welcomed.
44
37
45
38
46
39
## imbrium 1.0.0 changes
47
40
48
-
The follwoing important name changes have been performed:
41
+
The following important name changes have been performed:
49
42
50
43
```
51
44
- univarstandard => univarpure
@@ -67,13 +60,10 @@ Please ignore all cudart dlerror/warnings, since no GPU is setup in this jupyter
67
60
68
61
For more testing, please visit the dedicated Demo & Testing repository at: https://github.com/maxmekiska/ImbriumTesting-Demo
69
62
70
-
## Basics
71
63
72
-
This library aims to ease the application of deep learning models for time
73
-
series forecasting. Multiple architectures are offered with a fixed
74
-
number of layers however the user has full control over the number of neurons
75
-
per layer, activation function type, loss function type, optimizer type and
76
-
metrics applied.
64
+
## Overview of Imbrium's Functionality
65
+
66
+
Imbrium is designed to simplify the application of deep learning models for time series forecasting. The library offers a variety of pre-built architectures, each with a fixed number of layers. However, the user retains full control over the configuration of each layer, including the number of neurons, the type of activation function, loss function, optimizer, and metrics applied. This allows for the flexibility to adapt the architecture to the specific needs of the forecast task at hand. Imbrium also offers a user-friendly interface for training and evaluating these models, making it easy to quickly iterate and test different configurations.
0 commit comments