Name of an algorithm

  • 9 Replies
  • 2397 Views
*

Marcus Vilain

  • Roomba
  • *
  • 11
Name of an algorithm
« on: November 24, 2018, 10:18:03 am »
Hi there,

Just wanted to know how the following algorithm is named :

- It search in depth guided by an heuristic and cut the branch if it consider that the branch is not good enough.

Thanks for that !
Marcus

*

Korrelan

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1454
  • Look into my eyes! WOAH!
    • YouTube
Re: Name of an algorithm
« Reply #1 on: November 24, 2018, 02:22:12 pm »
It thunk... therefore it is!...    /    Project Page    /    KorrTecx Website

*

Marcus Vilain

  • Roomba
  • *
  • 11
Re: Name of an algorithm
« Reply #2 on: November 24, 2018, 09:34:52 pm »
Hi,

Thank you for your answer. Not sure that the decision tree pruning is the right name since it seems related to learning algorithm but I’ll take a closer look... The term « pruning Â» make me think about « branch and bound Â».

In fact, it’s a sort of « best first Â» search with pruning...  I can’t believe this has no name.

Marcus

*

Art

  • At the end of the game, the King and Pawn go into the same box.
  • Trusty Member
  • **********************
  • Colossus
  • *
  • 5865
Re: Name of an algorithm
« Reply #3 on: November 25, 2018, 03:08:21 am »
It can be called anything you like but I believe Korrelan is correct in his choice of labels.

Some call it Selective Pruning but the description of "Selective" = decision, therefore the same thing.
In the world of AI, it's the thought that counts!

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: Name of an algorithm
« Reply #4 on: November 25, 2018, 04:20:20 pm »
Wow!  This is a good A.I. topic you started, Marcus.

Hey AiDreams, let's go take an online college
course together.  Imagine that, all of us
fellow online students?

Here is our first homework assignment...
Reference: CSE 473 Artificial Intelligence
https://courses.cs.washington.edu/courses/cse473/14sp/slides/3-search.pdf

Which is Marcus asking about?

A. Depth-first search DFS
B. Breadth-first search BFS
C. Best First with f(n)= heuristic estimate.
D. Greedy Search
E. None of the above

Your answer:____

Thanks and credit to Hanna Hajishirzi, Dan Klein, Stuart Russell,  Andrew Moore, Dan Weld, Pieter Abbeel, and Luke  Zettelmoyer at The University of Washington.
My Very Enormous Monster Just Stopped Using Nine

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: Name of an algorithm
« Reply #5 on: November 25, 2018, 10:46:24 pm »
holy, molly, that moment at 1/3rd down the pdf, shocking...........................the parse tree is a markov chain graph
Emergent          https://openai.com/blog/

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: Name of an algorithm
« Reply #6 on: November 26, 2018, 12:00:09 am »
a comparison of 3 ways of building sequences:

Add "dog dot" and you have a problem.
Emergent          https://openai.com/blog/

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: Name of an algorithm
« Reply #7 on: November 26, 2018, 12:15:53 am »
Notice mine can also do breadth search thingy, and notice my example has sequences beginning with D. Also I left out markings on my lines, 1 & 2 denote order of sequences, ex. D>O.
Emergent          https://openai.com/blog/

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: Name of an algorithm
« Reply #8 on: November 26, 2018, 12:33:56 am »
"No information about goal location "

Mine at top allows you to know where you're going. If you're looking for "dog dot", you just keep looking for parent matches ex. "di" & "m" point to "dim". You don't even have to check all "di" 's  parents!
Emergent          https://openai.com/blog/

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: Name of an algorithm
« Reply #9 on: November 26, 2018, 12:56:39 am »
see that map of countries in the PDF?
Mine can do it too, follow along the green country nodes:
Emergent          https://openai.com/blog/

 


OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 31, 2024, 01:00:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

291 Guests, 0 Users

Most Online Today: 343. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles