From ceb49e57eba15d388046334c4c5e5672ca60675c Mon Sep 17 00:00:00 2001 From: Ienco Dino <dino.ienco@irstea.fr> Date: Tue, 26 Feb 2019 17:20:39 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 337b53d..b128638 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#How to run the python script# +# How to run the python script python TS2DEC.py -h @@ -15,7 +15,7 @@ The first file (optdigits/TS2DEC/2_10_3.npy) contains the clustering assignment The second file (optdigits/TS2DEC/features_2_10_3.npy) contains the embedding representation generated by the encoder of TS2DEC. This file contains as many lines as the number of examples and 10 colmuns since the bottleneck layer has a dimensionality equal to 10. -#Folder Structure# +# Folder Structure For each benchmar (fMNIST, USPS, Reuters and Optdigits) we provide the data we have employed: - data.npy contains the examples in a relational representation. For instance, consider the fMNIST dataset, data.npy is a numpy array of shape (70000, 784) - class.npy contains the class associated to each element of data.npy considering a positional notation. For instance, consider the fMNIST dataset, class.npy is a numpy array of shape (70000,) with 10 possible values (0-9). @@ -25,7 +25,7 @@ For instance, considering the reuters dataset, in the folder constraints we have -#Dependencies# +# Dependencies Keras ( >= 2.2.2) Scikit-learn ( >= 0.20.0) -- GitLab