Lindevs
Programming tutorials, blogs & resources
Menu
  • Home
  • Tutorials
    • TensorFlow 2
    • Python
    • Raspberry Pi
    • Arduino
    • ESP8266
    • Android
    • Flutter
    • Unity
    • PHP
    • Laravel
    • MySQL
    • Java
  • Code Snippets
  • Electronics
    • Circuits
  • Contact

TensorFlow 2

AIZOO Face Mask Detector using TensorFlow 2

AIZOO Face Mask Detector using TensorFlow 2

  • December 15, 2020
  • TensorFlow 2
  • 0 Comments
  • 195 Views
Coronavirus (COVID-19) has affected many countries around the world. One of the protection method is to wear a face mask in public spaces. Many service providers and event organisers require…
Calculate Huber Loss using TensorFlow 2

Calculate Huber Loss using TensorFlow 2

  • November 13, 2020
  • TensorFlow 2
  • 0 Comments
  • 226 Views
Huber loss is a loss function that is used to solve regression problems. This function is a combination of the mean squared error (MSE) and mean absolute error (MAE). Huber…
Calculate Log-Cosh Loss using TensorFlow 2

Calculate Log-Cosh Loss using TensorFlow 2

  • November 9, 2020
  • TensorFlow 2
  • 0 Comments
  • 239 Views
Log-cosh loss is a loss function that is used to solve regression problems. Log-cosh is calculated as the average logarithm of the hyperbolic cosine of the differences between the predicted…
Calculate Binary Cross-Entropy using TensorFlow 2

Calculate Binary Cross-Entropy using TensorFlow 2

  • November 8, 2020
  • TensorFlow 2
  • 0 Comments
  • 217 Views
Binary cross-entropy (BCE) is a loss function that is used to solve binary classification problems (when there are only two classes). BCE is the measure of how far away from…
Visualize Training Metrics using TensorBoard

Visualize Training Metrics using TensorBoard

  • November 8, 2020
  • TensorFlow 2
  • 0 Comments
  • 145 Views
TensorBoard is a tool which allows to visualize training metrics (e.g. loss and accuracy), model graph, activation histograms, profiling results, etc. This tutorial demonstrates how to visualize training metrics using…
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
  • 168 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
  • TensorFlow 2
  • 0 Comments
  • 170 Views
Model training can take a long time. TensorFlow 2 provides the TimeStopping callback which allows to stop training after a certain amount of time has passed. The TimeStopping callback is…
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
  • 268 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
  • 283 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
  • 262 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…
  • 1
  • 2
  • 3
  • »
Recent Posts
  • Generate SHA-512/256 Hash
  • Install fdupes on Raspberry Pi
  • NEO-6M GPS Module Interfacing with ESP8266 NodeMCU
  • 5 Tones Electronic Piano Using 555 Timer
  • Tick-Tick Sound Generator Using 555 Timer
Archives
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Categories
  • Android
  • Arduino
  • C++
  • Circuits
  • Code Snippets
  • Dart
  • ESP8266
  • Flutter
  • Java
  • JavaScript
  • Kotlin
  • Laravel
  • MySQL
  • PHP
  • Python
  • Raspberry Pi
  • TensorFlow 2
  • Unity
Copyright © 2020 - 2021 · lindevs.com · All Rights Reserved