No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Software Engineer, Bell Mortgage
- PC Specs
- Apple MacBook Pro, OS X and Windows XP Pro via Parallels
4 Posted Topics
Re: 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 … | |
Re: 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, … | |
Re: 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) { … | |
Re: 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, … |
The End.