-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to distinguish the class 4(transcritical) and class 5(pitchfork)? #1
Comments
Hi @RungeKutta4 ! Interesting to hear that you are finding this to be the case with other ML models. I don't know of specific ways to make these classes easier to distinguish - in some cases it might be impossible. |
Thank you for your response! I have indeed noticed in your paper the conclusion about the difficulty in classifying the fourth and fifth categories. |
Great to see that you are pushing this research forward! I hope you find some interesting results. Recurrence plots as an input is an interesting idea. I think one issue with using only a recurrence plot as input could be that memory in the system beyond one time step back would be erased. I think measures like the autocorrelation at different lag times are important features, that the ML may be picking up on in the time series, which I don't think would be possible with recurrence plots. Maybe multiple recurrence plots with different time separation as input would be interesting. When comparing the performance of models, you could also consider performance on the binary classification problem, that does not worry about the type of bifurcation, only that there is a bifurcation. I have often thought that EWS might benefit from two classifiers - one that predicts whether or not a bifurcation is approaching, and another that predicts the type of bifurcation. Good luck! |
Hello,
I downloaded your project and tried to replace the CNN-LSTM with different networks. However, I've found that regardless of the model used, it's quite challenging to accurately distinguish between the fourth category (transcritical) and the fifth category (pitchfork). They always seem to be easily confused. I have removed the higher-order terms that generate the sequence data for these two categories, but it still does not aid in classification. Is there any method that can help the neural network to differentiate between the fourth and fifth categories? Or is this a difficult issue to resolve when using this data?
The text was updated successfully, but these errors were encountered: