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

Fix QT Application VCRUNTIME140.dll and MSVCP140.dll Missing in Windows 10 – PyQT Tutorial

Fix QT Application VCRUNTIME140.dll and MSVCP140.dll Missing in Windows 10 - PyQT Tutorial

When we are running qt application in windows 10, we may get VCRUNTIME140.dll and MSVCP140.dll is missing error. In this tutorial, we will introduce you how to fix it.

Category: PyQT

Understand Audio Amplitude and Power Spectrogram – Python Audio Processing

Audio amplitude

When we are using python to process audio, we may find audio amplitude and power spectrogram, what are them and how to understand them? In this tutorial, we will introduce them to you.

Category: Machine Learning

Understand the Difference of MelSpec, FBank and MFCC in Audio Feature Extraction – Python Audio Processing

MelSpec Fbank and MFCC in Audio Feature Extraction

MelSpec, FBank and MFCC can be used as an audio feature in deep learning. What is the difference among them? In this tutorial, we will introduce it for you.

Category: Machine Learning

The Difference librosa.filters.mel() and librosa.feature.melspectrogram() – Librosa Tutorial

librosa.feature.melspectrogram() example

To compute mel in librosa, we can use librosa.filters.mel() and librosa.feature.melspectrogram(). In this tutorial, we will introduce the difference between them.

Category: Python

Understand Speech (Voiceprint ) Recognition 1:N and 1:1 – Deep Learning Tutorial

Understand Speech (Voiceprint ) Recognition 1:N and 1:1 - Deep Learning Tutorial

When we are building speech recognition system, we have faced 1:N and 1:1 recognition. In this tutorial, we will introduce the their difference.

Category: Machine Learning

Convert Audio flac to wav in Python – Python Tutorial

Convert Audio flac to wav in Python - Python Tutorial

In this tutorial, we will introduce you how to convert a flac audio to wav in python. We will use python soundfile to implement it.

Category: Python

Running Linux Command in Jupyter Notebook: A Step Guide – Jupyter Notebook Tutorial

run linux command in jupyter notebook

Many programmers are using jupyter notebook for python programming, however, we have to run some linux commands by it. In this tutorial, we will introduce you how to do.

Category: Python

Simplest Way to Get Current Directory Absolute Path in Linux – Linux Tutorial

Simplest Way to Get Current Directory Absolute Path in Linux - Linux Tutorial

When we are using remote terminal in a linux system, we may have to know the absolute path of this current directory. In this tutorial, we will tell you a simplest way.

Category: Linux

Convert TensorFlow Pretrained Bert Model to PyTorch Model – PyTorch Tutorial

Tensorflow Pretrained Bert Model

Pretrained bert models are usually trained in tensorflow, which can not be used in pytorch. In this tutorial, we will introduce you how to convert a tensorflow pretrained bert model to pytorch model.

Category: PyTorch

Fix ERROR: Could not build wheels for tokenizers which use PEP 517 and cannot be installed directly – Bert Tutorial

Fix ERROR: Could not build wheels for tokenizers which use PEP 517 and cannot be installed directly - Bert Tutorial

In this tutorial, we will introduce you how to fix ERROR: Could not build wheels for tokenizers which use PEP 517 and cannot be installed directly when installing transformers.

Category: Bert Tutorial
Page 29 of 146« First«...1020...2728293031...405060...»Last »

Python Notes

  • Python PDF Processing Notes
  • Python JSON Processing Notes

Popular Posts

  • tf.contrib.keras.backend.dot() or tf.matmul()? Matrix Multiplication with Different Rank - TensorFlow Tutorial tf.contrib.keras.backend.dot() or tf.matmul()? Matrix Multiplication with Different Rank – TensorFlow Tutorial

Buy Me a Coffee

Copyright 2023