Skip to main content

Questions tagged [neural-network]

Artificial neural networks (ANN), are composed of 'neurons' - programming constructs that mimic the properties of biological neurons. A set of weighted connections between the neurons allows information to propagate through the network to solve artificial intelligence problems without the network designer having had a model of a real system.

2 votes
0 answers
15 views

I am working on a project that requires machine learning analysis, but I'm new to the field and still learning about different models. I just wanted to ask the community about the best model or ...
bakingchef8's user avatar
4 votes
1 answer
35 views

I am training a VAE architecture on microscopy images. Dataset of 1000 training images, 253 testing images. Images are resized to 128x128 input or 256x256 input from original resolution which is ...
MT0820's user avatar
  • 41
0 votes
0 answers
58 views

Given basic elements of a neuron(as below) with a bias value: I learnt that, a bias value allows you to shift the activation function(say sigmoid function) to the left or right, which may be critical ...
overexchange's user avatar
1 vote
0 answers
14 views

When building a binary classification model using a neural network, you have two options for outputs: output a single number from 0 to 1 using sigmoid activation, or output a probability distribution ...
Mach5's user avatar
  • 31
1 vote
0 answers
13 views

I have used Hyperband automatic tuning for an ANN model to predict price. After running the model with the automatic tuning, I am obtaining an R2 score of 1.00 that suggests overfitting, however, I am ...
leakie's user avatar
  • 11
2 votes
0 answers
26 views

I am trying to understand what are some of the methods to learn on streaming non-stationary data? Some examples of such data include Fraud Detection, Salary Prediction from browsing habits etc. The ...
Abhay Gupta's user avatar
-2 votes
1 answer
106 views

Usecase - Gmail detecting spam format emails is a simple NLP system based on some clear rules. Doesn't rely on artifical neural network. No training involved. Usecase - Gmail predicting auto-...
overexchange's user avatar
4 votes
1 answer
632 views

The concept of a function includes three major components: a set called “domain”, a set called "codomain" and a rule which for each element of a domain points to (puts into a correspondence)...
overexchange's user avatar
6 votes
4 answers
158 views

Why do we generally use activation functions with only limited range in neural networks? for e.g. $sigmoid$ activation function has range $[0, 1]$ $tanh$ activation function has range $[-1, 1]$ ...
overexchange's user avatar
6 votes
1 answer
85 views

I was wondering why normalizing outputs hurt the model training? In my case I have my outputs that are between 0 to 1 when I normalized them with MinMax() or StandardScaler() training basically dies ...
Naivahash80's user avatar
1 vote
0 answers
35 views

I have a question. I'm doing a regression and I have 20 outputs where their sum is equal to 1 and also they are non-negative. I thought since their sum is equal to 1 maybe I can predict first 19 ...
Naivahash80's user avatar
5 votes
2 answers
261 views

My professor said I shouldn't use blind sense in neural network and I should choose activation functions carefully based on my inputs and outputs and their constraints. In the project I have the ...
Naivahash80's user avatar
6 votes
1 answer
147 views

I've been working in data science for a long time, but very rarely have I been called upon to implement an ML algorithm; I've just ran other people's libraries. I'm trying to pick up the skill. I'm ...
Zorgoth's user avatar
  • 305
0 votes
1 answer
58 views

To be clear, I shuffled my data when I trained it. It is only the testing data that I modified to be unshuffled, and found that accuracy tanks. (i also used the same data for training and for testing)
Oyomot's user avatar
  • 71
7 votes
2 answers
221 views

I'm working on a binary classification task where the goal is to determine whether a tissue contains malignant cells Each instance in my dataset consists of a microscope image of the cell a small set ...
Antonio Rossi's user avatar

15 30 50 per page
1
2 3 4 5
290