An open API service indexing awesome lists of open source software.

https://github.com/kcin96/randomprojections.jl

This package is a Julia implementation of random projections.
https://github.com/kcin96/randomprojections.jl

julia random-projection random-projections

Last synced: 8 months ago
JSON representation

This package is a Julia implementation of random projections.

Awesome Lists containing this project

README

          

# RandomProjections.jl

This is a Julia implementation of random projections. This package supports
- Gaussian random projections
- Sparse random projections
- Johnson-Lindenstrauss mininum dimension

## Installation
To install in the Julia REPL:
```julia-repl
julia> using Pkg
julia> Pkg.add("RandomProjections")
```

To load the package:
```julia-repl
julia> using RandomProjections
```

## Status
- Build & Testing Status: [![Build Status](https://github.com/kcin96/RandomProjections.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/kcin96/RandomProjections.jl/actions/workflows/CI.yml?query=branch%3Amain)

- Documentation Status: [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://github.com/kcin96/RandomProjections.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://github.com/kcin96/RandomProjections.jl/dev)