Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mrdbourke
GitHub Repository: mrdbourke/zero-to-mastery-ml
Path: blob/master/section-4-unstructured-data-projects/README.md
874 views

Section 4 - Unstructured data

Unstructed data is data you'll find outside of the traditional row and column structure (such as in an Excel spreadsheet or pandas DataFrame). Examples of unstructured data include images, audio and natural language.

If you're working with these kinds of data sources, it's generally best to use deep learning, neural networks or transfer learning to gain insights out of them.

That's what this section focuses on.

Key:

  • Notebooks with -video.ipynb on the end are taken directly from the video lectures.

  • Notebooks without -video.ipynb on the end include annotations and extra information not seen in the lectures.