Skip to content
  • Thursday, June 5, 2025
  • Home
  • Blog
  • About
  • Policy
    • Privacy Policy
    • Cookie Policy
    • Terms and Conditions
  • Contact
  • Account
  • Facebook
  • LinkeDin
  • Twitter
  • YouTube
deepsim-blog-logo

Data Analysis and AI

Logo
  • Home
  • Python
  • Jupyter Notebook
  • Data Analysis
  • Modelling
  • Signal Processing
  • Computer Vision
  • AI
  • Multimedia

Deepsim AI-Based Services help Create Most Values

Posted on January 3, 2023January 4, 2023

Deepsim Academy is providing cutting edge skills on data analysis and AI

Posted on January 3, 2023January 11, 2023

Deepsim Real-time monitoring and early-warning system of water environment

Posted on January 3, 2023January 3, 2023

Deepsim ViT-based models for plant disease detection

Posted on January 3, 2023January 3, 2023

Deepsim AI Porject for Human Behavior detection

Posted on January 4, 2023January 4, 2023

Data Analysis

  • Essential Methods for String Data Manipulation with Pandas

    Essential Methods for String Data Manipulation with Pandas

    Posted on October 8, 2023October 8, 2023
  • Convenient Methods to Identify and Drop Duplicate Rows with Pandas

    Convenient Methods to Identify and Drop Duplicate Rows with Pandas

    Posted on October 8, 2023October 8, 2023
  • How to Easily Use Pandas 2.0 for Large Data

    How to Easily Use Pandas 2.0 for Large Data

    Posted on October 2, 2023October 7, 2023
  • 5 Practical Methods to Reshape DataFrame in Pandas

    5 Practical Methods to Reshape DataFrame in Pandas

    Posted on October 2, 2023October 7, 2023
  • 3 Convenient Methods to Plot a Horizontal or Vertical Line with Matplotlib

    3 Convenient Methods to Plot a Horizontal or Vertical Line with Matplotlib

    Posted on September 1, 2023October 7, 2023

Python Deveopment

  • An Easy Way to Add Anaconda PowerShell Prompt on the Windows Terminal

    An Easy Way to Add Anaconda PowerShell Prompt on the Windows Terminal

    Posted on December 13, 2022January 1, 2023
    • Python
    • Anaconda Powershell
    • Development Environment
  • Windows Python Developers Had Better Setup Earlier(V): Add Anaconda PowerShell on Right-click Menu

    Windows Python Developers Had Better Setup Earlier(V): Add Anaconda PowerShell on Right-click Menu

    Posted on April 22, 2022January 12, 2023
    • Python
    • Anaconda Powershell
  • Windows Python Developers Had Better Setup Earlier (IV): Add Anaconda PowerShell on Windows Terminal

    Windows Python Developers Had Better Setup Earlier (IV): Add Anaconda PowerShell on Windows Terminal

    Posted on April 22, 2022January 12, 2023
    • Python
    • Anaconda Powershell

New Creations

Convenient Data Normalization Package in Python

Posted on January 4, 2023January 4, 2023

A Python Package Generates Richer Descriptive Statistics in Pandas DataFrame

Posted on January 4, 2023January 4, 2023

A Python Package Helps Fast Develop Optimal Linear Regression Model

Posted on January 4, 2023January 4, 2023

Deepsim ViT-based models for plant disease detection

Posted on January 3, 2023January 3, 2023

E-learning

A Practical Course of Wavelet Transform with Python for 1D Time Series

Posted on January 4, 2023January 11, 2023
  • A Course Helps Quickly Master Python Essentials

    A Course Helps Quickly Master Python Essentials

    Posted on January 4, 2023January 11, 2023
  • A Practical Course Help Improve Data Analysis Skills with Python

    A Practical Course Help Improve Data Analysis Skills with Python

    Posted on April 14, 2022January 11, 2023
  • An Online Course of Jupyter Notebook Makes You from Beginner to Expert

    An Online Course of Jupyter Notebook Makes You from Beginner to Expert

    Posted on January 4, 2023January 11, 2023
  • One Course Helps You Get Foot in the Door of Wavelet Transform

    One Course Helps You Get Foot in the Door of Wavelet Transform

    Posted on January 4, 2023January 11, 2023

