Abstract
Linear discriminant analysis(LDA) classification is widely used in the current field of machine learning and data mining. However, its computational complexity tends to cause high processing latency when implemented on Field Programmable Gate Array (FPGA), especially for high dimensional data. This letter proposes a method to reduce computational complexity, which uses principal component analysis (PCA) to obtain the most representative characteristics of the original data for projection. Instead of the original data, the dimension reduced data obtained by the projection will be used for classification. Moreover, when there is only one main characteristic value, not only the matrix inversion operation is avoided, but also a large number of matrix multiplication operations are simplified. The implementation of the classifier on FPGA is realized using High Level Synthesis(HLS), which can effectively save hardware development time. The results show that the method has an encouraging performance in reducing the execution time of the algorithm on FPGA, while the accuracy of the classifier can also be guaranteed.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.