Skip to content

Set of deep learning models for supervised and semi-supervised learning tasks using time series. The models include tasks of multi-class classification, one-class classification, representation learning and derivatives. All models are based on PyTorch.

License

Notifications You must be signed in to change notification settings

jose-gilberto/deeptime

Repository files navigation

DeepTime

AboutInstallingUsing and DocsContributingLicenseAuthors


About

DeepTime is a set of tools and models written based on the PyTorch framework and standards that aims to facilitate the use and development of models, other tools and projects that make use of deep learning techniques for supervised, semi-supervised and unsupervised learning tasks involving time series.


Installing

In the near future it will be possible to install the library from the python package manager, pip. Until then we can install directly from the git repository or from the locally downloaded project.

To install from the git repository just run the following command in the terminal:

pip install git+https://github.com/jose-gilberto/deeptime

To install from a local repository you need to first download the repository from git, so first you will run the command to clone the repository:

git clone https://github.com/jose-gilberto/deeptime

Navigate to cloned project folder:

cd deeptime

And only then run the library's local installer.

pip install -e .

Using and Docs

Still in progress. Sorry about that :)


Contributing

To contribute, just create a fork and use the project's commit pattern. Remember to use semantic versioning and detail the PR so that it can be reviewed easily, avoid creating very large PRs, if you are going to implement two new features or corrections try to separate the branches, this way it will be easier to evaluate the PRs of each one and , if it occurs, refuse only the functionality with a bug or implemented correctly, avoiding impacting on the other that may be correct.

All contributions are welcome, remember to add your name/email as a contributor, so the community will know who are responsible for maintaining the project.

The basis of the project is and will always be open-source to allow access to knowledge and facilitate the development of science. If you use it, evaluate whether it is possible to leave the project open-source and if so, you can reference it in the documentation as examples of projects that use deeptime, we will be happy with that :)

Ah, another thing, always try to follow the code of conduct, there are no bad doubts, only doubts that were not answered, treat the community with respect, after all it is always possible for an experienced person to learn from a beginner. The true sage is always learning.


License

The current Project License follows the MIT license model, all references, contributions and due credits will be mentioned within the documentation directory (docs). There will be references to articles, theories, proposals, functions and tools used, as well as links, posts and books used in the creation of models, tools, dataset creators and other things used by the project.


Authors

Made with love and a bit of anger by:

About

Set of deep learning models for supervised and semi-supervised learning tasks using time series. The models include tasks of multi-class classification, one-class classification, representation learning and derivatives. All models are based on PyTorch.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Languages