All Questions
3 questions
0
votes
1
answer
245
views
Implementing a Randomized Neural Network using Tensorflow?
I want to implement a Randomised Neural Network (alt. Neural Network with Random Weights (NNRW)) in keras based on the following paper: https://arxiv.org/pdf/2104.13669.pdf
Essentially the idea is the ...
1
vote
1
answer
319
views
Optimization based on validation and not training
Hello neural network programmers,
I am currently creating a neural network with keras, as I am not that familiar with tensorflow and it's a bit more difficult.
I want my optimization to optimize the ...
1
vote
1
answer
159
views
Neural network using Tensorflow
Is there any possibility that cost function might end up in local minima rather than global minima while implementing the Neural network using Tensorflow ?