Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 922 Bytes

File metadata and controls

16 lines (10 loc) · 922 Bytes

Example: Image Classification (transfer learning)

Original example: https://learn.microsoft.com/en-us/dotnet/machine-learning/tutorials/image-classification-api-transfer-learning

Data

Note

The datasets for this tutorial are from Maguire, Marc; Dorafshan, Sattar; and Thomas, Robert J., "SDNET2018: A concrete crack image dataset for machine learning applications" (2018). Browse all Datasets. Paper 48. (https://digitalcommons.usu.edu/all_datasets/48).

Download the dataset, unzip, and save the data files in your data directory.

Usage