Click here to Skip to main content
15,892,161 members
Home / Discussions / C#
   

C#

 
AnswerRe: Data not Insert Pin
Covean2-Aug-10 22:32
Covean2-Aug-10 22:32 
GeneralRe: Data not Insert Pin
Bernhard Hiller3-Aug-10 2:01
Bernhard Hiller3-Aug-10 2:01 
QuestionRedirect WebPage through Window Button in C# Pin
ShafiqA2-Aug-10 19:47
ShafiqA2-Aug-10 19:47 
AnswerRe: Redirect WebPage through Window Button in C# Pin
Goutam Patra2-Aug-10 20:05
professionalGoutam Patra2-Aug-10 20:05 
GeneralRe: Redirect WebPage through Window Button in C# Pin
ShafiqA2-Aug-10 20:10
ShafiqA2-Aug-10 20:10 
QuestionFeed forward Neural network (back propagation) code classification problem [modified] Pin
karayel_kara2-Aug-10 19:01
karayel_kara2-Aug-10 19:01 
AnswerRe: Feed forward Neural network (back propagation) code classification problem Pin
OriginalGriff2-Aug-10 21:47
mveOriginalGriff2-Aug-10 21:47 
AnswerRe: Feed forward Neural network (back propagation) code classification problem Pin
Keith Barrow3-Aug-10 10:53
professionalKeith Barrow3-Aug-10 10:53 
Three things (over Original Griffs Reply)
1. Is there any correlation beween the input an the output (I cannot see any)? if not, the NN is not likely to find it.
2. How are you training the network, your code is hard to read. If you are repeating outputs 1,0,0,0,0 (400/10000?) times at the end of trainging, you are probably annealing the network to give this result no matter what. You should cycle through many outputs.
3. It is possible to overtrain a NN!

I'd start with something simpler to test you NN code:
1 Input 0 -->360 , and train output to sin
1 Input 0 -->360 , and train output to x^2
2 Inputs, train to Logical Opertors (remember the XOR problem)
3 Inputs, result = i1 * i2 * i3

Then test on a real dataset.

ragnaroknrol The Internet is For Porn[^]

Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.

GeneralRe: Feed forward Neural network (back propagation) code classification problem [modified] Pin
karayel_kara3-Aug-10 15:40
karayel_kara3-Aug-10 15:40 
GeneralRe: Feed forward Neural network (back propagation) code classification problem [modified] Pin
Keith Barrow4-Aug-10 1:26
professionalKeith Barrow4-Aug-10 1:26 
GeneralRe: Feed forward Neural network (back propagation) code classification problem Pin
karayel_kara6-Aug-10 18:35
karayel_kara6-Aug-10 18:35 
GeneralRe: Feed forward Neural network (back propagation) code classification problem [Long post] Pin
Keith Barrow7-Aug-10 1:04
professionalKeith Barrow7-Aug-10 1:04 
GeneralResponse to e-mail sent directly from OP Pin
Keith Barrow7-Aug-10 9:36
professionalKeith Barrow7-Aug-10 9:36 
GeneralRe: Response to e-mail sent directly from OP Pin
karayel_kara10-Aug-10 17:56
karayel_kara10-Aug-10 17:56 
GeneralRe: Response to e-mail sent directly from OP Pin
Keith Barrow11-Aug-10 10:16
professionalKeith Barrow11-Aug-10 10:16 
GeneralRe: Response to e-mail sent directly from OP Pin
karayel_kara12-Aug-10 18:15
karayel_kara12-Aug-10 18:15 
GeneralRe: Response to e-mail sent directly from OP Pin
Keith Barrow12-Aug-10 23:12
professionalKeith Barrow12-Aug-10 23:12 
QuestionMasking in C# Pin
Pdaus2-Aug-10 18:28
Pdaus2-Aug-10 18:28 
AnswerRe: Masking in C# Pin
Pete O'Hanlon2-Aug-10 21:37
mvePete O'Hanlon2-Aug-10 21:37 
QuestionThis constraint cannot be enabled as not all values have corresponding parent values Pin
Vimalsoft(Pty) Ltd2-Aug-10 11:42
professionalVimalsoft(Pty) Ltd2-Aug-10 11:42 
AnswerRe: This constraint cannot be enabled as not all values have corresponding parent values Pin
Gopal.S2-Aug-10 17:14
Gopal.S2-Aug-10 17:14 
GeneralRe: This constraint cannot be enabled as not all values have corresponding parent values Pin
Vimalsoft(Pty) Ltd2-Aug-10 21:40
professionalVimalsoft(Pty) Ltd2-Aug-10 21:40 
QuestionChange (or disable) selection color of listview [SOLVED partially] Pin
sodevrom2-Aug-10 8:11
sodevrom2-Aug-10 8:11 
AnswerRe: Change (or disable) selection color of listview (not easy :( ) Pin
Eddy Vluggen2-Aug-10 8:23
professionalEddy Vluggen2-Aug-10 8:23 
GeneralRe: Change (or disable) selection color of listview (not easy :( ) Pin
sodevrom2-Aug-10 8:28
sodevrom2-Aug-10 8:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.