Parcourir la source

Mettre à jour 'README.md'

Matthieu PUIGT il y a 5 ans
Parent
commit
6f2336a8ef
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -1,14 +1,12 @@
 # Faster-than-fast NMF using random projections and Nesterov iterations
+## by Farouk Yahaya, Matthieu Puigt, Gilles Delmaire, and Gilles Roussel
 Random projections have been recently implemented in Nonnegative Matrix Factorization (NMF) to speed-up the NMF computations, with a negligible loss of performance. In this paper, we investigate the effects of such projections when the NMF technique uses the fast Nesterov gradient descent (NeNMF). We experimentally show that structured random projections significantly speed-up NeNMF for very large data matrices. 
 
-## Purpose
-ToWrite
-
 ## Download
-[Download the Matlab code of the proposed NeNMF method with random projections](https://gogs.univ-littoral.fr/puigt/Faster-than-fast_NMF/src/master/Code)
-The code was written by Farouk YAHAYA (farouk.yahaya [at] univ-littoral.fr) and is maintained by Farouk YAHAYA and Matthieu PUIGT (matthieu.puigt [at] univ-littoral.fr).
+[Download the Matlab code of the proposed NeNMF method with random projections](https://gogs.univ-littoral.fr/puigt/Faster-than-fast_NMF/src/master/Code).
+The code was written by Farouk YAHAYA and is maintained by Farouk YAHAYA, Matthieu PUIGT, Gilles DELMAIRE, and Gilles ROUSSEL (firstname.LASTNAME [at] univ-littoral.fr).
 
-It contains several functions and folders:
+It contains several functions and **folders**:
 
 * README.m
 * add_paths.m
@@ -29,3 +27,5 @@ If you use this code for research or educational purpose, please cite:
 > F. Yahaya, M. Puigt, G. Delmaire, and G. Roussel, "Faster-than-fast NMF using random projections and Nesterov iterations," in Proc. of  iTWIST: international Traveling Workshop on Interactions between low-complexity data models and Sensing Techniques, Marseille, France, November 21-23, 2018. 
 > 
 
+## Contact
+If you need any assistance to run this code, please write to Farouk.Yahaya [at] univ-littoral.fr and Matthieu.Puigt [at] univ-littoral.fr . We will do our best to help you.