Speech recognition-time domain analysis, autocorrelation not done

Reference resources:https://blog.csdn.net/qq_39516859/article/details/80166842 Voice framing and windowing Speech has time-varying characteristics, but in a short time range, its characteristics remain basically unchanged, that is, relatively stable. So it has short-term stationarity. Speech signal is ...

Posted by dreado on Wed, 24 Jul 2019 11:28:57 +0200

Application of OWT-UCM Hierarchical Segmentation Code in Image Segmentation and Extraction of Hierarchical Segmentation Results

A Contour Detection and Hierarchical Image Segmentation paper in Berkeley proposes a new image segmentation algorithm. This paper will briefly introduce the application of the corresponding code of the algorithm. This article Blog This paper is introduced. Berkeley Resources The page includes database and code download links. Downloa ...

Posted by oscar2 on Thu, 13 Jun 2019 20:26:37 +0200

matplotlib for data visualization

A learning blog post from the matplotlib library.matplotlib is very important for data visualization, it fully encapsulates all the API s of MatLab, and it works best with Python's syntax in a python environment. I. Installation of Library and configuration of environment Under windows: py-3-m PIP install Matplotlib Under linux: python3-m PIP ...

Posted by seaweed on Thu, 06 Jun 2019 18:48:11 +0200

Implementation of gradient descent algorithm for machine learning

According to Wu Enda's machine learning video, the gradient descent algorithm is learned and implemented by code. The purpose of gradient descent algorithm is to find the value of theta, which minimizes the cost function, and to attach relevant formulas. The above figure is the definition of hypothetical function and cost f ...

Posted by daanoz on Thu, 09 May 2019 11:18:05 +0200