News

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
Remote sensing images often suffer from color distortion, which can pose significant challenges for accurate data interpretation. To overcome this issue, this study developed a new approach called the ...
Studying the relationship between linear discriminant analysis (LDA) and least squares regression (LSR) is of great theoretical and practical significance. It is well-known that the two-class LDA is ...
Description: Implement linear regression using gradient descent to minimize mean squared error. Include training (compute weights) and prediction. Test on a small dataset (e.g., 10 points, 2 features) ...