#💬 _retroidʹs Feedback

1 messages · Page 1 of 1 (latest)

raw hollyBOT
signal musk
#

does it just pick out the squares randomly until it gets the desired procent or it is caching and doing stuff with it

thorny whale
#

literally just a brute force for loop program 😂

sturdy orchid
sturdy orchid
#

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

odd drift
#

It’s really cool

sturdy orchid
#

Thanks

sturdy orchid
#

I am going to add hidden layers if I can finish my work in time

thorny whale
sturdy orchid
#

I am being honest I don’t lie often

#

I guess I misunderstood your assertion?

sturdy orchid
#

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