Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
      • C
      • C++
      • JavaScript
    • 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

Visualize Training Metrics using TensorBoard

Visualize Training Metrics using TensorBoard

  • November 8, 2020 (November 2, 2022)
  • TensorFlow 2
  • 0 Comments
  • 2084 Views
TensorBoard is a tool which allows visualizing training metrics (e.g. loss and accuracy), model graph, activation histograms, profiling results, etc. This tutorial demonstrates how to visualize training metrics using TensorBoard...
Send Epochs Results during Training to Server in TensorFlow 2

Send Epochs Results during Training to Server in TensorFlow 2

  • November 7, 2020
  • TensorFlow 2
  • 0 Comments
  • 938 Views
TensorFlow 2 provides the RemoteMonitor callback which allows to send epochs results during training to a server. A server can save results to a file, database table or perform other...
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
  • 1027 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
  • 1694 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
  • 11593 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
  • 3893 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
  • 5844 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
  • 2262 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
  • 2079 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
  • 2808 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...
  • «
  • 1
  • 2
  • 3
  • »
Buy Me a Coffee

Recent Posts

  • Install musl-gcc on Ubuntu 24.04
  • Install Zig on Ubuntu 24.04
  • Install Emscripten SDK on Ubuntu 24.04
  • Install Intel oneAPI DPC++/C++ Compiler on Ubuntu 24.04
  • Install Clang 19 on Ubuntu 24.04

Archives

  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • 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 - 2025 · lindevs.com · All Rights Reserved