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)
#25
(translated by Google translator)

Hi all.
Today I woke up feeling completely confident that we should not try to create a neuron that can do ANY job well.
What facts do we have?..

At the moment, the process of creating and training a neural network is a separate operation. The process of using a neural network is a different separate operation.
Each operation solves its own tasks.
But the classical neuron is designed in such a way that it itself has to both learn and work.
( as a result, he does both the first and second poorly )

Now we are creating a neural network that should not self-learn.
Therefore, we have the opportunity to create a SB-Neuron that will work very well, but will not learn at all.
The design of the SB-Neurons in our SB-Neural Network will be determined by the TRAINING PROGRAM.

Our training program will:
  1. collect training information;
  2. analyze and process this information;
  3. create an activation function for the SB-Neurons that best matches the received training information.
Then, the created activation functions will be placed into the SB neurons and the network will be ready for use.  Cool

( Cool. Right? )  Big Grin
[-] The following 1 user Likes AbsoluteBeginner's post:
  • litdev
Reply


Messages In This Thread
RE: Creation of SB-Neuron. Ours. Branded.(v2) - by AbsoluteBeginner - 09-28-2024, 08:53 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)