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

CNN and LSTM issues

BUTRRRSBUTRRRS Member Posts: 3 Learner I
Hello, Rapidminer community,
I am a new RapidMiner learner.
Recently, I got some data and I also need to use those data to predict whether a patient has hypertension. 
Here are some files:
Patients_res.csv: It already has results for patients, based on signal.csv
signal.csv: it includes those resulted patient signal from time t=0 to t=2099 


NP_patient.csv: the patients need to predict.
SP.csv: need to predicted patients signal.


One question is that can I use the LSTM or CNN to predict hypertension based on signal features?
Thank you

Best Answer

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    why exactly do you think that LSTMs are specifically good for this? This looks like 'normal classification' and not Time series forecast, the discipline LSTMs excel in.

    Let me also reference @DocMusher here. He is a MD and thus our expert on those topics.

    Cheers,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • BUTRRRSBUTRRRS Member Posts: 3 Learner I
    Hi @mschmitz,
    I have used other models to predict hypertension. Such as K-NN, Naive Bayes, Decision Tree, Neural Net. They all work fine. 
    The reason why I use LSTM or CNN to predict the patient's hypertension is I wanna know it can predict it or not?
    I have tried LSTM by myself. Due to data structure, there are some problems. I checked other examples in the Community. For instance, data from online examples use 2 attributes to predicted , like time and price. In my example, it has more than 3 attributes.
    This confused me,  :'(

    Cheers,
    Frank

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    LSTMs use Tensors as input, thats there strength but make their handling also more complex. As I said LSTMS can be used for your use case, but are more frequently used for time series forecasting. I am not sure if we have an example for Time Series -> Binomial using LSTMs. Maybe @Mate can help?
    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • BUTRRRSBUTRRRS Member Posts: 3 Learner I
    @Mate
    Thank you.
    Kind regards
Sign In or Register to comment.