paper-with-me

홈 › Papers

Recurrent Neural Networks (RNNs): A gentle Introduction and Overview

2019-11-23 · Robin M. Schmidt

State-of-the-art solutions in the areas of "Language Modelling & Generating Text", "Speech Recognition", "Generating Image Descriptions" or "Video Tagging" have been using Recurrent Neural Networks as the foundation for their approaches. Understanding the underlying concepts is therefore of tremendous importance if we want to keep up with recent or upcoming publications in those areas. In this work we give a short overview over some of the most important concepts in the realm of Recurrent Neural Networks which enables readers to easily understand the fundamentals such as but not limited to "Backpropagation through Time" or "Long Short-Term Memory Units" as well as some of the more recent advances like the "Attention Mechanism" or "Pointer Networks". We also give recommendations for further reading regarding more complex topics where it is necessary.

📄 PDF Abstract BibTeX arXiv:1912.05911

Code (0)

등록된 구현이 없습니다.

Tasks

Language Modellingspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

A Gentle Tutorial of Recurrent Neural Network with Error Backpropagation

2016-10-08 · Gang Chen

We describe recurrent neural networks (RNNs), which have attracted great attention on sequential tasks, such as handwriting recognition, speech recognition and image to text. However, compared to general feedforward neur…

Handwriting RecognitionImage to textspeech-recognitionSpeech Recognition

Introduction to Machine Learning for Physicians: A Survival Guide for Data Deluge

2022-12-23 · Ričards Marcinkevičs, Ece Ozkan, Julia E. Vogt

Many modern research fields increasingly rely on collecting and analysing massive, often unstructured, and unwieldy datasets. Consequently, there is growing interest in machine learning and artificial intelligence applic…

Symbol Grounding in Neuro-Symbolic AI: A Gentle Introduction to Reasoning Shortcuts

2025-10-16 · Emanuele Marconato, Samuele Bortolotti, Emile van Krieken, Paolo Morettin 외 arxiv

Neuro-symbolic (NeSy) AI aims to develop deep neural networks whose predictions comply with prior knowledge encoding, e.g. safety or structural constraints. As such, it represents one of the most promising avenues for re…

Text Annotation Handbook: A Practical Guide for Machine Learning Projects

2023-10-18 · Felix Stollenwerk, Joey Öhman, Danila Petrelli, Emma Wallerö 외

This handbook is a hands-on guide on how to approach text annotation tasks. It provides a gentle introduction to the topic, an overview of theoretical concepts as well as practical advice. The topics covered are mostly t…

text annotation

An Overview of Neural Network Compression

2020-06-05 · James O' Neill

Overparameterized networks trained to convergence have shown impressive performance in domains such as computer vision and natural language processing. Pushing state of the art on salient tasks within these domains corre…

Knowledge DistillationModel CompressionNeural Network CompressionQuantization+1