We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creation of SB-Neuron. Ours. Branded.(v2)
#20
Great graphics,

If we we dig a little into your maths we we see that your 'activation function' is a binary sum of pixels for each number with each column, and is completely deterministic.  In other words there is a direct (one to one) relationship between all possible input and your activation function.  To work you have to train (set this relationship) for EVERY number you want to identify, which is not what ANNs usually do.  An ANN is used when it is NOT POSSIBLE to provide the training with EVERY possible input-output relationship, and its effectiveness is determined by how it copes with input it has NOT been trained on.  ANNs are a bit 'fuzzy', they capture trends and patterns more than direct mathematical relationships.

I'm not sure I have explained my reasoning clearly over the last few posts on this, but I think your work is great.  My only suggestion is to maybe read a little on ANNs as well as pursuing your own reasearch, but keep having fun. Smile
[-] The following 1 user Likes litdev's post:
  • z-s
Reply


Messages In This Thread
RE: Creation of SB-Neuron. Ours. Branded.(v2) - by litdev - 09-27-2024, 01:56 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)