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

Why Add Bias Regularization in Deep Learning Model – Keras Tutorrial

bias regularization in keras

In this tutorial, we will explain why there is bias regularization in keras, and why and when to use this bias regularization.

Category: TensorFlow

Fix TensorFlow AttributeError: object has no attribute ‘_lazy_read’ – TensorFlow Tutorial

Fix TensorFlow AttributeError: object has no attribute '_lazy_read' - TensorFlow Tutorial

In this tutorial, we will introduce you how to fix tensorflow AttributeError: object has no attribute ‘_lazy_read’ error.

Category: TensorFlow

Add Tensor Update Operation to tf.GraphKeys.UPDATE_OPS – TensorFlow Tutorial

Add Tensor Update Operation to tf.GraphKeys.UPDATE_OPS - TensorFlow Tutorial

In tensorflow, we can add some update tensor operations to tf.GraphKeys.UPDATE_OPS to manage these update operations. In this tutorial, we will introduce you how to do.

Category: TensorFlow

Steps to Find Out How Many GPU Installed in Linux – Linux Tutorial

Steps to Find Out How Many GPU Installed in Linux - Linux Tutorial

In order to train a neural network model, we may want to know what and how many GPUs are installed linux. In this tutorial, we will introduce how to get this information.

Category: Linux

Implement Center Loss Function for Text Classification in TensorFlow – TensorFlow Tutorial

The effect of center loss function

Center Loss is proposed in paper “A Discriminative Feature Learning Approach for Deep Face Recognition”, it can be used for text classification in nlp and reduce the differences among documents in the same category. In this tutorial, we will introduce how to implement it using tensorflow.

Category: TensorFlow

Convert Python Script to EXE Using auto-py-to-exe Library – Python Tutorial

An example to convert python scripts to exe application using auto-py-to-exe library

In this tutorial, we will use python auto-py-to-exe library to convert a python script to exe application easily.

Category: Python

Find List Elements When List Indices is a List – Python Tutorial

Find List Elements When List Indices is a List - Python Tutorial

In this tutorial, we will introduce you how to find elements when list indices is a list. We list two methods, you can find a best one for your needs.

Category: Python

Compute Cosine Similarity Matrix of Two NumPy Array – NumPy Tutorial

Compute Cosine Similarity Matrix of Two NumPy Array - NumPy Tutorial

If you have two numpy array, how to compute their cosine similarity matrix? In this tutorial, we will use an example to show you how to do.

Category: NumPy

Implement Softmax() Function in NumPy – NumPy Tutorial

softmax function examples

In this tutorial, we will use an example to show you how to implement softmax function using numpy. You use code directly.

Category: NumPy

Fix TensorFlow TypeError: unhashable type: ‘numpy.ndarray’ Error – TensorFlow Tutorial

Fix TensorFlow TypeError: unhashable type: 'numpy.ndarray' Error - TensorFlow Tutorial

In this tutorial, we will introduce you how to fix tensorflow TypeError: unhashable type: ‘numpy.ndarray’ error, which is very useful for tensorflow beginners.

Category: TensorFlow
Page 50 of 146« First«...102030...4849505152...607080...»Last »

Python Notes

  • Python PDF Processing Notes
  • Python JSON Processing Notes

Popular Posts

Sorry. No data so far.

Buy Me a Coffee

Copyright 2023