Parakeet: teach you how to build a Chinese speech synthesis model (training and prediction)

Chinese speech synthesis scheme based on PaddleSpeech Chinese speech synthesis scheme: https://aistudio.baidu.com/aistudio/projectdetail/2791125?contributionType=1Paddlespeech source code: https://github.com/PaddlePaddle/PaddleSpeech Chinese standard female voice library (10000 sentences) brief introduction Speech synthesis is a technology ...

Posted by nblackwood on Fri, 03 Dec 2021 14:10:57 -0800

[TextCNN full version] fast + high accuracy baseline

preface: Two months ago, I wrote the complete steps of TextCNN (less than 60 lines of code), but did not take into account the subsequent engineering deployment and large amount of data (unable to load all into memory), so today I made a transformation and optimization according to the actual case. The operation steps of TextCNN can generally b ...

Posted by FuriousIrishman on Tue, 30 Nov 2021 19:18:57 -0800

Final: Reading the structure of the t5 model

From previous reading of the code, the key to discovering the problem is past_ Key_ A change in the value parameter makes the input less complex. The overall structure of the model (from outside to inside) The overall structure of the model determines the direction in which the data will operate. Frame structure diagram of the overall mod ...

Posted by gkostenarov on Mon, 29 Nov 2021 13:39:55 -0800

Chinese Text Classification (middle) -- implementation of SVM and TextCNN based on keras

Project code reference resources Know and never forget the original heart 1. Implementation of SVM The previous section is mainly about the acquisition of Chinese word segmentation and word vector expression. However, each article contains a different number of words, so this paper represents the document by calculating the average word vecto ...

Posted by nabeel21 on Fri, 26 Nov 2021 03:54:41 -0800

HanLP Chinese word segmentation, person name recognition and place name recognition

HanLP Chinese word segmentation, person name recognition and place name recognition Experimental purpose Download and install HanLP natural language processing package from the Internet;Familiar with the basic functions of HanLP natural language processing package;Using the information obtained by the web crawler, call the API of HanLP for Ch ...

Posted by Tjorriemorrie on Sun, 21 Nov 2021 18:00:35 -0800

[PaddleNLP] thousand words data set: emotion analysis - SKEP

[PaddleNLP] thousand words data set: emotion analysis - SKEP This project uses the pre training model SKEP complete Thousand words data set: emotion analysis match It contains three sub tasks: sentence level emotion classification, evaluation object level emotion classification and viewpoint extraction Welcome to praise, fork and pay attention ...

Posted by davidklonski on Sat, 06 Nov 2021 03:35:18 -0700

Application of Artificial Intelligence in Data Quality Management

To be honest, the concept of artificial intelligence is somewhat too large, including in-depth learning, machine learning, intensive learning and so on, while in-depth learning includes image recognition, speech recognition, natural language processing, prediction analysis; Machine learning includes supervised learning, unsupervised learning an ...

Posted by dilum on Tue, 02 Nov 2021 12:33:53 -0700

Android Malware Detection with Seq2vec

Android Malware Detection with Seq2vec Android malware detection based on Seq2vec, and the data set is taken from CICMalDroid 2020 , and feature extraction is carried out. introduction Recently, I have been doing research on static detection of Android malware. Previously, I released two versions, both of which have a high recognition rate o ...

Posted by PhotoClickr on Mon, 01 Nov 2021 16:58:15 -0700

[Alibaba cloud Tianchi algorithm challenge] Introduction to zero basics NLP - News Text Classification - Day2 - data reading and data analysis

  1, Game problem analysis [Alibaba cloud Tianchi algorithm challenge] Introduction to zero basics NLP - News Text Classification - Day1 - Game Title Understanding_ 202xxx blog - CSDN blog 2, Data reading After downloading the data, anaconda and python 3.8 are recommended for data reading and model training First install the required m ...

Posted by enemeth on Sun, 31 Oct 2021 13:44:17 -0700

Chapter II - Preliminary Application of pytoch

Preliminary application of pytoch Build a neural network using Pytorch Typical process of building neural network: A neural network with learnable parameters is definedTraversal training data setProcess the input data to flow through the neural networkCalculate loss valueThe gradient of network parameters is back propagatedUpdate network w ...

Posted by artnow on Tue, 19 Oct 2021 21:22:31 -0700