Introduction - If you have any usage issues, please Google them yourself
Feature reduction and feature selection are two common concepts in machine learning, which often occur in papers that apply machine learning to solve problems.
For these two concepts, many beginners may not be very clear about their differences. Many people think that the purpose of feature reduction and feature selection is to reduce the dimensionality of data, so they are the same. Once I thought so, the misunderstanding of concept led to the lack of in-depth understanding of the problem behind me. Then we got the guidance of the teacher to make clear the relationship between the two and share it with you.