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

Split PDF By Pages Using Python PyPDF2 – PyPDF2 Tutorial

Python Split and Merge PDF with PyMUPDF

In this tutorial, we will introduce how to use python pypdf2 library to split a large pdf file to a small one by pages.

Category: Python

Extract Math Equation From an Image or PDF to LaTex Code – Latex Tutorial

convert math equations in an image to latex code

When we are reading or writing, we often need to edit some math equations from an image or pdf paper to latex code.

Category: Latex

Implement GELU Activation Function in TensorFlow – TensorFlow Tutorial

Implement GELU Activation Function in TensorFlow - TensorFlow Tutorial

In this tutorial, we will introduce how to implement gelu activation function in tensorflow.

Category: TensorFlow

An Explain to GELU Activation Function – Deep Learning Tutorial

the image of gelu function

GELU (GAUSSIAN ERROR LINEAR UNITS) activation function is often used in Bert, GPT-3. In this tutorial, we will introduce it for deep learning beginners.

Category: Machine Learning

Combine WAV Files to One File Using Python – Python Tutorial

Combine WAV Files to One File Using Python - Python Tutorial

In this tutorial, we will introduce you how to combine several wav files to one big one by python. You can learn how to do by following our steps.

Category: Python

Understand itertools.permutations(): Create a Permutation From an Iterable – Python Tutorial

Understand itertools.permutations(): Create a Permutation From an Iterable - Python Tutorial

In this tutorial, we will introduce how to create a permutation from a iterable in python. We will use itertools.permutations() to implement it.

Category: Python

NumPy Print 2 Decimal Places: A Step Guide – NumPy Tutorial

NumPy Print 2 Decimal Places - A Step Guide - NumPy Tutorial

In this tutorial, we will introduce how to print 2 decimal places in numpy, there are two methods.

Category: NumPy

4 Methods to Create a PyTorch Tensor – PyTorch Tutorial

4 Methods to Create a PyTorch Tensor - PyTorch Tutorial

In this tutorial, we will introdue how to create a pytorch tensor. There are some ways to create, we will introduce one by one.

Category: PyTorch

Understand PyTorch Module forward() Function – PyTorch Tutorial

understand pytorch module forward() function

In this tutorial, we will introduce when pytorch module forward() function is called. It is very useful to help you understand pytorch model.

Category: PyTorch

Python __call__: Make a Class Instance Callable Like a Function – Python Tutorial

python class instance is callable

In this tutorial, we will use some examples to show you how to make a python class instance callable like a function.

Category: Python
Page 43 of 146« First«...102030...4142434445...506070...»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