#💬 _retroidʹs Feedback
1 messages · Page 1 of 1 (latest)
does it just pick out the squares randomly until it gets the desired procent or it is caching and doing stuff with it
literally just a brute force for loop program 😂
No it is basic the option gets “removed” if it’s tried and wrong and it just tries random combinations
No
It tries random values and this is used to find an equation that will give you correct results based on your input
Right now this is just a simple example
It is finding the equation so it can predict other values that aren’t on the graph
I don’t have the equation I just have weights and biases so it tries random weights and biases until it reaches the requirement
The point is to get the equation
You have a thumbs down but I don’t think you understand how neural networks work or what their uses are
For example imagine my graph is for a plant green is safe and red is poisonous. X is height and y is %green color out of 255
But in the correct graph that’s not all of the data it’s just the training data
I have other values that aren’t in the graph that are my testing data
And I use those to see how accurate the equation that the neural network comes up with is
And if it is super accurate with those test values
I can trust it when I start putting in values I don’t know and try to find out if a plant is poisonous
@thorny whale do you understand now?
It is not about “looping” it is randomly going thru combinations (not in order) but there are no hidden layers so it is simple rn. If there were hidden layers it would get the solution faster because there would be more weights and biases
@thorny whale
Can’t just be handing out thumbs downs like that bro u a hater fr
It’s really cool
Thanks
I am going to add hidden layers if I can finish my work in time
exactly so it uses brute force 😂 , then you use basic calculation to determine the accuracy from correlated brute force. It isnt as complex as you make it to be, be honest and concise bro 
Oh no u mean I’m just randomizing colors and printing accuracy
Yeah ur wrong
The colors show based on a randomized equation which is the whole point
The equation is what you want it to figure out