We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b1a0b commit fd38187Copy full SHA for fd38187
README.md
@@ -17,6 +17,7 @@ Algorithms that shine in this setting in terms of both model size and compute, n
17
- **EMI-RNN**: Training routine to recover the critical signature from time series data for faster and accurate RNN predictions.
18
- **Shallow RNN**: A meta-architecture for training RNNs that can be applied to streaming data.
19
- **FastRNN & FastGRNN - FastCells**: **F**ast, **A**ccurate, **S**table and **T**iny (**G**ated) RNN cells.
20
+ - **Conv1D**: 1-D regular and low-rank convolution architectures for time-series data.
21
- **DROCC**: **D**eep **R**obust **O**ne-**C**lass **C**lassfiication for training robust anomaly detectors.
22
23
These algorithms can train models for classical supervised learning problems
0 commit comments