项目作者: claw89

项目描述 :
Classifying Mandarin tones using machine learning
高级语言: Jupyter Notebook
项目地址: git://github.com/claw89/Tone-Recognition.git
创建时间: 2019-07-17T10:25:44Z
项目社区:https://github.com/claw89/Tone-Recognition

开源协议:

下载


Mandarin-Tone-Recognition

Two Jupyter notebooks detailing an attempt to classify the tones of a Mandarin Chinese utterance based on the audio spectrogram.
Part 1 uses a manual extraction of fetures from extracted tone lines; Part 2 applies the full spectrogram as the input of a
convolutional neural network; Part 3 uses a recurrent neural network to encode the variable length input spectrogram.

The model obtained in Part 3 is used for tone clasificaiton in the related demo Android application.