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
Neural Network : How to use it to guess a wine price
alois_borgognon
Member Posts: 15 Contributor II
in Help
Hello,
I need to guess the price of different Bordeaux Wines. For this, I will use different data such as Parker Note, Vintage Note, Exportation and Export Figures and I think to set-up a neural network.
However, it's my first time and I don't know how to optimize it with the weight, or the hidden layers, for example. Do you have any ideas to set up it well ?
Furthermore, I need to check with a performance test. Which one is the best for my process ?
Thanks a lot for your future answer.
Tagged:
0
Best Answers
-
lionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 UnicornHi @alois_borgognon,
Difficult to answer.
You can begin by submitting your data to AutoModel...(Maybe the neural network is not the best model for your data.)
Anyway, if you want absolutly use a neural network model, in AutoModel there is a model called "Deep Learning" you can open the process and then play with the parameters of this model.
Regards,
Lionel5 -
lionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 UnicornHappy new year 2020, Aloïs !!
If you are a real newbie, I encourage you to begin 2020 by seeing the videos of the RapidMiner Academy which
explains the methodology and the basic concepts in data science :
https://academy.rapidminer.com/
To know if your process is efficient (or not) , you are defining a performance metrics which will quantify how well you model fit to your data. In your case (regression model), this performance metrics can be RMSE.
Then you will build some models (decision tree, neural networks and other models) and calculate the performance metrics for each of these models and then you will choose the one which performs best.
I insist, if you are a newbie, : you can submit your data to AutoModel and RapidMiner will perform automatically all the tasks discussed above for you. RapidMiner will build some models with your data, calculate and present the performances of each of the models. You just have to pick the best one..
For your question about the best neural network architecture for your use case, I will need the help of my friends, @varunm1 and @pschlunder , the deep learning gurus of the community ...
I advice you to share your data in order we can give you a more relevant help !
Regards,
Lionel
5
Answers