Connectionist temporal classification (original) (raw)

About DBpedia

Connectionist Temporal Classification (Classification Temporelle Connectioniste), ou CTC, est une méthode connectable[Quoi ?] dans des réseaux de neurones artificiels destinée à identifier des labels dans des séquences de données temporelles. Elle permet par exemple, d'identifier des phonèmes dans des données audio ou encore d'identifier des lettres de l'alphabet dans des images de texte manuscrit.

Property Value
dbo:abstract Connectionist temporal classification (CTC) is a type of neural network output and associated scoring function, for training recurrent neural networks (RNNs) such as LSTM networks to tackle sequence problems where the timing is variable. It can be used for tasks like on-line handwriting recognition or recognizing phones in speech audio. CTC refers to the outputs and scoring, and is independent of the underlying neural network structure. It was introduced in 2006. The input is a sequence of observations, and the outputs are a sequence of labels, which can include blank outputs. The difficulty of training comes from there being many more observations than there are labels. For example in speech audio there can be multiple time slices which correspond to a single phoneme. Since we don't know the alignment of the observed sequence with the target labels we predict a probability distribution at each time step. A CTC network has a continuous output (e.g. softmax), which is fitted through training to model the probability of a label. CTC does not attempt to learn boundaries and timings: Label sequences are considered equivalent if they differ only in alignment, ignoring blanks. Equivalent label sequences can occur in many ways – which makes scoring a non-trivial task, but there is an efficient forward–backward algorithm for that. CTC scores can then be used with the back-propagation algorithm to update the neural network weights. Alternative approaches to a CTC-fitted neural network include a hidden Markov model (HMM). (en) Connectionist Temporal Classification (Classification Temporelle Connectioniste), ou CTC, est une méthode connectable[Quoi ?] dans des réseaux de neurones artificiels destinée à identifier des labels dans des séquences de données temporelles. Elle permet par exemple, d'identifier des phonèmes dans des données audio ou encore d'identifier des lettres de l'alphabet dans des images de texte manuscrit. (fr)
dbo:wikiPageID 54550729 (xsd:integer)
dbo:wikiPageLength 2823 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1089594906 (xsd:integer)
dbo:wikiPageWikiLink dbc:Machine_learning dbr:Forward–backward_algorithm dbr:Handwriting_recognition dbr:Recurrent_neural_network dbc:Artificial_neural_networks dbr:Hidden_Markov_model dbr:Softmax_function dbr:Long_short-term_memory
dbp:wikiPageUsesTemplate dbt:Reflist dbt:Short_description dbt:Use_dmy_dates
dct:subject dbc:Machine_learning dbc:Artificial_neural_networks
rdfs:comment Connectionist Temporal Classification (Classification Temporelle Connectioniste), ou CTC, est une méthode connectable[Quoi ?] dans des réseaux de neurones artificiels destinée à identifier des labels dans des séquences de données temporelles. Elle permet par exemple, d'identifier des phonèmes dans des données audio ou encore d'identifier des lettres de l'alphabet dans des images de texte manuscrit. (fr) Connectionist temporal classification (CTC) is a type of neural network output and associated scoring function, for training recurrent neural networks (RNNs) such as LSTM networks to tackle sequence problems where the timing is variable. It can be used for tasks like on-line handwriting recognition or recognizing phones in speech audio. CTC refers to the outputs and scoring, and is independent of the underlying neural network structure. It was introduced in 2006. CTC scores can then be used with the back-propagation algorithm to update the neural network weights. (en)
rdfs:label Connectionist temporal classification (en) Connectionist Temporal Classification (fr)
owl:sameAs wikidata:Connectionist temporal classification dbpedia-fr:Connectionist temporal classification https://global.dbpedia.org/id/4XnDY
prov:wasDerivedFrom wikipedia-en:Connectionist_temporal_classification?oldid=1089594906&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Connectionist_temporal_classification
is dbo:wikiPageDisambiguates of dbr:CTC
is dbo:wikiPageRedirects of dbr:Connectionist_Temporal_Classification_(CTC) dbr:Connectionist_temporal_classification_(CTC) dbr:Connectionist_Temporal_Classification
is dbo:wikiPageWikiLink of dbr:Connectionist_Temporal_Classification_(CTC) dbr:Connectionist_temporal_classification_(CTC) dbr:Speech_recognition dbr:Connectionist_Temporal_Classification dbr:CTC
is foaf:primaryTopic of wikipedia-en:Connectionist_temporal_classification