Aadya Chinubhai

Results 22 issues of Aadya Chinubhai

Related to #2059 ---- 📚 Documentation preview 📚: https://arviz--2301.org.readthedocs.build/en/2301/

Related to: #425 Implemented as per [this paper](http://dbgroup.eecs.umich.edu/files/sigmod07timeseries.pdf), Section 5. Couldn't verify the correctness due to a lack of alternate implementations. I shall continue to work on this once we...

enhancement
distances

### Describe the issue In `ContinuosIntervalTree.fit` method in `classification/sklearn` module, we use the following lines: ``` distribution = np.zeros(self.n_classes_) for i in range(len(y)): distribution[y[i]] += 1 ``` Instead we could...

enhancement
classification

#### Reference issue Closes #17905 #### What does this implement/fix? This Pull Request implements a numerically stable version of the softplus function by wrapping the logaddexp function of the numpy...

enhancement
scipy.special

Closes #7268

:wrench: type: Maintenance

### Describe the issue Just organizing too many PRs :)) ### Suggest a potential alternative/fix - [x] AEBiGRUNetwork - [x] AEAttentionBiGRUNetwork - [x] AEDCNNNetwork - [x] DCNNNetwork - [x] AEDRNNNetwork...

Multi-rec loss is the mean squared error which takes into account all layers of the encoder and decoder.

enhancement
clustering
networks

Mean Squared Error between encoder and decoder layers summed up for a symmetric deep auto-encoder architecture.

enhancement
clustering

Implementation of Time Series Clusterer based on dilated convolutional neural networks (DCNN).

enhancement
clustering
networks

Implements Clusterer based on Dilated Recurrent Neural Network (DRNN).

enhancement
clustering
networks