Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
      • XIAO SAMD21
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Web Server
      • Grafana
      • Networking
      • Security
      • Containerization
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

TensorFlow 2

Stop Training after Certain Time in TensorFlow 2

Stop Training after Certain Time in TensorFlow 2

  • November 4, 2020 (November 2, 2022)
  • TensorFlow 2
  • 0 Comments
  • 777 Views
Model training can take a long time. TensorFlow 2 provides the TimeStopping callback which allows stopping training after a certain amount of time has passed. The TimeStopping callback is provided...
Write Epochs Results during Training to CSV File in TensorFlow 2

Write Epochs Results during Training to CSV File in TensorFlow 2

  • November 2, 2020
  • TensorFlow 2
  • 0 Comments
  • 1361 Views
TensorFlow 2 provides the CSVLogger callback which allows to write epochs results during training to a CSV file. After that file can be opened and results can be interpretated by...
Count Number of Parameters of Model in TensorFlow 2

Count Number of Parameters of Model in TensorFlow 2

  • November 2, 2020
  • TensorFlow 2
  • 0 Comments
  • 8569 Views
TensorFlow 2 allows to count the number of trainable and non-trainable parameters of the model. It can be useful if we want to improve the model structure, reduce the size...
Calculate Mean Absolute Percentage Error using TensorFlow 2

Calculate Mean Absolute Percentage Error using TensorFlow 2

  • November 1, 2020
  • TensorFlow 2
  • 0 Comments
  • 3110 Views
Mean absolute percentage error (MAPE) is a loss function that is used to solve regression problems. MAPE is calculated as the average of the absolute percentage differences between the actual...
Classify Images of Dogs and Cats using CNN and TensorFlow 2

Classify Images of Dogs and Cats using CNN and TensorFlow 2

  • November 1, 2020 (November 2, 2022)
  • TensorFlow 2
  • 0 Comments
  • 3929 Views
Kaggle Dogs vs. Cats is a dataset that contains 25000 images of cats and dogs. Images are different sizes, so need them to reprocess. There are 12500 images of dogs...
Calculate Mean Squared Logarithmic Error using TensorFlow 2

Calculate Mean Squared Logarithmic Error using TensorFlow 2

  • October 31, 2020
  • TensorFlow 2
  • 0 Comments
  • 1784 Views
Mean squared logarithmic error (MSLE) is a loss function that is used to solve regression problems. MSLE is calculated as the average of the squared differences between the log-transformed actual...
Binary Classification using TensorFlow 2

Binary Classification using TensorFlow 2

  • October 31, 2020 (November 2, 2022)
  • TensorFlow 2
  • 0 Comments
  • 1698 Views
Binary classification is the process that is used to classify data points into one of two classes. For example, whether a customer will buy a product or not, emails are...
Calculate Mean Absolute Error using TensorFlow 2

Calculate Mean Absolute Error using TensorFlow 2

  • October 25, 2020
  • TensorFlow 2
  • 0 Comments
  • 2282 Views
Mean absolute error (MAE) is a loss function that is used to solve regression problems. MAE is calculated as the average of the absolute differences between the actual and predicted...
Classify CIFAR-10 Images using CNN and TensorFlow 2

Classify CIFAR-10 Images using CNN and TensorFlow 2

  • October 25, 2020 (November 2, 2022)
  • TensorFlow 2
  • 0 Comments
  • 2298 Views
CIFAR-10 is a dataset that consists of 60000 color images. The dataset is divided into 50000 training images and 10000 testing images. Each image is a 32x32 size, associated with...
Calculate Mean Squared Error using TensorFlow 2

Calculate Mean Squared Error using TensorFlow 2

  • October 24, 2020
  • TensorFlow 2
  • 0 Comments
  • 2741 Views
Mean squared error (MSE) is a loss function that is used to solve regression problems. MSE is calculated as the average of the squared differences between the actual and predicted...
  • «
  • 1
  • 2
  • 3
  • »
Buy Me a Coffee

Recent Posts

  • Install Redmine Inside Docker Container in Linux
  • Install TestLink Inside Docker Container in Linux
  • Install Moodle Inside Docker Container in Linux
  • Install Matomo Inside Docker Container in Linux
  • Install Wiki.js Inside Docker Container in Linux

Archives

  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Copyright © 2020 - 2023 · lindevs.com · All Rights Reserved