All Projects → hacarus → spm-image

hacarus / spm-image

Licence: other
Sparse modeling and Compressive sensing in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to spm-image

Ml Lib
An extensive machine learning library, made from scratch (Python).
Stars: ✭ 102 (+9.68%)
Mutual labels:  machine-learning-library
Dl Learner
A tool for supervised Machine Learning in OWL and Description Logics
Stars: ✭ 134 (+44.09%)
Mutual labels:  machine-learning-library
Jgaap
The Java Graphical Authorship Attribution Program
Stars: ✭ 208 (+123.66%)
Mutual labels:  machine-learning-library
Rtemis
Advanced Machine Learning and Visualization
Stars: ✭ 107 (+15.05%)
Mutual labels:  machine-learning-library
Automl alex
State-of-the art Automated Machine Learning python library for Tabular Data
Stars: ✭ 132 (+41.94%)
Mutual labels:  machine-learning-library
Mlkit
A simple machine learning framework written in Swift 🤖
Stars: ✭ 144 (+54.84%)
Mutual labels:  machine-learning-library
Ml
A high-level machine learning and deep learning library for the PHP language.
Stars: ✭ 1,270 (+1265.59%)
Mutual labels:  machine-learning-library
Pretty Print Confusion Matrix
Confusion Matrix in Python: plot a pretty confusion matrix (like Matlab) in python using seaborn and matplotlib
Stars: ✭ 244 (+162.37%)
Mutual labels:  machine-learning-library
Machine Learning Concepts
Machine Learning Concepts with Concepts
Stars: ✭ 134 (+44.09%)
Mutual labels:  machine-learning-library
Rasa core
Rasa Core is now part of the Rasa repo: An open source machine learning framework to automate text-and voice-based conversations
Stars: ✭ 2,302 (+2375.27%)
Mutual labels:  machine-learning-library
Slick Dnn
Tiny and elegant deep learning library
Stars: ✭ 114 (+22.58%)
Mutual labels:  machine-learning-library
Auto ml
[UNMAINTAINED] Automated machine learning for analytics & production
Stars: ✭ 1,559 (+1576.34%)
Mutual labels:  machine-learning-library
Pyramid
Open source Machine Learning library written in Java
Stars: ✭ 172 (+84.95%)
Mutual labels:  machine-learning-library
Magnitude
A fast, efficient universal vector embedding utility package.
Stars: ✭ 1,394 (+1398.92%)
Mutual labels:  machine-learning-library
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+3078.49%)
Mutual labels:  machine-learning-library
Paramonte
ParaMonte: Plain Powerful Parallel Monte Carlo and MCMC Library for Python, MATLAB, Fortran, C++, C.
Stars: ✭ 88 (-5.38%)
Mutual labels:  machine-learning-library
Rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Stars: ✭ 13,219 (+14113.98%)
Mutual labels:  machine-learning-library
Awesome-Rust-MachineLearning
This repository is a list of machine learning libraries written in Rust. It's a compilation of GitHub repositories, blogs, books, movies, discussions, papers, etc. 🦀
Stars: ✭ 1,110 (+1093.55%)
Mutual labels:  machine-learning-library
Suod
(MLSys' 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection)
Stars: ✭ 245 (+163.44%)
Mutual labels:  machine-learning-library
Thinc
🔮 A refreshing functional take on deep learning, compatible with your favorite libraries
Stars: ✭ 2,422 (+2504.3%)
Mutual labels:  machine-learning-library

spm-image : Sparse modeling and Compressive sensing in Python GitHubActions

spm-image is a Python library for image analysis using sparse modeling and compressive sensing.

Requirements

  • Python 3.5 or later

Install

pip install spm-image

For developers

To set up development environment, run the following commands.

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Examples

If you want to run examples, create separated venv from one for development above.

python -m venv examples_venv
source examples_venv/bin/activate
pip install -r examples_requirements.txt

Then add it to jupyter kernels like this.

python -m ipykernel install --user --name spm-image-examples --display-name "spm-image Examples"

Thereafter, you can run jupyter notebook as follows.

jupyter notebook

Testing

You can run all test cases just like this

python -m unittest discover

Or run specific test case as follows

python -m unittest tests.test_decomposition_ksvd.TestKSVD
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].