Data Analysis and Visualization - Python
Introduction
This post is based off a dataset I was working with recently as a side project. I wanted to put some of Python’s libraries to use, like matplotlib, seaborn, keras and pandas. My goal was to identify some correlations in the data through visualization techniques, and design a multi-layer perceptron that could leverage these correlations in order to make accurate predictions on previously unseen parts of the dataset.