tab-transformer-pytorch
Implementation of TabTransformer, attention network for tabular data, in Pytorch (by lucidrains)
HTM-pytorch
Implementation of Hierarchical Transformer Memory (HTM) for Pytorch (by lucidrains)
tab-transformer-pytorch | HTM-pytorch | |
---|---|---|
1 | 1 | |
883 | 72 | |
7.4% | - | |
4.3 | 0.0 | |
21 days ago | over 3 years ago | |
Python | Python | |
MIT License | MIT License |
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.
tab-transformer-pytorch
Posts with mentions or reviews of tab-transformer-pytorch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-07.
-
[P] pytorch-widedeep v1.0.9: the Perceiver and the FastFormer for tabular data are now available in the library
Code for https://arxiv.org/abs/2012.06678 found: https://github.com/lucidrains/tab-transformer-pytorch
HTM-pytorch
Posts with mentions or reviews of HTM-pytorch.
We have used some of these posts to build our list of alternatives
and similar projects.
-
[R] Towards mental time travel: a hierarchical memory for reinforcement learning agents
have a Pytorch implementation here, for anyone who wants to try it out https://github.com/lucidrains/HTM-pytorch
What are some alternatives?
When comparing tab-transformer-pytorch and HTM-pytorch you can also consider the following projects:
tabnet - PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf
TimeSformer-pytorch - Implementation of TimeSformer from Facebook AI, a pure attention-based solution for video classification
rtdl - Research on Tabular Deep Learning (Python package & papers) [Moved to: https://github.com/Yura52/rtdl]
Perceiver - Implementation of Perceiver, General Perception with Iterative Attention
conformer - Implementation of the convolutional module from the Conformer paper, for use in Transformers
performer-pytorch - An implementation of Performer, a linear attention-based transformer, in Pytorch