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.
- Host: GitHub
- URL: https://github.com/kcin96/randomprojections.jl
- Owner: kcin96
- License: mit
- Created: 2023-09-23T17:42:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T21:05:32.000Z (over 2 years ago)
- Last Synced: 2025-10-21T11:58:39.081Z (8 months ago)
- Topics: julia, random-projection, random-projections
- Language: Julia
- Homepage: https://kcin96.github.io/RandomProjections.jl/
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: [](https://github.com/kcin96/RandomProjections.jl/actions/workflows/CI.yml?query=branch%3Amain)
- Documentation Status: [](https://github.com/kcin96/RandomProjections.jl/stable)
[](https://github.com/kcin96/RandomProjections.jl/dev)