uis-rnn
Data Clustering Algorithm
This library provides an implementation of an algorithm for segmenting and clustering sequential data, learning from examples.
This is the library for the Unbounded Interleaved-State Recurrent Neural Network (UIS-RNN) algorithm, corresponding to the paper Fully Supervised Speaker Diarization.
2k stars
101 watching
319 forks
Language: Python
last commit: about 2 months ago clusteringmachine-learningspeaker-diarizationspeaker-recognitionsupervised-clusteringsupervised-learninguis-rnn
Related projects:
Repository | Description | Stars |
---|---|---|
taolei87/sru | A recurrent neural network implementation optimized for speed and parallelizability | 31 |
glample/rnn-benchmarks | This project provides benchmarking results comparing various deep learning RNN implementations across different frameworks. | 169 |
emited/variationalrecurrentneuralnetwork | A deep learning implementation of a VRNN model for sequential data processing | 283 |
xuyxu/clustering | This repository provides implementations of various clustering and subspace clustering algorithms in MATLAB, including K-means, ISODATA, Mean Shift, DBSCAN, Gaussian Mixture Model, LVQ, Subspace Clustering Algorithms like Subspace K-means and Entropy-Weighting Subspace K-means. | 224 |
unagiootoro/ruby-dnn | A Ruby-based deep learning library for building and training neural networks | 46 |
navdeep-g/h2o3-pam | An implementation of the PAM algorithm in H2O-3 for clustering data. | 1 |
hexgnu/wine_clustering | An application of machine learning to cluster similar data points from various sources | 0 |
nv-tlabs/gscnn | This code implements a neural network architecture designed to perform semantic segmentation in computer vision tasks. | 920 |
jianbotang/rnn_matlab | A toolbox for building deep learning models of sequences with RNNs and other variants | 79 |
hciilab/derpn | A novel region proposal network for object detection and scene text detection that focuses on improving the adaptivity of current detectors | 156 |
sahith02/machine-learning-algorithms | A comprehensive resource for machine learning and deep learning algorithms | 292 |
youweiliang/multi-view_clustering | Provides implementations of various multi-view spectral clustering algorithms for data analysis and visualization. | 85 |
taolei87/rcnn | An implementation of neural network components and optimization methods for text analysis, including rationales for neural predictions. | 355 |
felipexw/knn-java-library | An implementation of a K-Nearest Neighbor algorithm for supervised learning | 7 |
element-research/rnn | A Lua-based library for building and working with recurrent neural networks | 941 |