NeuralNetworksProject-TitanicDataset

Neural Networks Project using Titanic.csv Dataset

View Jupyter Project File

Overview

This project utilizes a neural network to analyze the Titanic dataset provided, predicting passenger survival based on various attributes. The dataset includes features such as survival status, passenger class, gender, age, and fare, among others. The workflow involves data loading, preprocessing, model training and performance evaluation.

Tool 1: Data Loading and Exploration

Tool 2: Data Visualization and Training

Tool 3: Model Compilation and Employing a Neural Network

The code also prints out the best parameters in batch sizes and epochs along with the greatest accuracy.

Results

Accuracy Plot: Illustrated training and validation accuracy trends, indiciating model learning behavior.

Loss Plot: Showed training and validation loss, providing insights into model optimization and potential overfitting in the dataset.

Skills Demonstrated: