Thread: Neural Network Ideas

  1. #1
    Password:
    Join Date
    Dec 2009
    Location
    NC
    Posts
    587

    Neural Network Ideas

    Would it kill the whole concept to encapsulate the weight and learning rate within the link between 2 nodes? I think(very unsurely) that it would make it more versatile, and enable nodes to seem to adapt to individual connections to other nodes rather than as a whole.

    I've been thinking about NNs a lot lately, and my brains kinda overflowing with ideas. As I stupid-check them, if they pass, I'll dump them here.

  2. #2
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Each link having its own learning rate has certainly been done before. Whether it helps depends on what you are doing.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  3. #3
    Password:
    Join Date
    Dec 2009
    Location
    NC
    Posts
    587
    I'm not sure what I'm doing. I guess my ultimate goal would be to have a NN capable of learning anything, but that's admittedly not going to happen. So, in terms of stuff that is possible, I'm trying to get as generalized an NN as possible.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Programming my first ANN, but got a few unanswered questions
    By Swarvy in forum General AI Programming
    Replies: 1
    Last Post: 09-04-2010, 05:45 AM
  2. Tic Tac Toe Neural Network
    By glo in forum General AI Programming
    Replies: 4
    Last Post: 06-15-2008, 03:39 PM
  3. Need help with easy Network setup
    By the dead tree in forum Tech Board
    Replies: 9
    Last Post: 04-08-2005, 07:44 PM
  4. network problems
    By lucy in forum Tech Board
    Replies: 6
    Last Post: 01-01-2003, 03:33 PM
  5. idea's idea's idea's
    By mithrandir in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 04-29-2002, 12:30 AM