Live data from Hacker News

Show HN: I Invented a New Machine Learning Algorithm

medium.com

1–7 of 7 posts

Re: Show HN: I Invented a New Machine Learning Algorithm

#7
post #4

Earlier 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.