Abstract: This paper proposes two linear projection methods for supervised dimension reduction using only first- and second-order statistics. The methods, each catering to a different parameter regime ...
Implement Neural Network in Python from Scratch ! In this video, we will implement MultClass Classification with Softmax by making a Neural Network in Python from Scratch. We will not use any build in ...
Abstract: Linear Discriminant analysis (LDA) is one of the promising machine learning (ML) algorithms which can be used for dimension reduction and as well as for classification. LDA takes a ...
Implement Logistic Regression in Python from Scratch ! In this video, we will implement Logistic Regression in Python from Scratch. We will not use any build in models, but we will understand the code ...