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 ...
We consider the supervised classification setting, in which the data consist of p features measured on n observations, each of which belongs to one of classes. Linear discriminant analysis (LDA) is a ...
Objective: Biochemical and haematological parameters of nutritional interest were determined in the serum of opiate addicts in order to compare them with those obtained in healthy subjects. Linear ...
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 a ...