Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.21 KB

README.md

File metadata and controls

43 lines (29 loc) · 2.21 KB

Tutorials Guide

Getting Started

Getting Started

This documentation is about installing AWS tools and configuring AWS environment to download LADI dataset and load dataset in Python locally and remotely.

Getting Dataset

Getting Dataset

This folder contains dataset with 2000 images and labels.

Clean and Validate LADI Dataset

Clean and Validate LADI Dataset

This documentation is about clean the LADI dataset. For this project, we have only extracted 2000 images for training.

PyTorch Data Loading

PyTorch Data Loading

This documentation is about loading LADI dataset in PyTorch framework including examples of writing custom Dataset, Transforms and Dataloader.

Train and Test A Classifier

Train and Test A Classifier

This documentation is about training and testing a classifier model using Convolutional Neural Network (CNN) from scratch.

Fine Tuning Torchvision Models

Fine Tuning Torchvision Models

This documentation is about training and testing a classifier model using pre-trained ResNet and AlexNet.

SageMaker Build Train and Deploy ML Models

SageMaker Build Train and Deploy ML Models

This documentation is about migrating model scripts into the AWS SageMaker environment.