FranceBB
26th April 2021, 15:57
Hi there,
I just begun studying Soft Computing Systems at university as part of my Computer Science Engineering degree and there's a whole part about the different kind of neural networks with the difference between RBFN (Radial Basis Function Networks) and MPL (Multi-Layer Perceptron) and how they work, their training sets, how one should be trained, what to do, common issues like when using the gradient descend you can be stuck on a local minimum and never reach a global minimum, the different activation functions like ReLU (Rectified Linear Unit), Bell Curves etc.
It's very interesting.
Anyway, we have several assignments before the final exam and I'm completing them all, but the very last one is about bringing a real life neural network and write everything like a RAD (Requirement Analysis Document) about it and code it, so that we can be admitted to the final exam.
Long story short: I'm now much more interested in NNEDI3 'cause I've been using it for years but now I have the mathematical knowledge to understand how it works. So... is there any official document depicting how it was made, which kind of function it uses, which kind of training set and training method have been used etc from a mathematical point of view? It would be enlightening and definitely interesting to play around. I know that it's a kinda old Neural Network and that it has probably been coded and trained in a way that is not used anymore, but I'd like to find out the inner workings of it. :)
So... do you have a place where I can look?
And if nothing is documented, do you know any other well documented neural network I can look at?
(Feisty? Suggestions on your side? We're about the same age, so I'm pretty sure you've been taking this kind of exam as well)
I just begun studying Soft Computing Systems at university as part of my Computer Science Engineering degree and there's a whole part about the different kind of neural networks with the difference between RBFN (Radial Basis Function Networks) and MPL (Multi-Layer Perceptron) and how they work, their training sets, how one should be trained, what to do, common issues like when using the gradient descend you can be stuck on a local minimum and never reach a global minimum, the different activation functions like ReLU (Rectified Linear Unit), Bell Curves etc.
It's very interesting.
Anyway, we have several assignments before the final exam and I'm completing them all, but the very last one is about bringing a real life neural network and write everything like a RAD (Requirement Analysis Document) about it and code it, so that we can be admitted to the final exam.
Long story short: I'm now much more interested in NNEDI3 'cause I've been using it for years but now I have the mathematical knowledge to understand how it works. So... is there any official document depicting how it was made, which kind of function it uses, which kind of training set and training method have been used etc from a mathematical point of view? It would be enlightening and definitely interesting to play around. I know that it's a kinda old Neural Network and that it has probably been coded and trained in a way that is not used anymore, but I'd like to find out the inner workings of it. :)
So... do you have a place where I can look?
And if nothing is documented, do you know any other well documented neural network I can look at?
(Feisty? Suggestions on your side? We're about the same age, so I'm pretty sure you've been taking this kind of exam as well)