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

!!!!deep leanrning-RNN(Recurrent neural networks)

cicicici Member Posts: 9 Learner I
I want to use RNN for text analysis,using customer reviews on the Amazon platform
 but I only found the operator add recurrent layer. How should I build it? My data table cannot be input into this operator, please help!

Answers

  • rjones13rjones13 Member Posts: 204 Unicorn
    Hi @cici,

    Have you seen the text processing course on the RapidMiner Academy (https://academy.rapidminer.com/learn/course/text-and-web-mining-with-rapidminer)? I'd recommend it as the first part runs through how you can structure free text for predictive modelling.

    You can also look in the Repository > Training Resources > Data Prep > Text Processing where you will find a folder with some example processes.

    Regarding created an RNN, you will need to use the Deep Learning extension which it looks like you've successfully installed. There will be a Deep Learning operator which you can place the required layers inside, and there should be examples bundled which you can follow. Alternatively, you can of course use Python instead.

    Hope this helps!

    Best,

    Roland
  • cicicici Member Posts: 9 Learner I
    edited October 2023
    rjones13 感谢您的关注,但我无法打开此链接。我已经根据rapidminer中的案例教程建立了模型,但是我遇到了新的问题。我刚刚发布了新内容
  • rjones13rjones13 Member Posts: 204 Unicorn
    Sorry, the url didn't copy correctly. Please try this:
    https://academy.rapidminer.com/learn/course/text-and-web-mining-with-rapidminer
Sign In or Register to comment.