The first Hehuang cup data Lake algorithm competition in Qinghai Province - vehicle multi-attribute recognition track preliminary baseline_ copy

2021 the first Hehuang cup data Lake algorithm competition in Qinghai Province - vehicle multi-attribute recognition track preliminary baseline (Unofficial) Link from AI Studio project https://aistudio.baidu.com/aistudio/projectdetail/3511579 1, Event background At present, China's digital economy is developing by leaps and bounds, and remar ...

Posted by Crogge on Fri, 25 Feb 2022 16:11:21 +0100

[multi label text classification] code explanation Seq2Seq model

·Reading summary:   this paper proposes a classical Seq2Seq model, which is applied to the field of machine translation. However, Seq2Seq is applicable to many fields, such as multi label text classification. ·References:   [1] Sequence to Sequence Learning with Neural Networks [Note 1]: the Seq2Seq model proposed in th ...

Posted by NoobPHP on Wed, 23 Feb 2022 14:01:17 +0100

[Valentine's day limit] dog food artifact in the circle of friends_ copy

[exclusive for Valentine's day] dog food is sprinkled in the circle of friends, which is a high force artifact Reprinted from AI Studio Title item link https://aistudio.baidu.com/aistudio/projectdetail/3472196 The annual Valentine's Day is coming. Are all those who have objects worried about how to make a high-profile circle of friends. As a ...

Posted by Neoraven456 on Sun, 20 Feb 2022 10:40:10 +0100

Knowledge map foundation [easy to understand]

Fundamentals of knowledge map (Zhihu series blog posts) Starting from an example, this paper expounds the source and structure of the knowledge map. It is worth learning. Reference link: https://zhuanlan.zhihu.com/p/31726910 https://zhuanlan.zhihu.com/p/31864048 https://zhuanlan.zhihu.com/p/32122644 What is the knowledge map Knowledge Gra ...

Posted by amitshetye on Sun, 20 Feb 2022 04:31:06 +0100

[English text classification practice] Part III - Data Cleaning

·Please refer to the catalogue of this series: [English text classification practice] 1 - overview of practical projects ·Download the actual project resources: English text classification based on neural network zip(pytorch) [1] Why clean text    this involves the two concepts of dictionary and word vector in the t ...

Posted by Jaguar on Wed, 16 Feb 2022 15:13:56 +0100

Visualization and graph analysis of dependency parsing in natural language processing (NLP)

Visualization and graph analysis of dependency parsing in natural language processing (NLP) Although the effect of dependency parsing is not as good as that of word segmentation and NER, it also has its use value. In our daily work, we have to deal with it. How to analyze the results of dependency parsing, an important aspect is its visualizat ...

Posted by Quicksilver_0 on Thu, 10 Feb 2022 16:27:47 +0100

Python analyzes the Spring Festival greetings of national leaders and establishes a theme model

Topic modeling can help developers intuitively understand and explore data, so as to better mine topics in corpus. Successful topic modeling requires multiple iterations: cleaning the data, reading the results, adjusting the preprocessing accordingly, and trying again. This paper analyzes the theme of the New Year greetings of national leaders ...

Posted by paparanch on Wed, 09 Feb 2022 23:25:41 +0100

Extracting text relations with ltp and creating knowledge map (based on neo4j)

Blogger in the last article Extracting text relations and creating knowledge map with ltp (based on neo4j) (I) In this paper, the single sentence is analyzed with LTP, the semantic dependency is extracted, and the map is created on neo4j website with python. This chapter is an extension of the previous article. The overall code is similar. This ...

Posted by naveendk.55 on Wed, 09 Feb 2022 21:09:39 +0100

[NLP Basic Chinese Processing] The elementary application of jieba participle and the main characters of Maoshan Descendants

Import data # jieba participle import jieba # Chinese participle in jieba import re # Regularized expression There is such a passage of text content = '''Better Postgraduate Examination das Teaching videos, English recommendation for Zhu Wei's love ew Words, Political Recommendation Xiao Xiu.//Honorable, High Number of Recommendations[''. ...

Posted by chanfuterboy on Mon, 31 Jan 2022 18:48:12 +0100

TensorFlow learning notes -- TensorFlow implements Word2Vec

The code of this article comes from natural language processing with TensorFlow, written by Thushan Ganegedara. Yes, dear children, the official account of humbly Xiao Li has been opened and is looking forward to discussing with you. 0 Preface The code of this article comes from natural language processing with TensorFlow, written by T ...

Posted by PHPslide on Mon, 31 Jan 2022 06:49:16 +0100