Skip to content
Knowledge Transfer
  • PyTorch
  • Keras
  • Flutter
  • TensorFlow
  • Pandas
  • Android
  • Contact Us

Category Archives: PyTorch

September 2, 2020

Pytorch Image Augmentation using Transforms.

admin

The quality of the images will not be the same from each source. Some images might be of very high quality while others might be just plain bad. In such scenarios, we can blur the image. This helps make our deep learning model more robust. Transforms provide a class for randomly change the brightness, contrast, and saturation of an image.

August 3, 2020

Convolutional Neural Network using Sequential model in PyTorch.

admin

How easy this looks compared to when we had to construct a model through the class way of doing it. Sequential class lives in the neural network package and this is a class that we are building by or we’re building an instance of this class by passing in other modules in a sequential.

Posts navigation

Previous 1 … 6 7

Recent Posts

  • Activation function for Output Layer in Regression, Binary, Multi-Class, and Multi-Label Classification
  • Adam optimizer with learning rate weight decay using AdamW in keras
  • Split data set into Train and Test set Using Keras image_dataset_from_directory/folder.
  • Split Imbalanced dataset using sklearn Stratified train_test_split().
  • Split Custom PyTorch DataSet into Training, Testing and Validation set using random_split
  • Privacy Policy
Copyright © 2023 Knowledge Transfer All Rights Reserved.