🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

can someone help me with the data processing ?

User: "tranductrung"
New Altair Community Member
Updated by Jocelyn
I need to run, analyze this data to make predictions through deep learning specifically LSTM layer

Find more posts tagged with

Sort by:
1 - 8 of 81
    User: "ruhaila"
    New Altair Community Member
    Accepted Answer
    Perhaps share your .rpm file and state what you want to do?
    User: "ruhaila"
    New Altair Community Member
    Accepted Answer
    By doing it yourself, only then you will learn. This community is to help learning.
    User: "ruhaila"
    New Altair Community Member
    Accepted Answer
    When you split train and test data, your FILTER EXAMPLE RANGE is empty because you used 1 - 249 which is the size of your dataset. Lower this number to half maybe. You can use the BREAKPOINT AFTER to see the result of the FILTER EXAMPLE RANGE. hth
    User: "ruhaila"
    New Altair Community Member
    Accepted Answer
    And you also need to set the ID and the LABEL.
    User: "ruhaila"
    New Altair Community Member
    Accepted Answer
    Using process2.rmp, do these:
    1. Use GENERATE ID operator
    2. Use SET ROLE operator
     - set LABEL on the attribute you want to predict e.g. CLOSE
    3. Change the FILTER EXAMPLE RANGE to half
    User: "ruhaila"
    New Altair Community Member
    Accepted Answer
    Hi, 

    Use your file named process2.rmp and do these:
    1. Add GENERATE ID operator
    2. Add SET ROLE operator



     - in the parameters, set the CLOSE attribute with the role LABEL (if CLOSE is what you want to predict)




    3. Change the FILTER EXAMPLE RANGE to half


    hth


    User: "ruhaila"
    New Altair Community Member
    Accepted Answer
    How many neurons depends on what you want to do. You can refer to other works that are similar to your subject.

    hth
    User: "ruhaila"
    New Altair Community Member
    Accepted Answer
    Honestly, I am not familiar with the subject. Perhaps try different runs of 5, 10, 20 neurons? I am just guessing here. hth