Options

!!!!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

  • Options
    rjones13rjones13 Member Posts: 168 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
  • Options
    cicicici Member Posts: 9 Learner I
    edited October 2023
    rjones13 感谢您的关注,但我无法打开此链接。我已经根据rapidminer中的案例教程建立了模型,但是我遇到了新的问题。我刚刚发布了新内容
  • Options
    rjones13rjones13 Member Posts: 168 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.