Part 1: Getting Started with Matlab
This part provides background information and essential knowledge about MATLAB tools, along with an introduction to basic machine learning concepts. We also will focus on importing and organizing data in MATLAB, emphasizing familiarity with the MATLAB workspace for simplicity in operations. The discussion covers analyzing various data formats, moving data in and out of MATLAB, exploring datatypes for grouping variables and categorical data, exporting data in different formats such as cell arrays, structure arrays, and tabular data, and saving it in MATLAB-supported file formats. The ultimate goal is to prepare data in the right format for the subsequent phase of data analysis.
This part has the following chapters:
- Chapter 1, Exploring MATLAB for Machine Learning
- Chapter 2, Working with Data in MATLAB