- Start here: https://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
- Deep learning is a buzzword. Machine learning is a process whereby you train a computer to recognise patterns in order to either make a decision about the classification of a dataset, or optimise parameters of fitting a regression model to a dataset. This is a vast field with present day research being done in a variety of areas - one of which is a subfield known as "deep learning". I took a Masters level course on ML and we only briefly touched on deep learning.
- Why do you think ML is even applicable to your situation? Identifying anomalies is different to every single situation you could imagine. What do you define as an outlier? Why would deep learning be better at reliably finding anomalies than basic statistics, such as using the standard deviation?
- This website is about MATLAB. What methods have you tried so far to identify anomalies using Matlab? Why didn't they work?
automatic detection of anomalies in elevation data using deep learning
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to detect anomalies (sinks and spikes) in elevation data
4 commentaires
Daniel Pollard
le 19 Avr 2021
Excellent and concise reply! You should have written that in your original question, it's much much clearer what you're after now.
All my experience with this sort of thing is in Python, not Matlab, so I'm not sure how useful I can be. The MATLAB documentation is always a great first port of call for any questions and that link has information about finding outliers in a dataset using regression lines. I don't know what form your data takes but the statistics and machine learning toolbox is almost certainly what you're after.
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!