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 ...
Binary classification is a core data mining task. For large datasets or real-time applications, desirable classifiers are accurate, fast, and need no parameter tuning. We present a simple ...
This project uses the Kaggle competition dataset from the "ML with Python Course Project" to predict campus recruitment outcomes. It includes preprocessing, EDA, feature engineering, and model ...
In this letter, we obtain the optimal signal-to-noise ratio regions for the adaptive modulation and coding (AMC) over a set of correlated subcarriers. We use lo ...
This project implements logistic regression from scratch to classify students into Hogwarts houses based on their academic data. It includes data preprocessing, training the model, making predictions, ...