Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
Ranked #4K
~547 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

4 Posted Topics

Member Avatar for OffbeatPatriot

Try adjusting your learning rate and momentum to smaller values. Sometimes, with back propagation, it is possible to skip over a minima or maxima. The momentum and learning rate are meant to help avoid localized minima or maxima, but if they are too large for the "nature" of your data …

Member Avatar for OffbeatPatriot
0
175
Member Avatar for penguin22

Go into VS, click "File->Add->New Project". In the "Add New Project" dialog, expand "Other Project Types" under the "Project Types" tree, and choose "Setup and Deployment". On the right side, then choose "Setup Project". You will have to look through the MSDN documentation about how to configure your installer project, …

Member Avatar for jlm699
0
144
Member Avatar for Kracus

Are the menu items "checked" state mutually exclusive? If so (like radio buttons), then the "CheckChanged" event fires more often than you think. You could try checking the "sender" parameter to ensure that it is the actual menu item raising the event. [CODE] private void onImsToolStripMenuItem_CheckChanged(object sender, EventArgs e) { …

Member Avatar for jeremy.adamich
0
116
Member Avatar for aodpreacher

Hello, Certainly learning the technological tools for creating and crafting a user interface are important. Also, the skills you learn from graphic design will help. Howerver, if you are truly interesting in effective UI design, you may want to look into the field of Human Computer Interaction (HCI), Cognitive Psychology, …

Member Avatar for jeremy.adamich
0
112

The End.