Hi everyone,
Below is part of my source code which consists of reading the intensities of pixels along 25 vertical intervals in a pgm picture format. The problem is that I'm having only the first value of H at the first interval, which means the first "for loop" is not incrementing.I...
Hi everyone
I’m doing a project on reading the intensity of 256 grey-level bitmap. I’ve written a source code but the problem is that I am getting 1 error. It says that GetPixel function does not take 2 parameters. I’m not being able to correct it. Please help me.
Thank you.
Below is the source...
Hi
Thanx for the answer.
At first I used the sigmoid function to convert my real input values into continuous values between 0 and 1. Its ok. Now I have to propose the values of desired output, e.g weight = 80. To convert my real output into values between 0 and 1, I used sigmoid function like...
Hi everyone,
I need to feed the neural network with inputs and desired outputs.However, my inputs and outputs are real values greater than 1.How do I convert my values greater than 1 into continuous values between 0 and 1?
Thank you.
Please find below a copy of my source code.
#include...
Hello
I've written a source code in visual C++, and i dont know how to output my answer in an edit box in a dialog box. normally the dialog box should appear when i click on menu. also i wanted to know how to replace "cout" and "cin" so that i can display my outputs in a...
Dear everyone,
Thanks a lot for having helped me in debugging my source code.Well,although I've got zero error, I'm not able to train the network well.If there is someone who understands back propagation network well, I would be grateful if he/she could help me to find a solution to my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.