Skip to main content

Questions tagged [deep-learning]

a new area of Machine Learning research concerned with the technologies used for learning hierarchical representations of data, mainly done with deep neural networks (i.e. networks with two or more hidden layers), but also with some sort of Probabilistic Graphical Models.

0 votes
0 answers
2 views

Troubles using unsupervised domain adaptation

Hope somebody can help me, I've been stucked on this and there's no way I can find the origin of my problem... So I have a model that I have fine-tuned, it's a resent18 that looks like this (I'm just ...
Georgia's user avatar
0 votes
0 answers
22 views

How weight vector behave when we initialize the weight to 0 in case of perceptron

While reading in book i encountered this statement Now, the reason we don't initialize the weights to zero is that the learning rate (eta) only has an effect on the classification outcome if the ...
Vipin Dubey's user avatar
0 votes
0 answers
11 views

Understanding Divergence in LSTM Units with Zero Initialization and Shared Weights?

I'm trying to understand how LSTM units can diverge over time when they start with zero initialization and share the same weights. Here are the key points of my confusion: Initialization: All units ...
user164819's user avatar
0 votes
1 answer
17 views

Everything is classified as background by segmentation model

I am training a U-NET model for medical image segmentation. Problem is that the binary masks that im using to train the model mostly consist of background pixels and a very small region of the whole ...
Ashwin Singh's user avatar
0 votes
0 answers
14 views

Advice on deep learning PC build using dual 4090s

I’m an engineering grad student, and I’ve been tasked with finding parts for building a shared workstation for my lab. Our work includes deep learning, computer vision, network analysis, reinforcement ...
yuki's user avatar
  • 1
1 vote
1 answer
14 views

Level of confidence for binary classification

I’m relatively new to PyTorch and deep learning. I was able to create a model and analyze a data set for both a training and test set in a binary classification problem. Everything is working well. ...
Ashishkabaab's user avatar
0 votes
0 answers
13 views

How to increase the optimial cutoff point(youden index) after training a model?

So I trained a model based on a medical dataset and and I got an AUROC for detecting cancer in brain images as about 0.96 and i noticed that the youden index is 0.1 but i want to increase it to 0.5 , ...
mutli-arm-bandit's user avatar
0 votes
0 answers
22 views

Mobilenetv2 transfer learning

Goal: Transfer learning Mobilenetv2 (input size 224x224 and it's own preprocessing (resize + central_crop + normalization)) as encoder for Unet with input size 512x512 using pytorch. What I've done: ...
Егор Чилиевич's user avatar
-1 votes
1 answer
8 views

WGAN generating images from the training data

Is it possible for gan to remember somehow training data distribution? Or maybe somеthing leaks out when I calculate gradients? ...
Тима 's user avatar
0 votes
0 answers
15 views

RL Agent won't learn no matter what I try

I am trying to make an RL model for reinforcement learning, and the environment is fairly simple and a 10x10 grid. During the training phase, it reaches the goal. But when I try to test this, The ...
Dawn of Justize's user avatar
-1 votes
0 answers
12 views

Multi_Target Classification

I have 24 columns for banking hyper-personalized recommendation engine for providing offers for the customers. So, the offer columns provided have two target variables. What approach would be correct ...
Johnimmanuel's user avatar
0 votes
0 answers
10 views

How to pass feature value to custom loss in Keras

I am using a custom loss to train my model and want to use feature value to have a differential loss, something like ...
neel's user avatar
  • 101
0 votes
0 answers
14 views

Understanding the Impact of Different Scalers on Deep Learning Model

I am working on a regression task with a dataset that has a heavy right-skewed distribution, and the labels are always positive values. I have preprocessed the labels (features are always scaled using ...
Muaz Usmani's user avatar
0 votes
0 answers
11 views

What Package/Algorithm should I use to classify the pixels of a pigs eye in an infrared picture of a pig?

Im a college student working on a project that involves identifying eye features in infrared pictures of pigs so that we can apply a FEM mesh to it and do computations (we haven't created the mesh yet,...
Ian Wilson's user avatar
0 votes
1 answer
30 views

RuntimeError: Boolean value of Tensor with more than one value is ambiguous

I am trying to get boolean outputs {0,1} for my neural network. My final output is a real value e.g. r and I wanted it to be 0 if r <= 0 and be 1 if r >1. To do this, I did the following code in ...
Ali.A's user avatar
  • 73

15 30 50 per page
1
2 3 4 5
328