Using AI as a sounding board

Page may contain affiliate links. Please see terms for details.

yello

back and brave
Location
France
That's how I use AI. Not to answer my questions per se but to help me understand something and introduce new aspects to think about.

I'm not relying on it to be right (since I know first hand how factually incorrect it can be on quite trivial things) but asking it to help me explore my thinking and lead me to finding my own answers, if the latter is what I need.
 

Ming the Merciless

There is no mercy
Photo Winner
Location
Inside my skull
These are I think the bases of discernment,

https://www.geeksforgeeks.org/deep-learning/artificial-neural-networks-and-its-applications/

"How do Artificial Neural Networks learn?​

Artificial Neural Networks learn by repeatedly improving their predictions from training examples. Consider the task of recognizing cats in images.

  • The network is trained using thousands of labeled images of cats and non-cats.
  • Each image passes through the network to generate a prediction.
  • The predicted result is compared with the correct label to calculate the error.
  • The network updates its weights and biases to reduce this error.
  • This process is repeated over many training iterations until the network can accurately classify new images."

https://www.geeksforgeeks.org/deep-learning/optimization-rule-in-deep-neural-networks/

"Key Steps in Gradient Descent
Initialize parameters: Randomly initialize the model parameters.
Compute the gradient: Calculate the gradient (derivative) of the loss
function with respect to the parameters.
Update parameters: Adjust the parameters by moving in the
opposite direction of the gradient, scaled by the learning rate."

I reckon the broader the learning field set - eg. 'Is it beneficial to the Earth's environment?
the slower the
α - the learning rate, which is a positive scalar that determines the step size for each iteration.
then the smaller the learning rate increment would optimally be set, to get meaningful convergence.
You can't expect quick answers to difficult questions, especially if the data is very contaminated. Get a nice balance of discernment, and starting condtions - that merely permit exploration of ideas towards reasoned answers, and let the machine follow and monitor and tweak its own progess.

Ethics extend into mathematics through logic. Go another little way from ethics and you reach philosophy. AI has the language too. The maths is the icing on the cake.


'exponential learning enhancement' is a bigger ask.
Please forgive me for projecting somewhat.
I''ll give the question some more time.












I find starting from these fundamentals it's a qualitative leap

However that is not exponential learning. If we look at emergent capability and real step change which you would get with exponential growth then the picture is less hype cycle.

None of the benchmarks exhibit the sharp, stepwise transitions characteristic of “emergent abilities” described in prior literature. Instead, performance evolves continuously with increasing parameter scale, indicating gradual rather than abrupt capability growth.

https://www.sciencedirect.com/science/article/pii/S092523122503214X
 

farfromtheland

Regular AND Goofy
Location
London
Last edited:
Top Bottom