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

WordPress Upload Python Script (.py) File – A Beginner Guide

wordpress upload python script file

WordPress does not allow us to upload python script file (.py) to web server defaultly. In this tutorial, we will introduce you how to upload .py files to wordpress successfully.

Category: WordPress

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

Fix tf.matmul() ValueError - Shape must be rank 2 but is rank 3 for 'MatMul' - TensorFlow Tutorial

When we are multiplying two matrices with different ranks, we may get this error: ValueError: Shape must be rank 2 but is rank 3. In this tutorial, we will introduce how to multiply two matrices with different ranks in tensorflow.

Category: TensorFlow

Implement Squashing Function in Capsule Network Using TensorFlow – TensorFlow Tutorial

Squashing Function in Capsule Network

In this tutorial, we will use tensorflow to implement squashing function in capsule network, you can use this example code to squash the value of a tensor.

Category: TensorFlow

Three Ways to Process Out-Of-Vocabulary (OOV) Words in NLP – Machine Learning Tutorial

Three Ways to Process Out-Of-Vocabulary (OOV) Words in NLP - Machine Learning Tutorial

Out-Of-Vocabulary (OOV) words is an important problem in NLP, we will introduce how to process words that are out of vocabulary in this tutorial.

Category: Machine Learning

Understand Position Encoding in Deep Learning: A Beginner Guide – Deep Learning Tutorial

Position Encoding Value in Transformer

Position is an important feature for deep learning model. For example, in aspect level sentiment analyis, we can use word position to improve the efficiency of classification. In this tutorial, we will introduce how to use position in deep learning model.

Category: Machine Learning

A Full List of Sentiment Lexicons for Sentiment Analysis to Download – Machine Learning Tutorial

Bing Liu Opinion Lexicon

Sentiment lexicons are important resources to improve the efficiency of sentiment analysis. In this tutorial, we will list some useful sentiment lexicons.

Category: Machine Learning

The Relationship of Euclidean Distance and Gaussian Distribution – Machine Learning Tutorial

Euclidean distance in tensorflow

Can we compute a probability by distance? In this tutorial, we will discuss the relationship of duclidean distance and gaussian distribution, which will help us to convert a distance to a probability.

Category: Machine Learning

Best Practice to Find Your Google Analytics Tracking Code

get google analytics tracking code

If you have add your site to google analytics, you shoud add a tracking code in your site. Where is this tracking code? How to find it? In this tutorial, we will tell you how to do.

Category: Google Adsense

Fix tf.GradientTape() AttributeError: ‘RefVariable’ object has no attribute ‘_id’ Error – TensorFlow Tutorial

Fix tf.GradientTape() AttributeError - 'RefVariable' object has no attribute '_id' Error - TensorFlow Tutorial

When you are using tf.GradientTape() to compute derivative in tensorflow, you may get this error: AttributeError: ‘RefVariable’ object has no attribute ‘_id’. In this tutorial, we will introduce you how to fix it.

Category: TensorFlow

An Introduction to Multivarible Chain Rule for Beginners

understand Multivarible Chain Rule

Multivarible chain rule is a good way to analyze the derivative of a machine learning model. In this tutorial, we will introduce it for machine learning beginners.

Category: Machine Learning
Page 60 of 146« First«...102030...5859606162...708090...»Last »

Python Notes

  • Python PDF Processing Notes
  • Python JSON Processing Notes

Popular Posts

  • Compute Audio Log Mel Spectrogram Feature: A Step Guide - Python Audio Processing Compute Audio Log Mel Spectrogram Feature: A Step Guide – Python Audio Processing
  • Difference Between torch.matmul() and torch.mm() – PyTorch Tutorial Difference Between torch.matmul() and torch.mm() – PyTorch Tutorial
  • Fix Python Pandas Read CSV File: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc8 in position 0: invalid continuation byte - Python Pandas Tutorial Fix Python Pandas Read CSV File: UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xc8 in position 0: invalid continuation byte – Python Pandas Tutorial
  • Compute and Display Audio Mel-spectrogram in Python - Python Tutorial Compute and Display Audio Mel-spectrogram in Python – Python Tutorial
  • Set Web Page A4 Size with Paper.css - CSS Framework Set Web Page A4 Size with Paper.css – CSS Framework
  • Understand codecs Supported by Python MoviePy - Python MoviePy Tutorial Understand codecs Supported by Python MoviePy – Python MoviePy Tutorial
  • Fix CondaPackError: Cannot pack an environment with editable packages - Python Tutorial Fix CondaPackError: Cannot pack an environment with editable packages – Python Tutorial
  • Calculate Singular Value Decomposition (SVD) using Numpy - Numpy Example Calculate Singular Value Decomposition (SVD) using Numpy – Numpy Example
  • Fix use_cache=True is incompatible with gradient checkpointing - LLM Tutorial Fix use_cache=True is incompatible with gradient checkpointing – LLM Tutorial
  • Python Replace String with Case Insensitive for Beginners - Python Tutorial Python Replace String with Case Insensitive for Beginners – Python Tutorial

Buy Me a Coffee

Copyright 2023