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

Multiple Linear Regression using TensorFlow 2

Multiple Linear Regression using TensorFlow 2

  • October 24, 2020 (November 2, 2022)
  • TensorFlow 2
  • 0 Comments
  • 2097 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
  • 4559 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
  • 785 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
  • 2221 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
  • 799 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
  • 2944 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
  • 8084 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 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