Showing 1 - 20 results of 1,766 for search 'most convolutional', query time: 0.11s Refine Results
  1. 1
  2. 2

    Convolution Smooth: A Post-Training Quantization Method for Convolutional Neural Networks by Yongyuan Chen, Zhendao Wang

    Published 2025-01-01
    “…Convolutional neural network (CNN) quantization is an efficient model compression technique primarily used for accelerating inference and optimizing resources. …”
    Get full text
    Article
  3. 3

    A Cascade of Encoder–Decoder with Atrous Convolution and Ensemble Deep Convolutional Neural Networks for Tuberculosis Detection by Noppadol Maneerat, Athasart Narkthewan, Kazuhiko Hamamoto

    Published 2025-06-01
    “…Tuberculosis (TB) is the most serious worldwide infectious disease and the leading cause of death among people with HIV. …”
    Get full text
    Article
  4. 4

    Fine-art recognition using convolutional transformers by Yu Liu, Haozhe Bai, Jingchao Wang

    Published 2024-10-01
    “…As part of the most advanced architectures in the deep learning family, transformers are empowered by a multi-head attention mechanism, thus improving learning efficiency. …”
    Get full text
    Article
  5. 5

    Computing nasalance with MFCCs and Convolutional Neural Networks. by Andrés Lozano, Enrique Nava, María Dolores García Méndez, Ignacio Moreno-Torres

    Published 2024-01-01
    “…Future studies should explore how to optimize mfccNasalance by selecting the most adequate CNN model as a function of the dynamicity of the target speech data.…”
    Get full text
    Article
  6. 6

    A Hybrid Model for Soybean Yield Prediction Integrating Convolutional Neural Networks, Recurrent Neural Networks, and Graph Convolutional Networks by Vikram S. Ingole, Ujwala A. Kshirsagar, Vikash Singh, Manish Varun Yadav, Bipin Krishna, Roshan Kumar

    Published 2024-12-01
    “…Soybean yield prediction is one of the most critical activities for increasing agricultural productivity and ensuring food security. …”
    Get full text
    Article
  7. 7

    Convolution Representation of Traveling Pulses in Reaction-Diffusion Systems by Satoshi Kawaguchi

    Published 2023-01-01
    “…The stability of the spatially homogeneous state and most unstable wave number are examined. The practical utilities of the convolution representation of reaction-diffusion systems are discussed.…”
    Get full text
    Article
  8. 8

    CNNFET: Convolutional neural network feature Extraction Tools by Huseyin Atasoy, Yakup Kutlu

    Published 2025-05-01
    “…Therefore, feature extraction is one of the most important topics in machine learning. Deep convolutional neural networks are able to catch distinguishing features that can represent images or other digital signals. …”
    Get full text
    Article
  9. 9
  10. 10

    Tailoring convolutional neural networks for custom botanical data by Jamie R. Sykes, Katherine J. Denby, Daniel W. Franks

    Published 2025-01-01
    “…We also show that the most informative light spectra for detecting cocoa disease are outside the visible spectrum and that efforts to detect disease in cocoa should be focused on local symptoms, rather than the systemic effects of disease.…”
    Get full text
    Article
  11. 11

    Quantized convolutional neural networks: a hardware perspective by Li Zhang, Olga Krestinskaya, Mohammed E. Fouda, Ahmed M. Eltawil, Khaled Nabil Salama

    Published 2025-07-01
    “…In this work, we focus on Convolutional Neural Network (CNN) as an example of DNNs and conduct a comprehensive survey on various quantization and quantized training methods. …”
    Get full text
    Article
  12. 12
  13. 13

    Activation function cyclically switchable convolutional neural network model by İsmail Akgül

    Published 2025-03-01
    “…Therefore, selecting the most optimal AF for processing input data in neural networks is important. …”
    Get full text
    Article
  14. 14

    Predicting species distributions in the open ocean with convolutional neural networks by Morand, Gaétan, Joly, Alexis, Rouyer, Tristan, Lorieul, Titouan, Barde, Julien

    Published 2024-09-01
    “…The classifier accurately predicted the observed taxon as the most likely taxon in 69% of cases and included the observed taxon among the top three most likely predictions in 89% of cases. …”
    Get full text
    Article
  15. 15

    Epileptic Seizure Prediction With Multi-View Convolutional Neural Networks by Chien-Liang Liu, Bin Xiao, Wen-Hoar Hsaio, Vincent S. Tseng

    Published 2019-01-01
    “…To develop a model for seizure prediction, most studies relied on Electroencephalograms (EEGs) to capture physiological measurements of epilepsy. …”
    Get full text
    Article
  16. 16

    Detection of Southern Hemisphere Constellations Using Convolutional Neural Networks by Vladimir Riffo, Sebastian Flores, Eduardo Chuy-Kan, Victor Ariza

    Published 2025-01-01
    “…Constellations allow the identification of most stars and celestial objects visible in the night sky at a glance, without the use of a telescope. …”
    Get full text
    Article
  17. 17
  18. 18

    Mining behavior pattern of mobile malware with convolutional neural network by Xin ZHANG, Weizhong QIANG, Yueming WU, Deqing ZOU, Hai JIN

    Published 2020-12-01
    “…The features extracted by existing malicious Android application detection methods are redundant and too abstract to reflect the behavior patterns of malicious applications in high-level semantics.In order to solve this problem,an interpretable detection method was proposed.Suspicious system call combinations clustering by social network analysis was converted to a single channel image.Convolution neural network was applied to classify Android application.The model trained was used to find the most suspicious system call combinations by convolution layer gradient weight classification activation mapping algorithm,thus mining and understanding malicious application behavior.The experimental results show that the method can correctly discover the behavior patterns of malicious applications on the basis of efficient detection.…”
    Get full text
    Article
  19. 19

    Real Time Eye Detector with Cascaded Convolutional Neural Networks by Bin Li, Hong Fu

    Published 2018-01-01
    “…First, a group of candidate regions with regional extreme points is quickly proposed; then, a set of convolution neural networks (CNNs) is adopted to determine the most likely eye region and classify the region as left or right eye; finally, the center of the eye is located with other CNNs. …”
    Get full text
    Article
  20. 20

    Multi-channel based edge-learning graph convolutional network by Shuai YANG, Ruiqin WANG, Hui MA

    Published 2022-09-01
    “…Usually the edges of the graph contain important information of the graph.However, most of deep learning models for graph learning, such as graph convolutional network (GCN) and graph attention network (GAT), do not fully utilize the characteristics of multi-dimensional edge features.Another problem is that there may be noise in the graph that affects the performance of graph learning.Multilayer perceptron (MLP) was used to denoise and optimize the graph data, and a multi-channel learning edge feature method was introduced on the basis of GCN.The multi-dimensional edge attributes of the graph were encoded, and the attributes contained in the original graph were modeled as multi-channel.Each channel corresponds to an edge feature attribute to constrain the training of graph nodes, which allows the algorithm to learn multi-dimensional edge features in the graph more reasonably.Experiments based on Cora, Tox21, Freesolv and other datasets had proved the effectiveness of denoising methods and multi-channel methods.…”
    Get full text
    Article