2005
DOI: 10.1007/11427445_3
|View full text |Cite
|
Sign up to set email alerts
|

Fisher Subspace Tree Classifier Based on Neural Networks

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
24
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
3
1
1

Relationship

0
5

Authors

Journals

citations
Cited by 6 publications
(24 citation statements)
references
References 3 publications
0
24
0
Order By: Relevance
“…Since BLEU-4 and EM Acc metrics may not directly measure the semantic correctness of the results, we use computational accuracy [21] to evaluate whether the programs produced by SDA-Trans can generate the same outputs as the ground truth given the same input data. Except for previous baselines, we also compare the results with previously introduced baseline approaches and two rulebased approaches: j2py 7 for Java → Python translation, and a commercial tool 8 , which can perform translation from C++ to Java. In this experiment, all the translations are generated using beam size 5.…”
Section: B Rq2 How Do Different Components In Sda-trans Contribute To...mentioning
confidence: 99%
See 3 more Smart Citations
“…Since BLEU-4 and EM Acc metrics may not directly measure the semantic correctness of the results, we use computational accuracy [21] to evaluate whether the programs produced by SDA-Trans can generate the same outputs as the ground truth given the same input data. Except for previous baselines, we also compare the results with previously introduced baseline approaches and two rulebased approaches: j2py 7 for Java → Python translation, and a commercial tool 8 , which can perform translation from C++ to Java. In this experiment, all the translations are generated using beam size 5.…”
Section: B Rq2 How Do Different Components In Sda-trans Contribute To...mentioning
confidence: 99%
“…With the development of NMT techniques, researchers began to explore the possibility of adapting neural machine translation to program translation task. Chen et al [8] proposed a tree-to-tree neural architecture. They parsed programs into ASTs and converted them into binary trees, then fed the trees into a Tree-LSTM based encoder-decoder neural model.…”
Section: Translation Of Programming Languagesmentioning
confidence: 99%
See 2 more Smart Citations
“…Abstract syntax tree is completed in the syntax analysis phase, used to represent the abstract syntax structure of source code in a programming language. Chen et al [23] proposed a Tree-to-Tree model with Tree-LSTM [9] to encode the input AST of source program into vectors. When the decoder expands a non-terminal, it employs an attention mechanism to identify the corresponding subtree in the source tree.…”
Section: Abstract Syntax Tree-based Program Translationmentioning
confidence: 99%