The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
cluster data with SOM algorithm
Hello
I want to cluster my data with SOM algorithm, my data file is csv type. I found some tutorials about neural network and all use data repository to retrieve data. Do I have to use repository, if I'm please help me have I store my csv file in repository? If I'm not what should I do, what are the steps?
Thanks for your help
deniz
I want to cluster my data with SOM algorithm, my data file is csv type. I found some tutorials about neural network and all use data repository to retrieve data. Do I have to use repository, if I'm please help me have I store my csv file in repository? If I'm not what should I do, what are the steps?
Thanks for your help
deniz
Tagged:
0
Answers
it is generally a good idea to store the data in the repository by first reading it via Read CSV and then use the Store operator to store the example set in the repository.
In another process you can then easily access your data via the retrieve operator without the need to configure another Read CSV operator.
Best,
Marius
I solve this problem but I couldn't cluster my data set with SOM algorithm because I couldn't find it. Can you explain how I use SOM algorithm please?