Explanation on different models, Cheat Sheet of Machine Learning

Various libraries and models that will help as a cheat sheet. Has an example with it.

Typology: Cheat Sheet

2024/2025

Uploaded on 03/16/2025

ritankar-bhattacharya
ritankar-bhattacharya 🇮🇳

4 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
4. Basic Image Transformations
*Using torchvision.transformers
-
tr
a
nsforms
is used for augmentations such as resizing, normalization, and tensor conversion.
- Where it's used: Likely applied to image datasets before feeding them into models.

Partial preview of the text

Download Explanation on different models and more Cheat Sheet Machine Learning in PDF only on Docsity!

4. Basic Image Transformations

* Using torchvision.transformers

  • transforms is used for augmentations such as resizing, normalization, and tensor conversion.
  • Where it's used: Likely applied to image datasets before feeding them into models.