[AI talent Creation Camp phase II] modern poetry generator based on LSTM_ copy

Link from AI Studio project https://aistudio.baidu.com/aistudio/projectdetail/3458536?contributionType=1 Automatic generation of modern poetry based on LSTM Project background Emotion is noble because of poetry, and poetry spreads because of emotion. Seeing that the generation technology of ancient poetry has been perfected, it is difficult ...

Posted by powlow on Sun, 06 Mar 2022 03:27:57 +0100

Use [PaddleSeg3D] to build a project to segment the liver in 3D

!git clone https://github.com/PaddleCV-SIG/PaddleSeg3D.git 1. PaddleSeg3D From the GitHub address of this tool https://github.com/PaddleCV-SIG/PaddleSeg3D.git , it can be seen that it was developed and maintained by the CV group of the propeller interest group (PPSIG, propeller special interest group). If you are familiar with the paddle se ...

Posted by 3rve on Sat, 05 Mar 2022 09:55:55 +0100

Emotion classification model of Chinese comments based on fine tuning BERT (supporting CPU and GPU)

Migrate Chinese bert Model( chinese-bert-wwm),Complete the emotion classification of more than 20000 comment data, which is divided into 0-Good, 1-General, 2-Poor. Learn bert After the model became powerful, I couldn't help but sigh that the model used in the previous competition was too rubbish to see and think bert Training models to sim ...

Posted by aunquarra on Wed, 15 Dec 2021 09:15:06 +0100

Machine reading comprehension based on BERT model

Reading comprehension task based on BERT pre training model Machine reading comprehension is an important task in natural language processing. The most common is single text extraction reading comprehension. Machine reading comprehension has a wide range of applications, such as customer service robots, which communicate with users through tex ...

Posted by WhiteCube on Sun, 12 Dec 2021 05:50:10 +0100

[actual combat] it's time to thoroughly understand the BERT model (don't collect)

introduction This article is [theory] it's time to thoroughly understand the BERT model Sister articles. In this paper, we pass 🤗 The transformers library is used to practice using the pre trained BERT model. We will mainly focus on the emotion recognition task in practical text classification and the question and answer task in natural lang ...

Posted by Syphon on Sat, 20 Nov 2021 15:11:16 +0100

Malicious web page identification using PaddleNLP: identify web page tag sequence with BERT

This article is the sixth in the "malicious web page identification using PaddleNLP" series, which is continuously updated Series background: Malicious web page identification using PaddleNLP A series of projects focus on one of the biggest challenges in current network security management - how to prevent users from accessing malic ...

Posted by Joeker on Tue, 02 Nov 2021 00:54:31 +0100