News

Implement Linear Regression in Python from Scratch ! In this video, we will implement linear regression in python from scratch. We will not use any build in models, but we will understand the code ...
Linear discriminant analysis is typically carried out using Fisher's method. This method relies on the sample averages and covariance matrices computed from the different groups constituting the ...
The classification rules of linear discriminant analysis are defined by the true mean vectors and the common covariance matrix of the populations from which the data come. Because these true ...
Linear discriminant analysis (LDA) was applied on these parameters to differentiate the opiate addicts included in MMTP or in detoxification treatment and the healthy subjects.
In this video, we will implement Multiple Linear Regression in Python from Scratch on a Real World House Price dataset. We will not use built-in model, but we will make our own model. This can be ...