Popular Posts

  • 1

    Commonly Used Equations and Symbols with LaTeX in Jupyter Notebook

    Posted on February 11, 2023February 12, 2023
    • Jupyter Notebook
    • Equations and Symbols
    • HTML
    • LaTeX
  • 2

    HTML Essentials of Formatting Text in Jupyter Notebook

    Posted on January 31, 2023January 31, 2023
    • Jupyter Notebook
    • HTML
  • 3

    Easily Formatting Text with Markdown in Jupyter Notebook

    Posted on January 29, 2023January 30, 2023
    • Jupyter Notebook
    • Markdown
  • 4

    Top Magic Commands in the Jupyter Notebook

    Posted on January 29, 2023January 30, 2023
    • Jupyter Notebook
    • Magic Commands
  • 5

    2 Easy Methods to Publish a Jupyter Notebook as a Post on WordPress Website

    Posted on January 23, 2023January 23, 2023
    • Jupyter Notebook
    • Web Development

Latest Posts

1D Discrete Stationary Wavelet Transform (IV): Signal Padding Methods

Explore different methods of signal padding for SWT The Stationary Wavelet Transform (SWT) is a powerful signal processing technique used...

Posted on June 28, 2024June 29, 2024
  • Signal Processing
  • Discrete Wavelet Transform
  • PyWavelets
  • Wavelet Transform

Essential Methods for String Data Manipulation with Pandas

Manipulating string data is crucial in many data analysis tasks with Pandas Pandas is a powerful data manipulation library in Python...

Posted on October 8, 2023October 8, 2023
  • Data Analysis
  • Data Preprocessing
  • Pandas

Convenient Methods to Identify and Drop Duplicate Rows with Pandas

Easy understanding examples to show how to find and drop duplicate rows with Pandas In data analysis and preprocessing, it’s...

Posted on October 8, 2023October 8, 2023
  • Data Preprocessing
  • Filter Dataset
  • Pandas

1D Discrete Stationary Wavelet Transform (III): Restrictions

The main restrictions and requirements associated with SWT are important to ensure accurate and reliable results Stationary Wavelet Transform (SWT)...

Posted on October 7, 2023October 7, 2023
  • Signal Processing
  • Discrete Wavelet Transform
  • PyWavelets
  • Wavelet Transform

1D Discrete Stationary Wavelet Transform (II): Maximum Decomposition Level

PyWavelets provides an easy method to calculate the maximum level of Stationary Wavelet Transform (SWT) In the previous article, we have...

Posted on October 7, 2023October 7, 2023
  • Signal Processing
  • Discrete Wavelet Transform
  • PyWavelets
  • Wavelet Transform

1D Discrete Stationary Wavelet Transform (I): Decomposition Methods

To display decomposition methods of Stationary Wavelet transform (SWT) with PyWavelets using an easily understanding example In the previous article, we...

Posted on October 7, 2023October 7, 2023
  • Signal Processing
  • Discrete Wavelet Transform
  • PyWavelets
  • Wavelet Transform

Decimated Wavelet Transform (DWT) Versus Undecimated Wavelet Transform (UWT)

Differences, Advantages and Disadvantages of DWT and UWT In this article, we will review generally the differences between the Decimated...

Posted on October 2, 2023October 2, 2023
  • PyWavelets
  • Wavelet Transform

How to Easily Use Pandas 2.0 for Large Data

Pandas 2.0 has more efficient way to handle and process large data with PyArrow Pandas was initially built on NumPy, which...

Posted on October 2, 2023October 7, 2023
  • Big Data
  • Data Analysis
  • Data Preprocessing
  • Pandas

SUBSCRIBE NOW

Subscribe now to get an email whenever there is a new published post.

Loading

