YourSurrogateGod
April 22nd, 2006, 10:34 PM
I have a rough idea of how they work, but I don't understand some concepts that my book doesn't go into great detail.
There's a formula that simulates learning.
Error = Desired_Output - ADALINE_Output
New_Weight = Weight + Learning_Rate * Error * Input_Value
I'm making an ADALINE network that filters e-mails and I'm not sure what role the Input_Value should play when doing the filtering. Anyone have experience in this field so as to help me elaborate on this? Greatly appreciated.
There's a formula that simulates learning.
Error = Desired_Output - ADALINE_Output
New_Weight = Weight + Learning_Rate * Error * Input_Value
I'm making an ADALINE network that filters e-mails and I'm not sure what role the Input_Value should play when doing the filtering. Anyone have experience in this field so as to help me elaborate on this? Greatly appreciated.