- https://in.mathworks.com/help/deeplearning/gs/pattern-recognition-with-a-shallow-neural-network.html
- https://in.mathworks.com/help/matlab/ref/isoutlier.html
- https://in.mathworks.com/help/matlab/ref/filloutliers.html
- https://in.mathworks.com/help/matlab/ref/rmoutliers.html
- https://in.mathworks.com/help/stats/sequentialfs.html
outlier detection and any pre-processing in nprtool
1 次查看(过去 30 天)
显示 更早的评论
please let me know how is outlier detection performed in the nprtool .
and data pre-processing schemes in nprtool, or any other toolbox or app ?
0 个评论
回答(1 个)
Vidip
2024-2-15
The Neural Network Pattern Recognition Tool (nprtool) in MATLAB is a user-friendly GUI for designing and training neural networks for pattern recognition tasks. While ‘nprtool’ itself does not have built-in outlier detection features, you can preprocess your data to detect and handle outliers before importing the data into ‘nprtool’.
For outlier detection you can use functions like ‘isoutlier’, 'filloutliers’ and ‘rmoutliers’, they can be used to detect outliers in data using methods and to replace or remove them from an array or table.
Similarly, for data preprocessing, function like ‘mapminmax’ can be used to normalize and scale data. Function like ‘sequentialfs’ can be used for feature selection to reduce the dimensionality of the data. You can refer to the below documentation for detailed steps available for data preprocessing - https://in.mathworks.com/help/matlab/preprocessing-data.html
For further information, refer to the documentation links below:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Pattern Recognition and Classification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!