Titanic Survival Prediction

Overview

This project was my introduction to machine learning, utilizing the Titanic survival dataset from Kaggle. It's a classic beginner competition in the field of data science and machine learning, offering a structured challenge with historical data.

Approach and Methods

The contrast between the manual implementation and the library-based approach piqued my curiosity about what optimizations and techniques sk-learn uses under the hood for linear regression.

Technologies Used