Question: Think of the difference between supervised and unsupervised as having supervising entity letting you know if you are making the right decisions, or not

Think of the difference between supervised and unsupervised as having supervising entity

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, and so on), whereas unsupervised learning may not have a classification to benefit from as the answer to the question may be the aim. Using the provided data set 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 Code must be well-commented and in your own words. Explain your decisions and what the code is doing. Code should adhere to best practice code standards.

Step by Step Solution

3.41 Rating (170 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Solution Here are the two Python files for the unsupervised clustering algorithm and the supervised classification prediction Unsupervised clustering ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!