Skip to main content

Questions tagged [convolutional-neural-network]

Convolutional Neural Networks are a type of neural network in which only subsets of possible connections between layers exist to create overlapping regions. They are commonly used for visual tasks.

1 vote
0 answers
37 views

"Neural network regression dilution" refers to a problem where measurement error in the independent variables of a neural network regression model biases the sensitivity (of outputs to input ...
Xu Shan's user avatar
  • 213
1 vote
0 answers
31 views

Transformers either need the input vectors added with absolute position embedding (learned or sinusoidal positional encoding) or relative position encoding (like RoPE) or have the proximity bias term ...
Anantha Krishnan's user avatar
1 vote
0 answers
47 views

Neural Network Beginner here. I am currently implementing a CNN on PyTorch for recognizing Japanese handwritten letters, which has 46 classes of outputs. I found a dataset on Kaggle https://www.kaggle....
Krish Thyagarajan's user avatar
0 votes
0 answers
65 views

Basically, the question above: in RL, people typically encode the state as a tensor consisting of a plane with "channels", i.e. original Alpha Zero paper. These channels are typically one-...
FriendlyLagrangian's user avatar
2 votes
0 answers
52 views

I am trying to use a convolutional autoencoder to perform dimensionality reduction with the ultimate goal of reconstructing temperature fields. As I understand it, the goal of an autoencoder is to ...
James Bosha's user avatar
0 votes
0 answers
78 views

I want to predict an angular parameter ($\phi$) from some signal using a CNN. Due to the architecture of my code, the regression is done on the two targets ($\cos\phi$, $\sin\phi$). I created a model ...
Neinstein's user avatar
  • 101
0 votes
0 answers
96 views

As a part of my undergraduate project , I was firstly given the task to benchmark a couple of standard CNN models (i)custom model with 4 conv layers (ii)ResNET18 on the FashionMNIST and CIFAR-10 ...
Jasjyot Gulati's user avatar
0 votes
0 answers
26 views

I am working on a Whole Slide Image (WSI) classifier, and for that task, CNNs (with transfer learning) have been producing average-to-decent results. However, for each WSI, I also have quantitative ...
Gabriel Valério's user avatar
0 votes
0 answers
48 views

I have a dataframe of 5504 observations. For some of those 5504 observations, there are 965 images available. I want to add the information of the images to the information coming from the tabular ...
lrod1994's user avatar
0 votes
0 answers
72 views

I've got a CNN that I've written in Java. I've tested the code on MNIST and got 94% accuracy (not amazing, but evidence that the backpropagation works). However, I've now moved on to trying to get a ...
Alistair58's user avatar
0 votes
0 answers
54 views

I need help understanding backpropagation in the convolutional layer. From what I know so far, the forward phase is as follows: where, the tensor $A_{3\times3\times1}$ refers to the feature map in ...
Theethawat Trakunweerayut's user avatar
4 votes
1 answer
97 views

I have trained a CNN that aims to predict whether a patient died or not. The model inputs images of size 244x244 and outputs the binary outcome (which is highly imbalanced 7%). The dataset I have is ...
lrod1994's user avatar
1 vote
0 answers
60 views

So I have a school project which is to train a CNN with our own architecture to be able to classify marine mammals with a minimum accuracy of 0.82 I have been trying a lot of things and different way ...
erodrigu's user avatar
0 votes
0 answers
35 views

I am doing unstructured feature weight pruning in a CNN. First I trained a baseline model without pruning and stopping criteria based on improvement in the validation accuracy and set the patience 15 ...
Syed Dildar Shah's user avatar
2 votes
1 answer
86 views

I have a question about something that is written in the 100 page machine learning book, which is free here: https://themlbook.com/wiki/doku.php It is regarding chapter 6 regarding neural networks. ...
user394334's user avatar

15 30 50 per page
1
2 3 4 5
100