Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Artificial Intelligence

Questions tagged [convolutional-neural-networks]

Ask Question

For questions about convolutional neural networks, also known as CNN or ConvNet.

1,147 questions
Filter by
Sorted by
Tagged with
1vote
1answer
37views

I'm having some issues with the training of a convolutional neural network, as the loss initially decreases but suddenly it becames nan. I guess the problem could be related to some exploding/...
0votes
0answers
18views

I am using the MixStyle methodology for domain adaptation and it involves using a custom layer which is inserted after every encoder stage. However, it is causing VRAM to grow linearly, which causes ...
0votes
0answers
24views

I am learning Transformers and want to understand the roles of Self-attention and Multi-head attention, but first, I am interested in understanding how "attention" is used and how it applies ...
0votes
1answer
58views

I relatively new to deep learning and I am working on a task where I tried to adopt a CNN architecture to do some prediction. My input data is of size (32, 3, 8192) and my target is of size (32, 1, ...
0votes
0answers
26views

I have a binary image that is the Canny output of an image containing some objects and my goal is to learn to recognise the corners of the objects and measure the perimeters. Example:The goal is to ...
2votes
1answer
58views

In many image classification tasks, convolutional neural networks can tolerate moderate rotations and still recognize the object correctly (e.g., a cat at +15° rotation is still classified as “cat”)....
0votes
2answers
79views

I am using a machine learning model to remove interference from range-doppler maps to detect targets. I am using a supervised approach, in which I give as input the range-doppler map of target+...
0votes
0answers
36views

I would like to build a neural network to compute hologram for an atomic experiment as they do in the following reference: https://arxiv.org/html/2401.06014v1 . First of all i dont have any experience ...
0votes
0answers
25views

I want to get the distribution of different lengths(biggest among width and height) of these chips from this type of image?My current idea is to use SAM 2.1 to generate segmentation of maximum no of ...
0votes
0answers
21views

I've heard temporal convolutional neural network is better for very long sequences than lstm and I've been dealing with just that and was seeing for potential architecture improvements (currently I've ...
1vote
1answer
51views

I'm working on a binary classification task using a convolutional neural network (CNN). Alongside the image data, I also have access to a single boolean feature.I'm not an expert in feature ...
0votes
1answer
41views

I’m building a Keras model based on MobileNetV2 for frame-level prediction of 6 human competencies. Each output head represents a competency and is a softmax over 100 classes (scores 0–99). The model ...
1vote
0answers
28views

Suppose we have an input image of dimensions $w \times h $ and the first hidden layer has dimension $(w-1) \times (h-1) \times 3$. We have $3$ seperate $3 \times 3$ kernels with no padding.I ...
4votes
1answer
218views

I was trying to implement a vision transformer (RT-DETR) for object detection. I trained the model on 640x640 px images and tested it on a 2000x2000 px image containing many objects - the outputs did ...
0votes
0answers
54views

Problem Context:I'm building a Morse code audio decoder using CNN-BiLSTM with CTC loss. My current 4-layer model achieves Levenshtein distance ≈0.6, but attempts to improve performance by adding a ...

153050per page
1
2345
77

Hot Network Questions

more hot questions
Newest convolutional-neural-networks questions feed

[8]ページ先頭

©2009-2025 Movatter.jp