Here are
35 public repositories
matching this topic...
The Universal Storage Engine
Sparse multi-dimensional arrays for the PyData ecosystem
Updated
Jun 10, 2022
Python
Numerical computation in native Haskell
Updated
Aug 21, 2020
Haskell
A Python library for Secure and Explainable Machine Learning
Updated
Apr 15, 2022
Jupyter Notebook
A free LDL factorisation routine
enhancement
Improve existing functionality or make things work better
good first issue
Clearly described and easy to accomplish. Good for beginners to the project.
feature
Something is missing
good second issue
Clearly described, educational, but less trivial than "good first issue".
Efficient Self-Organizing Map for Sparse Data
Haskell port of the Tensor Algebra COmpiler
Updated
Nov 18, 2019
Haskell
Library to handle hexadecimal record files
Updated
Apr 12, 2022
Python
Robust Sparse PCA using the ROSPCA algorithm of Hubert et al. (2016)
a very fast parser for sparse matrix at libsvm format
Updated
Nov 13, 2017
Python
Updated
Oct 15, 2017
Python
various models implemented via tensorflow
Updated
Feb 8, 2017
Python
A framework and method to jointly learn a (neural) control objective function and a time-warping function only from sparse demonstrations or waypoints.
Updated
Mar 23, 2021
Python
Natural Neighbor Interpolation in pure Javascript for Node and browsers
Updated
Jul 30, 2020
JavaScript
Matrix Pencil Sparse Fourier Transform
Updated
Sep 3, 2017
Jupyter Notebook
A Bayesian method which utilises the rich structure embedded in the sensing matrix for fast sparse signal recovery
Updated
Apr 25, 2018
MATLAB
sparse-nlp main intent is to explore Sparse Distributed Representations of text vectors in several NLP tasks
Updated
Jul 25, 2021
Python
High-Dimensional Similarity Learning
Updated
Sep 3, 2019
MATLAB
Sparse N-Dimensional Arrays
FEATure HashER -> Feature HelpER
Efficiently store and query categorical sparse data in Clojure
Updated
Jul 17, 2017
Clojure
Python function for performing a linear binning (a la Wand and Jones) and optimized for sparsity
The SparseCollections library provides the SparseArray<T> and SparseMatrix<T> collection classes.
Sparse Linear Algebra in the Deeplearning4j Framework
🐜 Golang library for memory-efficient sparse data structures
Training a single layer perceptron model on sparse data (coursework)
Fragile Families dataset analysis (coursework)
Updated
Jul 19, 2019
Jupyter Notebook
Target Customer Prediction
Updated
Dec 8, 2020
Jupyter Notebook
Analysis of 2015 Mexican Ministry of Health administrative data
Improve this page
Add a description, image, and links to the
sparse-data
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
sparse-data
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I see no reason why these shouldn't exist in
indexunary
namespace. Any reason for their omission @jim22k?Also, I noticed that
select
andindexunary
are both directories with a single__init__.py
. Unless we expect to put more files in these (such asnumpy.py
), I would change these toselect.py
andindexunary.py
.