Skip to main content

Questions tagged [ann]

1 vote
1 answer
128 views

When I combine standardizing and normalizing my input data for my hybrid ANN model, it gives the best results. But I can't find anywhere, why. I based it on a paper's approach but they don't justify ...
Mia May's user avatar
  • 11
3 votes
1 answer
74 views

I am really struggling of modeling a dataset that I acquired by doing experiments. Concretely, those are time series (online) data of measurements and the objectives are kinetic parameters that I ...
perginat's user avatar
2 votes
1 answer
156 views

I am currently training an ANN using Sequential(a class from Keras API within tensorflow), and I am optimizing the model's architecture and came across something I have not seen before. The graph of ...
Aach_copro's user avatar
0 votes
0 answers
48 views

So I want to do shape recognition task on a flowchart using CNN, but my input images are not labeled and I don't know how to do that automaticaly I mean not manually, anyone can help me please ?
kardev's user avatar
  • 1
0 votes
1 answer
63 views

i have an image dataset and there are 6300 images with 5 classes . The features extracted and dataset reduced to 256 features. This dataset gives good results(%99) when tested ANN with Backpropagation(...
ömer özcan's user avatar
1 vote
1 answer
152 views

I am confused that in ANN, we use Gradient Descent to find the curve of the optimal points of predicted values. Let's say we use MSE (Mean Squared Error) and the lost function is 1/2m * (y-y')^2 And ...
Mystheman's user avatar
1 vote
1 answer
187 views

I am trying to improve the accuracy of my model over the UCI Breast Cancer Dataset. There's 426 records, and it is a binary classification model. ...
No_Name's user avatar
  • 11
0 votes
1 answer
83 views

I’m fairly new to deep learning and AI and my first proper project consists of a model taking 13 or so inputs and one colour output. Currently, I’ve got 3 outputs (RGB) but I was wondering if I’d be ...
Joseph Marriage's user avatar
1 vote
1 answer
130 views

I'm very new to pytorch - taking a course in udemy. There is something I find hard to understand and would like to get explaination about, in a bit simpler words than what I can find in the ...
Reut's user avatar
  • 299
1 vote
0 answers
76 views

I'm looking for near-duplicate detection algorithms or techniques for a near-real-time system with large document volumes. I know LSH is the most popular industry-standard algorithm for syntactical ...
Murali Mopuru's user avatar
1 vote
0 answers
43 views

I am getting 100% accuracy for the below models. can you please advise me where I am doing wrong? If it is due to overfitting then why other models like below do ...
Deep's user avatar
  • 11
1 vote
1 answer
285 views

I have multiple vector fields in one collection. My use-case is to find similar sentences in similar contexts. The sentences and contexts are encoded to float vectors. Therefore, I have one vector for ...
roemchine's user avatar
1 vote
1 answer
279 views

I apologise if this is a bit long winded, but it was suggested by another user that I post. I will start by saying that I am very new to the world of machine learning and deep learning. As such, the ...
DDV's user avatar
  • 125
1 vote
1 answer
74 views

I am fitting a Keras model, using SGD Input dataset X_train has 55000 entries. Can anyone explain the yellow highlighted values? For me, when each epoch is done, this should correspond to 55000/55000....
sidhom slim's user avatar
1 vote
2 answers
80 views

I have a dataset with a message (string) and an associated mood. I am trying to use an ANN to predict one of the 6 moods using the encoded inputs. This is how my X_train looks like: ...
ChaoS Adm's user avatar
  • 141

15 30 50 per page