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)
#81
This program of mine is getting very interesting.

But, I'm very sorry that I work so slowly.  Blush

My dream is to find out if I can manually install such a set of weights on the inputs of the SB-neuron that will allow one neuron to recognize the symbol “Cross”, even if this symbol has any size and position on the SB-display.  Rolleyes
Reply
#82
(05-01-2025, 10:13 AM)AbsoluteBeginner Wrote: My dream is to find out if I can manually install such a set of weights on the inputs of the SB-neuron that will allow one neuron to recognize the symbol “Cross”, even if this symbol has any size and position on the SB-display.

Clasically this would be done by the training with a very large training set and maybe pre-processing of the training data, so I think it is tough to do it manually, but interesting to try.
Reply
#83
Yes, exactly. It's interesting to try it.  Cool
Reply
#84
Hi all.  Shy

I am ready to publish a new version of the "NeuroLab" program.
But, I want to create a "User Manual" for this program.
Please advise me where would be the best place to place this "Manual"?  Huh

I don't like to place such a large text in the program code as comments. But if I create a separate text file, how will I publish this file along with the program code?
Reply
#85
Hi, if you email it to me I will stick it in a pdf on this site.

admin@litdev.uk
[-] The following 1 user Likes litdev's post:
  • AbsoluteBeginner
Reply
#86
(05-09-2025, 05:00 PM)litdev Wrote: Hi, if you email it to me I will stick it in a pdf on this site.

admin@litdev.uk

Thank you. It will probably be good.  Shy

Now, it is interesting to know how many words there will be in this "Manual".  Big Grin
Reply
#87
If you wanted to host it yourself something like github may be good.
[-] The following 1 user Likes litdev's post:
  • AbsoluteBeginner
Reply
#88
As the Mohican leader, Chingachgook (played in the movie by Gojko Mitic. His name appeared in the credits in German as "Georg Mitic".), liked to say: "The souls of my ancestors told me that I could save the text of the "User's Guide" by publishing it together with the code of the "NeuroLab" program, but as a separate file, which would have a version number one less than the program code file.".  Cool

I don't know why, but I liked this idea.  Wink

What do you say about this?
[-] The following 1 user Likes AbsoluteBeginner's post:
  • litdev
Reply
#89
While I was thinking about the text of the "User's Guide", I came up with the idea of adding another function to the program code.  Rolleyes

This will delay the publication of the program a little, but it will be cooler.  Blush
Reply
#90
Hi all.  Shy

Finally I have published a new version of my program "NeuroLab". DWXL365.000-2
(short "User's Guide" - DWXL365.000-1 )
This version allows you to conduct some experiments and draw some conclusions.

It is already clear to me that a neural network capable of recognizing figures by features must have neurons in its first hidden layer that are trained to recognize not only the presence of features in an image, but also the location of the features and the distance between the features.
Only then can the second hidden layer of neurons be trained to detect the shape in the image using the data from the first layer.

At this point, I still hold the opinion that layers of neurons in a multilayer network should be trained one by one, rather than all layers at once. Otherwise, we train neurons, for example, of the second layer ON UNRELIABLE DATA, which the second layer receives from the still untrained neurons of the first layer.  Huh

Is this logical?..
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)