Data Preprocessing

  • Essential Methods for String Data Manipulation with Pandas

    Essential Methods for String Data Manipulation with Pandas

    Posted on October 8, 2023October 8, 2023
  • Convenient Methods to Identify and Drop Duplicate Rows with Pandas

    Convenient Methods to Identify and Drop Duplicate Rows with Pandas

    Posted on October 8, 2023October 8, 2023
  • How to Easily Use Pandas 2.0 for Large Data

    How to Easily Use Pandas 2.0 for Large Data

    Posted on October 2, 2023October 7, 2023
  • 5 Practical Methods to Reshape DataFrame in Pandas

    5 Practical Methods to Reshape DataFrame in Pandas

    Posted on October 2, 2023October 7, 2023
  • Practical Methods to Reindex Rows of DataFrame with Pandas

    Practical Methods to Reindex Rows of DataFrame with Pandas

    Posted on July 7, 2023October 7, 2023

Data Visualization

  • 3 Convenient Methods to Plot a Horizontal or Vertical Line with Matplotlib

    3 Convenient Methods to Plot a Horizontal or Vertical Line with Matplotlib

    Posted on September 1, 2023October 7, 2023
  • Easily Simulate Streaming Data Visualization using Streamz and hvPlot

    Easily Simulate Streaming Data Visualization using Streamz and hvPlot

    Posted on April 11, 2023April 11, 2023
  • Easily Create Interactive Maps with hvPlot

    Easily Create Interactive Maps with hvPlot

    Posted on March 28, 2023March 28, 2023
  • Geodata Exploration and Visualization with GeoPandas

    Geodata Exploration and Visualization with GeoPandas

    Posted on March 20, 2023March 20, 2023
  • Data Visualization with hvPlot (IV): Interactive Plot Widgets and GUI

    Data Visualization with hvPlot (IV): Interactive Plot Widgets and GUI

    Posted on March 13, 2023March 13, 2023

Data Modelling

  • Practical Process to Develop a Simple LSTM Time Series Prediction Model

    Practical Process to Develop a Simple LSTM Time Series Prediction Model

    Posted on September 1, 2023October 7, 2023
  • Modelselect: A Python Package Helps Fast Develop Optimal Linear Regression Model

    Modelselect: A Python Package Helps Fast Develop Optimal Linear Regression Model

    Posted on December 23, 2022February 13, 2023
  • A Convenient Stepwise Regression Package to Help You Select Features in Python

    A Convenient Stepwise Regression Package to Help You Select Features in Python

    Posted on December 13, 2022January 12, 2023
  • Practical Process to Develop Machine Learning Regression Models with Python

    Practical Process to Develop Machine Learning Regression Models with Python

    Posted on December 9, 2022January 12, 2023
  • Develop a Classical Linear Regression Model with Python (IV): Model Evaluation

    Develop a Classical Linear Regression Model with Python (IV): Model Evaluation

    Posted on December 9, 2022January 1, 2023

Wavelet transform

  • 1D Discrete Stationary Wavelet Transform (IV): Signal Padding Methods

    1D Discrete Stationary Wavelet Transform (IV): Signal Padding Methods

    Posted on June 28, 2024June 29, 2024
  • 1D Discrete Stationary Wavelet Transform (III): Restrictions

    1D Discrete Stationary Wavelet Transform (III): Restrictions

    Posted on October 7, 2023October 7, 2023
  • 1D Discrete Stationary Wavelet Transform (II): Maximum Decomposition Level

    1D Discrete Stationary Wavelet Transform (II): Maximum Decomposition Level

    Posted on October 7, 2023October 7, 2023
  • 1D Discrete Stationary Wavelet Transform (I): Decomposition Methods

    1D Discrete Stationary Wavelet Transform (I): Decomposition Methods

    Posted on October 7, 2023October 7, 2023
  • Decimated Wavelet Transform (DWT) Versus Undecimated Wavelet Transform (UWT)

    Decimated Wavelet Transform (DWT) Versus Undecimated Wavelet Transform (UWT)

    Posted on October 2, 2023October 2, 2023
Deepsim Blog
  • Facebook
  • LinkeDin
  • Twitter
  • YouTube
Copyright © 2025 Deepsim Intelligence Technology Inc. All Rights Reserved.