ramesesz opened a new pull request, #1990:
URL: https://github.com/apache/systemds/pull/1990

   Added a tolerance parameter to tSNE and implemented an early-stopping 
mechanism based on the L1 norm of the difference. Furthermore I also added a 
test case, whose setup guarantees that the early-stopping mechanism is 
triggered.
   
   Without early-stopping, tSNE always runs 1000 iterations (based on the 
default parameter value). More often than not, this leads to redundant 
iterations, where changes are minimal. This mechanism is a good addition as it 
adds a dimension of flexibility to the algorithm.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to