Show HN: I Invented a New Machine Learning Algorithm
1–7 of 7 posts
Re: Show HN: I Invented a New Machine Learning Algorithm
#2> I asked ChatGPT and it said it wasn’t aware of it.
nah. You are using ChatGPT wrong.
Re: Show HN: I Invented a New Machine Learning Algorithm
#3The mechanism is simply called recursion. Or tail recursion specifically.
Re: Show HN: I Invented a New Machine Learning Algorithm
#4The mechanism is simply called recursion. Or tail recursion specifically.
Tail recursion is completely irrelevant to this algorithm.
Re: Show HN: I Invented a New Machine Learning Algorithm
#5> I asked ChatGPT and it said it wasn’t aware of it. nah. You are using ChatGPT wrong.
Seeing how you think "tail recursion " is relevant when it isn't, it's more likely that you don't actually understand the algorithm.
Re: Show HN: I Invented a New Machine Learning Algorithm
#6Re: Show HN: I Invented a New Machine Learning Algorithm
#7Earlier quoted context omitted.
Tail recursion is completely irrelevant to this algorithm.
then enlighten me how different is it from tail recursion?
Tail recursion is when the recursive call is last in a function; this algorithm uses breadth-first search to simultaneously 1. search the space of inputs and outputs 2. find the smallest set out of outputs to reach a reward. Again, tail recursion is completely irrelevant.