Writing on software design, company building, and the aerospace industry.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Predicting House Prices with Linear Regression: A Machine Learning Approach For Beginners

Predicting house prices using the California Housing dataset with a Linear Regression model. It covers dataset exploration, data preprocessing, model implementation, and evaluation, demonstrating the use of scikit-learn and matplotlib. The project highlights the application of Machine Learning in real estate, providing insights into predictive analytics.

Machine-Learning

Linear-Regression

Data-Science

Unraveling Complex Coding Problems with Divide-and-Conquer

Unravel complex coding problems with the divide-and-conquer approach. This article explores how breaking large problems into manageable tasks can simplify coding challenges, enhance efficiency, and lead to powerful solutions.

Problem-Solving

Divide-and-Conquer

Algorithms