question archive Assignment Details: Think of the difference between Supervised and Unsupervised as having supervising entity letting you know if you are making the right decisions, or not in the case of supervised
Subject:Computer SciencePrice:15.86 Bought3
Assignment Details:
Think of the difference between Supervised and Unsupervised as having supervising entity letting you know if you are making the right decisions, or not in the case of supervised. The opposite would be true of unsupervised learning. Supervised learning may benefit from label classifications of data such as flowers (roses, tulips, carnations, etc.). Where unsupervised may not have a classification to benefit from as the answer to the question may be the aim.
Using the provided dataset that represents the Titanic disaster, create both an unsupervised clustering algorithm to describe the data and a simple supervised classification prediction to determine who might survive. Implement your algorithms in Python.
Submit 2 Python files with roughly 50-80 lines of code each and 1 MS Word document (or Jupyter Notebook).