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

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
  • 2619 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
  • 3731 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...
Multiple Linear Regression using TensorFlow 2

Multiple Linear Regression using TensorFlow 2

  • October 24, 2020 (November 2, 2022)
  • TensorFlow 2
  • 0 Comments
  • 2767 Views
Multiple linear regression (MLR) is a statistical method that uses two or more independent variables to predict the value of a dependent variable. MLR is like a simple linear regression...
Disable TensorFlow 2 Debugging Information

Disable TensorFlow 2 Debugging Information

  • October 20, 2020
  • TensorFlow 2
  • 0 Comments
  • 6585 Views
By default, TensorFlow 2 prints debugging information in the terminal. It can be useful if we want to know which CUDA libraries was loaded, GPU compute capability, selected device to...
Simple Linear Regression using TensorFlow 2

Simple Linear Regression using TensorFlow 2

  • October 19, 2020 (November 2, 2022)
  • TensorFlow 2
  • 0 Comments
  • 966 Views
Simple linear regression is a statistical method that is used to analyze the relationship between two continuous variables: x - independent variable also known as explanatory or predictor.y - dependent...
Find Duplicate Images using imagededup

Find Duplicate Images using imagededup

  • October 17, 2020 (November 1, 2022)
  • TensorFlow 2
  • 0 Comments
  • 2709 Views
The imagededup is a Python package that allows to find exact and near duplicate images in the collection of images. It can be useful to find and remove duplicate images...
Neural Style Transfer using TensorFlow Hub

Neural Style Transfer using TensorFlow Hub

  • October 17, 2020 (November 1, 2022)
  • TensorFlow 2
  • 0 Comments
  • 986 Views
Neural style transfer (NST) is a process which adapts the style of one image to another image. NST uses two images: a content image and a style image. Images are...
Visualize Neural Network Model using Netron

Visualize Neural Network Model using Netron

  • October 12, 2020 (November 1, 2022)
  • TensorFlow 2
  • 0 Comments
  • 4174 Views
Netron is an open-source tool which allows visualizing neural network, deep learning and machine learning models. Netron allows analyzing model structure and ensure it matches your expected design. It supports...
YOLOv4 Object Detection using TensorFlow 2

YOLOv4 Object Detection using TensorFlow 2

  • October 11, 2020 (November 2, 2022)
  • TensorFlow 2
  • 0 Comments
  • 9253 Views
YOLO (You Only Look Once) is an object detection algorithm that can be used to detect, classify, and track objects in near real-time. The first research paper about YOLO was...
  • «
  • 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