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 PyInstaller UPX is not available Error – PyInstaller Tutorial

Fix Pyinstaller UPX is not available

In this tutorial, we will introduce you how to fix pyinstaller UPX is not available error when bundling python application.

Category: Python

Convert Qt Desiger UI File to Python Script File (.py) – PyQT Tutorial

use pyuic5 to convert to ui file to python script file

Qt designer is a powerful tool to design pyqt gui. It will create some ui files. In this tutorial, we will introduce you how to convert these ui files to python script files.

Category: PyQT

Fix pyuic5 Error: one input ui-file must be specified – PyQT5 Tutorial

use pyuic5 to convert to ui file to python script file

When we use pyuic5 command to convert ui file created by qt designer, we may get this error:Error: one input ui-file must be specifiedIn this tutorial, we will introduce you how to fix.

Category: PyQT

WordPress Add HTML Meta Tag in Header – WordPress Tutorial

WordPress wp_head() function example

In wordpress, we may edit wordpress theme files to add some html meta tags. However, if we want to add html meta tags by programming, how to do? In this tutorial, we will introdue this topic.

Category: WordPress

Average the Output of RNN/GRU/LSTM/BiLSTM for Variable Length Sequences – Deep Learning Tutorial

lstm output mask

We often use RNN/GRU/LSTM/BiLSTM to encode sequence. In order to get the output of these models. We can average outputs or use attention to compute. In this tutorial, we will introduce how to average their outputs.

Category: Long Short-Term Memory Network

How to Use tf.tensordot(): A Completed Guide – TensorFlow Tutorial

tensorflow tf.tensordot() the tensor a and b free dims shape when axes is list

TensorFlow tf.tensordot() is a powerful function to multiply tensors. It allows us to multiply different rank tensors. In this tutorial, we will use some examples to show you how to use this function.

Category: TensorFlow

Understand tf.contrib.layers.fully_connected(): How to Use and Regularization – TensorFlow Tutorial

tf.contrib.layers.fully_connected() vs tf.layers.Dense()

In tensorflow, tf.contrib.layers.fully_connected() allows us to create a fully connected layer. In this tutorial, we will discuss some details on it.

Category: TensorFlow

Understand tf.layers.Dense(): How to Use and Regularization – TensorFlow Tutorial

understand tf.layers.dense() in tensorflow

tf.layers.Dense() is widely used in models built by tensorflow. In this tutorial, we will use some examples to show how to use tf.layers.Dense().

Category: TensorFlow

Understand Gated Self-Attention for Beginners – Deep Learning Tutorial

understand gated self-attention

Gated Self-Attention is an improvement of self-attention mechanism. In this tutorial, we will discuss it for deep learning beginners.

Category: Machine Learning

Understand Maxout Activation Function in Deep Learning – Deep Learning Tutorial

Understand Maxout Activation Function in Deep Learning - Deep Learning Tutorial

Maxout activation functionin is proposed in paper <>. In this tutorial, we will introduce it with some examples.

Category: Machine Learning
Page 57 of 146« First«...102030...5556575859...708090...»Last »

Python Notes

  • Python PDF Processing Notes
  • Python JSON Processing Notes

Popular Posts

  • A Step Guide to Install SoX (Sound eXchange) on Windows 10 - Python Tutorial A Step Guide to Install SoX (Sound eXchange) on Windows 10 – Python Tutorial
  • NotePad++ Open and View Binary File – A Step Guide NotePad++ Open and View Binary File – A Step Guide
  • Change Jupyter Notebook Working Directory: A Beginner Guide Change Jupyter Notebook Working Directory: A Beginner Guide
  • A Full List of WordPress WP_Query Query Arguments ($args) - WordPress Tutorial A Full List of WordPress WP_Query Query Arguments ($args) – WordPress Tutorial
  • Install Aria2 on Win10 to Download Files: A Beginner Guide Install Aria2 on Win10 to Download Files: A Beginner Guide
  • Fix Python logging module not writing to file - Python Tutorial Fix Python logging module not writing to file – Python Tutorial
  • Fix AnyDesk Status win32_10060 Error - AnyDesk Tutorial Fix AnyDesk Status win32_10060 Error – AnyDesk Tutorial
  • Fix OSError: No wkhtmltopdf executable found in Win 10 for pdfkit Beginner - Python pdfkit Tutorial Fix OSError: No wkhtmltopdf executable found in Win 10 for pdfkit Beginner – Python pdfkit Tutorial
  • What is "@example.com" - A Beginner Introduction What is “@example.com” – A Beginner Introduction
  • Convert Python Float to PyTorch Tensor - A Beginner Guide - PyTorch Tutorial Convert Python Float to PyTorch Tensor – A Beginner Guide – PyTorch Tutorial

Buy Me a Coffee

Copyright 2023