Overview
This project analyzes Titanic passenger data to identify factors influencing survival rates. It applies machine learning techniques to predict survival based on features like age, gender, and ticket class.
Key Features:
- Data Preprocessing: Cleans and structures the dataset.
- Exploratory Data Analysis (EDA): Visualizes survival trends.
- Machine Learning Models: Uses Logistic Regression, Random Forest, and SVM for prediction.
Technologies Used:
- Python (Pandas, NumPy, Scikit-learn)
- Matplotlib, Seaborn for visualization
- Jupyter Notebook for analysis
Future Enhancements:
- Improve model accuracy with feature engineering.
- Experiment with deep learning models.