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
"[SOLVED] Getting the Text View of ImprovedNeuralNet in CommandLine or Written"
Hello guys,
I am working on a bunch of files (~350) that are input for my cross-validated NueralNet model. I am trying to automate this process by using command line interface of RapidMiner. Right now what I need is to get the text view result of NueralNet in the command line or written in a file. I tried to get this done by Export options. Export Model creates some xml file, but it is really hard to find the resulting nodes, biases, thresholds in that file. This file is no way similar to the text view of NeuralNet showed on GUI.
When you check your NueralNet results in GUI, you can see the options to print or save the result as eps file etc. However, I need to write it to a file automatically and txt file is preferred in the command line.
I am working on a bunch of files (~350) that are input for my cross-validated NueralNet model. I am trying to automate this process by using command line interface of RapidMiner. Right now what I need is to get the text view result of NueralNet in the command line or written in a file. I tried to get this done by Export options. Export Model creates some xml file, but it is really hard to find the resulting nodes, biases, thresholds in that file. This file is no way similar to the text view of NeuralNet showed on GUI.
When you check your NueralNet results in GUI, you can see the options to print or save the result as eps file etc. However, I need to write it to a file automatically and txt file is preferred in the command line.
Tagged:
0
Answers
what do you want to do with the written models? Why not simply store them in the repository, such that you use the command line to create and store the models, and use the RapidMiner GUI to view the models comfortably from the repository?
If you choose this approach, the Store operator is your friend. It cannot only store data, but also models.
Best regards,
Marius
If you want to stick to the extraction of information from the models, you will have to get it from the xml created by Write Model. Another possibility would be to use the Execute Script operator to extract the features from a neural net, output them as an example set and then export them as csv.
However, I would probably go for the first approach of doing everything with RapidMiner.
I really appreciate if you can help out with using Execute Script operator on the model generated by NeuralNet. I checked some websites to get some information about usage, but I think I need further assistance.
Happy Coding!
~Marius