Tutorial Example
Programming Tutorials and Examples for Beginners
Skip to content
  • Home
  • Python
    • Python PDF Processing Notes
    • Python JSON Processing Notes
    • Python Pillow
    • NumPy
  • TensorFlow
    • Long Short-Term Memory Network
  • PyTorch
  • Machine Learning
  • WordPress
  • PHP
  • Linux
  • Matplotlib
  • PyQT5

A Simple Guide to Check Torch Version Installed – PyTorch Tutorial

A Simple Guide to Check Torch Version Installed - PyTorch Tutorial

When we are install some python packages, we may need to know what the installed torch version is. In this tutorial, we will introduce you how to check.

Category: PyTorch

Fix Import soundfile: OSError: sndfile library not found Error – Python Tutorial

soundfile OSError sndfile library not found

When we plan to use python soundfile to read audio in linux, we may get error: OSError: sndfile library not found. In this tutorial, we will introduce you how to fix.

Category: Python

Fix tar gzip: stdin: not in gzip format Error – Linux Tutorial

Fix tar gzip: stdin: not in gzip format Error - Linux Tutorial

When you are using linux tar command to extract a .tar.gz file, you may get gzip: stdin: not in gzip format error. In this tutorial, we will introduce you how to fix it.

Category: Linux

Python Generate a Random Value Between -1 and 1 – Python Tutorial

Python Generate a Random Value Between -1 and 1 - Python Tutorial

It is easy to generate a random value in python. In this tutorial, we will introduce you how to get a random value in [-1, 1) in Python.

Category: Python

Fix AttributeError: module ‘torch’ has no attribute ‘permute’ Error – Pytorch Tutorial

Fix AttributeError module ‘torch’ has no attribute ‘permute’ Error - Pytorch Tutorial

When we are building ai model using pytorch, we may get this error: AttributeError: module ‘torch’ has no attribute ‘permute’. In this tutorial, we will introduce you how to fix it.

Category: PyTorch

Understand Python any() with Examples – Python Tutorial

Understand Python any() with Examples - Python Tutorial

any() function is a python built-in function. In this tutorial, we will use some examples to show you how to use it.

Category: Python

Extract zip or tar.gz Files in Jupyter Notebook: A Beginner Guide- Jupyter Notebook Tutorial

Extract zip or tar.gz Files in Jupyter Notebook - A Beginner Guide- Jupyter Notebook Tutorial

It is easy to extract zip or tar.gz files in jupyter notebook. In this tutorial, we will introduce you how to do.

Category: Python

Understand numpy.stack() with Examples: Join Arrays Along a New Axis – NumPy Tutorial

Understand numpy.stack() with Examples: Join Arrays Along a New Axis - NumPy Tutorial

In this tutorial, we will introduce numpy.stack() with some examples. You can learn how to join some arrays by it.

Category: NumPy

Understand TPR, FPR, FAR, FRR and EER Metrics in Voiceprint Recognition – Machine Learning Tutorial

EER in ROC Curve

In order to evaluate a voiceprint recognition model, we need compute eer metric. In this tutorial, we will introduce some metrics TPR, FPR, FAR, FRR to help you understand how to compute ERR.

Category: Machine Learning

Understand TPR, FPR, Precision and Recall Metrics in Machine Learning – Machine Learning Tutorial

TPR vs FPR in machine learning

In machine learning, we may see these metrics: TPR, FPR, Precision and Recall metrics. In this tutorial, we will introduce their relation.

Category: Machine Learning
Page 28 of 146« First«...1020...2627282930...405060...»Last »

Python Notes

  • Python PDF Processing Notes
  • Python JSON Processing Notes

Popular Posts

  • Compute and Display Audio Mel-spectrogram in Python - Python Tutorial Compute and Display Audio Mel-spectrogram in Python – Python Tutorial
  • Understand torch.nn.Conv1d() with Examples - PyTorch Tutorial Understand torch.nn.Conv1d() with Examples – PyTorch Tutorial
  • Display PyTorch Model Parameter Name and Shape - PyTorch Tutorial Display PyTorch Model Parameter Name and Shape – PyTorch Tutorial
  • Send Email to Others by Outlook Email - Python SMTP Tutorial Send Email to Others by Outlook Email – Python SMTP Tutorial
  • A Simple Guide to Python Convert Image to PDF without Removing Image Alpha Channel A Simple Guide to Python Convert Image to PDF without Removing Image Alpha Channel
  • Fix PyCharm Error running: data.userName must not be null - PyCharm Tutorial Fix PyCharm Error running: data.userName must not be null – PyCharm Tutorial
  • Understand NumPy Array Three Dots(…) or Ellipsis with Examples - NumPy Tutorial Understand NumPy Array Three Dots(…) or Ellipsis with Examples – NumPy Tutorial
  • Python Convert SVG to PNG with CairoSVG for Beginners - Python Tutorial Python Convert SVG to PNG with CairoSVG for Beginners – Python Tutorial
  • PyTorch Load and Save .safetensors - PyTorch Tutorial PyTorch Load and Save .safetensors – PyTorch Tutorial
  • Understand numpy.newaxis with Examples for Beginners - NumPy Tutorial Understand numpy.newaxis with Examples for Beginners – NumPy Tutorial

Buy Me a Coffee

Copyright 2023