About 9,090,000 results
Open links in new tab
  1. Kernels (Filters) in convolutional neural network - GeeksforGeeks

    Jul 23, 2025 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school …

  2. machine learning - What does kernel size mean? - Cross Validated

    Aug 7, 2017 · When people talk about neural networks, what do they mean when they say "kernel size"? Kernels are similarity functions, but what does that say about kernel size?

  3. What is an Azure Machine Learning compute instance?

    Oct 6, 2025 · An Azure Machine Learning compute instance is a managed cloud-based workstation for data scientists. Each compute instance has only one owner, although you can share files between …

  4. Gaussian Kernel - GeeksforGeeks

    Jul 23, 2025 · Gaussian Kernel in Support Vector Machines (SVM) In machine learning, especially in Support Vector Machines (SVMS), Gaussian kernels are used to replace data that is not linearly …

  5. 1D convolutional neural networks and applications: A survey

    Apr 1, 2021 · Deep Learning (DL) is the latest achievement of the Machine Learning era where it has presented near-human initially, and nowadays super-human abilities in many applications including …

  6. Kernel method - Wikipedia

    In machine learning, kernel machines are a class of algorithms for pattern analysis, whose best known member is the support-vector machine (SVM). These methods involve using linear classifiers to …

  7. scikit-learn: machine learning in Python — scikit-learn 1.8.0 …

    Preprocessing Feature extraction and normalization. Applications: Transforming input data such as text for use with machine learning algorithms. Algorithms: Preprocessing, feature extraction, and more...

  8. Abstract— The design of kernel size in Convolutional Neural Networks (CNNs) remains one of the most under-explored hyperparameters in deep learning, despite its fundamental impact on receptive field, …

  9. Attention (machine learning) - Wikipedia

    Attention mechanism, overview In machine learning, attention is a method that determines the importance of each component in a sequence relative to the other components in that sequence. In …

  10. How to optimize Convolutional Layer with Convolution Kernel

    A story of Convnet in machine learning from the perspective of kernel sizes. What kernel size should I use to optimize my Convolutional layers? Let’s have a look at some convolution kernels used to …