mini-batching
There are 4 repositories under mini-batching topic.
rohit18115/ASVspoof2021_OC_model
code for the paper "Impact of Channel Variation on One-Class Learning for Spoof Detection"
Scrayil/k-means
This project consists in the implementation of the K-Means and Mini-Batch K-Means clustering algorithms. This is not to be considered as the final and most efficient algorithm implementation as the objective here is to make a clear comparison between the sequential and parallel execution of the clustering steps.
op12no2/toynet
A Javascript version of Alexander Schiendorfer's blog post "A worked example of backpropagation".
W-Mrt/Mini-batch-k-Means-Clustering
Implement mini-batch k-means in PySpark distributed framework and test the performance of the algorithm on standard synthetic datasets