Deep Neural Network-based Text Segmentation Algorithm: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
(Created page with "A Deep Neural Network-based Text Segmentation Algorithm is a text segmentation algorithm that employs deep neural networks (to perform text segmentation task)s. * <B>Context:</B> ** It can be trained on large datasets to recognize complex patterns in text for accurate segmentation. ** It can be designed as a Supervised Learning Algorithm, requiring labeled data for training. ** It can be support with techniques such as Transfer Learning and Word...")
 
No edit summary
Line 20: Line 20:


== References ==
== References ==
=== 2017 ===
* ([[Zhai et al., 2017]]) ⇒ [[Feifei Zhai]], [[Saloni Potdar]], [[Bing Xiang]], and [[Bowen Zhou]]. ([[2017]]). “Neural Models for Sequence Chunking.” In: Proceedings of the AAAI conference on artificial intelligence, vol. 31, no. 1. </s>


----
----

Revision as of 18:45, 22 January 2024

A Deep Neural Network-based Text Segmentation Algorithm is a text segmentation algorithm that employs deep neural networks (to perform text segmentation task)s.



References

2017