Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agiovann committed Aug 1, 2018
1 parent f7c7e8f commit 98a4eec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NeuralPSP
Benchmark of online Principal Subspace Projection algorithms along with a set of algorithms efficiently implemented in MATLAB
# Online-PSP
Efficient MATLAB implementation of online Principal Subspace Projection algorithms (Fast Similarity Matching[1], Incremental PCA[2], and Candid Covariance Incremental PCA[2])

For the more complete Python version please go to the link [online-psp](https://github.com/flatironinstitute/online-psp)

Expand Down Expand Up @@ -28,7 +28,7 @@ components = fsm.get_components([]);


### Detailed Example
For more detailed examples look at the demo_XXX.m files
For more detailed examples explore the demo_XXX.m files


## References
Expand Down

0 comments on commit 98a4eec

Please sign in to comment.