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

Train Multiple Neural Layers with Different Learning Rate – TensorFlow Tutorial

Train different neural layers with different learning rate

Sometimes, we need to train a deep learning model with different learning rate. In this tutorial, we will introduce you how to do in tensorflow.

Category: TensorFlow

Create Bert input_ids, input_mask and segment_ids: A Beginner Guide – Bert Tutorial

input three sentences to bert model

There are there bert inputs: input_ids, input_mask and segment_ids. In this tutorial, we will introduce how to create them for bert beginners.

Category: Bert Tutorial

An Introduction to BERT get_sequence_output() and get_pooled_output() – Bert Tutorial

Bert sequence_output and pooled_output

There two outputs in Bert model, they are get_sequence_output() and get_pooled_output(). In this tutorial, we will introduce them for bert beginners.

Category: Bert Tutorial

Fix Python ValueError: cannot process flags argument with a compiled pattern

Fix Python ValueError: cannot process flags argument with a compiled pattern

In this tutorial, we will introduce you how to fix ValueError: cannot process flags argument with a compiled pattern in Python.

Category: Python

Understand Train Set, Gallery Set and Probe Set in Face Recognition – Deep Learning Tutorial

a blacklist example

When you are building face recognition model using deep learning, you have to build a train set, gallery set and probe set to evaluate the performance of your model. In this tutorial, we will introduce these three sets.

Category: Machine Learning

Save All Python Print into a Log File When Running – Python Tutorial

Save All Python Print into a Log File When Running - Python Tutorial

When running python script in linux, we may want to save all python print() output into a text file. In this tutorial, we will introduce you how to do.

Category: Python

Understand Keras binary_crossentropy() Loss – Keras Tutorial

Understand Keras binary_crossentropy() Loss - Keras Tutorial

In Keras, we can use keras.losses.binary_crossentropy() to compute loss value. In this tutorial, we will discuss how to use this function correctly.

Category: TensorFlow

Understand Array Copy in NumPy – NumPy Tutorial

Understand Array Copy in NumPy - NumPy Tutorial

It is easy to copy an array in numpy, however, there are some important tips you must concern. In this tutoiral, we will discuss this topic.

Category: NumPy

WordPress Limit Number of Pages in Pagination – WordPress Tutorial

wordpress pagination example

In this tutorial, we will introduce you how to limit the total page count in wordpress pagination, you can learn how to do by following our steps.

Category: WordPress

Fix Matplotlib AttributeError: module ‘sip’ has no attribute ‘setapi’ – Matplotlib Tutorial

matplotlib logo

In this tutorial, we will introduce how to fix AttributeError: module ‘sip’ has no attribute ‘setapi’ when using matplotlib.

Category: Matplotlib
Page 48 of 146« First«...102030...4647484950...607080...»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