Giter Site home page Giter Site logo

Comments (5)

angeloschatzimparmpas avatar angeloschatzimparmpas commented on June 18, 2024

Hello @TrentinErasmo ,

Actually, I believe there is no problem. t-viSNE simply needs time to produce 500 projections in the backend with the Grid Search option. After the first time, it will be very fast because it caches the results from the initial execution, for each data set though. The Single Set option uses the hyperparameters you provide with the sliders, and it is a much faster alternative.

What you can try first is to use the Iris instead of the Diabetes data set. Then, try the Diabetes data set but it will take a couple of minutes (up to 1-2 hours depending on the hardware of your computer) when using the Grid Search option.

The following demonstration video could be useful to understand how t-viSNE works: https://vimeo.com/403858988

Please, let me know if it is all right after my feedback. Thank you for trying out our visual analytics tool.

Best regards,
Angelos Chatzimparmpas

from t-visne.

TrentinErasmo avatar TrentinErasmo commented on June 18, 2024

Hello @angeloschatzimparmpas ,

Unfortunately I left the tool for an entire night and day but it was still loading. I also tried the "single set" but when I click on "execute new tsne analysis" nothing happens.
I checked if I downloaded in the right way the programs "frontend" ( I never used npm) but as you wrote on the readme file it should not be necessary.

Thanks for your help. Hope to be able to use this fantastic tool.

Best regards,
Erasmo Trentin

from t-visne.

angeloschatzimparmpas avatar angeloschatzimparmpas commented on June 18, 2024

Hello @TrentinErasmo ,

I think now I understand what is the problem. You are serving correctly the frontend, but not the backend.

You should use a new terminal/console and type the following command (in the main folder as with the frontend): FLASK_APP=tsneGrid.py flask run
At the same time, you should keep serving the frontend, thus, you need two consoles/terminals open at the same time (see screenshot).
t-viSNE_Running

In case, you cannot observe that the backend is being served properly (check the screenshot above), you might need to install the modules that you are missing by using: pip install name_of_module
More details can be found also in the readme file. Hopefully, you have already executed the following command:
pip install -r requirements.txt

Finally in macOS, I had to give permission when executing a new t-SNE analysis. Please, let me know if it worked with the new comments.

Best regards,
Angelos Chatzimparmpas

from t-visne.

TrentinErasmo avatar TrentinErasmo commented on June 18, 2024

Hello @angeloschatzimparmpas ,

After your instructions I noticed an error message on the shell you can see on the screenshot, so I tried to download again bhtsne using "pip install" and from the github page. Now it seems to work perfectly.

Thanks again for your help,
Erasmo
Screenshot_1
Screenshot_2

from t-visne.

angeloschatzimparmpas avatar angeloschatzimparmpas commented on June 18, 2024

Hello @TrentinErasmo ,

I am glad everything works as expected. I will keep this issue for more people that might face similar problems.

I hope you enjoy using the tool.

All the best,
Angelos

from t-visne.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.