Name of an algorithm

  • 9 Replies
  • 2707 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
  • *
  • 1307
  • 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/

 


Requirements for functional equivalence to conscious processing?
by DaltonG (General AI Discussion)
November 19, 2024, 11:56:05 am
Will LLMs ever learn what is ... is?
by HS (Future of AI)
November 10, 2024, 06:28:10 pm
Who's the AI?
by frankinstien (Future of AI)
November 04, 2024, 05:45:05 am
Project Acuitas
by WriterOfMinds (General Project Discussion)
October 27, 2024, 09:17:10 pm
Ai improving AI
by infurl (AI Programming)
October 19, 2024, 03:43:29 am
Atronach's Eye
by WriterOfMinds (Home Made Robots)
October 13, 2024, 09:52:42 pm
Running local AI models
by spydaz (AI Programming)
October 07, 2024, 09:00:53 am
Hi IM BAA---AAACK!!
by MagnusWootton (Home Made Robots)
September 16, 2024, 09:49:10 pm
LLaMA2 Meta's chatbot released
by spydaz (AI News )
August 24, 2024, 02:58:36 pm
ollama and llama3
by spydaz (AI News )
August 24, 2024, 02:55:13 pm
AI controlled F-16, for real!
by frankinstien (AI News )
June 15, 2024, 05:40:28 am
Open AI GPT-4o - audio, vision, text combined reasoning
by MikeB (AI News )
May 14, 2024, 05:46:48 am
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

Users Online

432 Guests, 0 Users

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

Articles