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

Implement Chinese Text Normalization for TTS and ASR – Python Speech Processing

Implement Chinese Text Normalization for TTS and ASR - Python Speech Processing

We are building a chinese TTS or ASR system, we should use text normalization. In this tutorial, we will introduce how to do.

Category: Machine Learning

How to Build Test Set for Speaker Verification – Machine Learning Tutorial

How to Build Test Set for Speaker Verification - Machine Learning Tutorial

When we are building a speaker verification model, we have to build a test set to evaluate the performance of our model. For example, you will use this test to compute EER or minDCF.

Category: Machine Learning

An Introduction to Channel-wise Squeeze-Excitation Module (SE Module) – Machine Learning Tutorial

A Squeeze-and-Excitation block

The Channel-wise squeeze-excitation module (SE module) has achieved a great success in both computer vision and speech processing fields. In this tutorial, we will introduce it for beginners.

Category: Machine Learning

Understand torch.nn.AdaptiveAvgPool1d() with Examples in PyTorch – PyTorch Tutorial

Understand torch.nn.AdaptiveAvgPool1d() with Examples in PyTorch - PyTorch Tutorial

In this tutorial, we will use some examples to show you how to use torch.nn.AdaptiveAvgPool1d() in pytorch, which is very useful when you are building a CNN networks.

Category: PyTorch

Get Random N Pairs From a Dictionary in Python – Python Tutorial

Get Random N Pairs From a Dictionary in Python - Python Tutorial

Sometimes, we may need get some random pairs or elements from a python dictionary. In this tutorial, we will use an example to show you how to do.

Category: Python

Understand torch.nn.BatchNorm1d() with Examples – PyTorch Tutorial

Understand torch.nn.BatchNorm1d() with Examples - PyTorch Tutorial

In this tutorial, we will use an example to introduce how to use torch.nn.BatchNorm1d() in pytorch. Then, you can use it correctly.

Category: PyTorch

Understand PyTorch F.linear() with Examples – PyTorch Tutorial

Understand PyTorch F.linear() with Examples - PyTorch Tutorial

In this tutorial, we will use some pytorch examples to show you how to use F.linear() function. This function is widely used in many pytorch scripts.

Category: PyTorch

Determine Similarity Threshold in Voiceprint and Face Recognition – Machine Learning Tutorial

Determine Similarity Threshold in Voiceprint and Face Recognition - Machine Learning Tutorial

In voiceprint and face recognition, one of the important things is to determine similarity threshold. In this tutorial, we will introduce you how to get this threshold value.

Category: Machine Learning

How to Compute EER Metrics in Voiceprint and Face Recognition – Machine Leaning Tutorial

compute eer in voiceprint recognition

In voiceprint and face recognition, EER is an important metrics. How to compute it? In this tutorial, we will introduce you how to do.

Category: Machine Learning

Linux Command for Finding the Number of CPU Processors/Cores – Linux Tutorial

linux lscpu command

In this tutorial, we will introduce some linux commands for finding how many cpu installed in your linux system. You can use one of them.

Category: Linux
Page 27 of 146« First«...1020...2526272829...405060...»Last »

Python Notes

  • Python PDF Processing Notes
  • Python JSON Processing Notes

Popular Posts

  • Understand Matrix Norm: A Beginner Introduction - Deep Learning Tutorial Understand Matrix Norm: A Beginner Introduction – Deep Learning Tutorial
  • Extract Domain and Subdomain From a URL in Python - Python Web Crawler Tutorial Extract Domain and Subdomain From a URL in Python – Python Web Crawler Tutorial
  • Convert Word (.docx) to PDF Using WPS in Python - Python Tutorial Convert Word (.docx) to PDF Using WPS in Python – Python Tutorial
  • Compute Model Trainable Variables Count or Memory Size in TensorFlow - TensorFlow Tutorial Compute Model Trainable Variables Count or Memory Size in TensorFlow – TensorFlow Tutorial
  • Fix PyTorch RuntimeError: DataLoader worker (pid xxx) is killed by signal: Killed - PyTorch Tutorial Fix PyTorch RuntimeError: DataLoader worker (pid xxx) is killed by signal: Killed – PyTorch Tutorial
  • Remove Onnx Input Initializers Using remove_initializer_from_input.py - PyTorch Tutorial Remove Onnx Input Initializers Using remove_initializer_from_input.py – PyTorch Tutorial

Buy Me a Coffee

Copyright 2023