Enhance Thesis with Normalization References #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#11
Problem Statement
The current thesis lacks a detailed discussion on normalization techniques, which are crucial for improving the performance and accuracy of Support Vector Machines (SVM). Specifically, when dealing with vibration data in damage localization prediction, the variations in feature scale can significantly impact the model's ability to learn effectively. Incorporating references to normalization methods will not only strengthen the theoretical foundation but also align with best practices in the field.
Context from Research
According to Chapter 2, Section 2.2 of Hsu et al.'s "A Practical Guide to Support Vector Classification," scaling (often referred to as normalization) plays a critical role in SVM performance. The authors emphasize that feature scaling ensures all input features contribute equally to the decision function. Without scaling, features with larger numeric ranges could dominate the learning process, leading to suboptimal decision boundaries.
The section highlights two main types of scaling:
The choice of scaling method can depend on the nature of the features and the specific problem domain.
Suggested Writings
In the revised thesis, include the following text in the section discussing feature engineering:
This addition will demonstrate an understanding of the importance of feature scaling in SVM and reinforce the technical depth of the thesis.