can someone help me with the data processing ?

tranductrung
tranductrung New Altair Community Member
edited November 2024 in Community Q&A
I need to run, analyze this data to make predictions through deep learning specifically LSTM layer

Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answers

  • ruhaila
    ruhaila New Altair Community Member
    Answer ✓
    Perhaps share your .rpm file and state what you want to do?
  • ruhaila
    ruhaila New Altair Community Member
    Answer ✓
    By doing it yourself, only then you will learn. This community is to help learning.
  • ruhaila
    ruhaila New Altair Community Member
    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
  • ruhaila
    ruhaila New Altair Community Member
    Answer ✓
    And you also need to set the ID and the LABEL.
  • ruhaila
    ruhaila New Altair Community Member
    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
  • ruhaila
    ruhaila New Altair Community Member
    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


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

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

Answers

  • ruhaila
    ruhaila New Altair Community Member
    Answer ✓
    Perhaps share your .rpm file and state what you want to do?
  • tranductrung
    tranductrung New Altair Community Member
    can you run it for me i just have data but dont know how to run it using deep learning model tensor specifically is LSTM layer :(
  • ruhaila
    ruhaila New Altair Community Member
    Answer ✓
    By doing it yourself, only then you will learn. This community is to help learning.
  • tranductrung
    tranductrung New Altair Community Member
    here is my process but it said failed, i dont know what wrong in this process :(((

  • ruhaila
    ruhaila New Altair Community Member
    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
  • ruhaila
    ruhaila New Altair Community Member
    Answer ✓
    And you also need to set the ID and the LABEL.
  • tranductrung
    tranductrung New Altair Community Member
    it still not wolking can you help me step by step with the pic below pleaseee
  • ruhaila
    ruhaila New Altair Community Member
    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
  • ruhaila
    ruhaila New Altair Community Member
    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


  • tranductrung
    tranductrung New Altair Community Member
    So how many neurons do I have to fill in here?
  • ruhaila
    ruhaila New Altair Community Member
    Answer ✓
    How many neurons depends on what you want to do. You can refer to other works that are similar to your subject.

    hth
  • tranductrung
    tranductrung New Altair Community Member
    Can you give me some suggestions about how many neurons ?
  • ruhaila
    ruhaila New Altair Community Member
    Answer ✓
    Honestly, I am not familiar with the subject. Perhaps try different runs of 5, 10, 20 neurons? I am just guessing here. hth
  • tranductrung
    tranductrung New Altair Community Member
    can you tell me what i can rely on to know which stock is better in the future
  • ruhaila
    ruhaila New Altair Community Member
    I suggest searching more on google scholar for latest research. This is really not my area of knowledge. hth

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.