Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kan13
  • Content: Threads
  • Order by date
  1. kan13

    Hi everyone, Below is part of my s

    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...
  2. kan13

    Error in source code about reading intensities of pixel

    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...
  3. kan13

    Backpropagation Neural network code

    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...
  4. kan13

    Source code for backpropagation neural network

    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...
  5. kan13

    problem in displaying answer in dialog box

    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...
  6. kan13

    Source code for a backpropagation network.

    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...

Part and Inventory Search

Back
Top