Wild ontology - where am I wrong?

  • 19 Replies
  • 6759 Views
*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1307
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: Wild ontology - where am I wrong?
« Reply #15 on: August 08, 2018, 06:04:00 pm »
In a large non-relational system, without unique indices, duplicates may creep in:

Code
[
{
"what": "Salary",
"who": [
{
"first": "John",
"last": "Doe",
"paid": "1500.00"
}
],
"when": "Friday"
},
{
"what": "Salary",
"who": [
{
"first": "John",
"last": "Doe",
"paid": "1500.00"
}
],
"when": "Friday"
}
]

My Very Enormous Monster Just Stopped Using Nine

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1307
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: Wild ontology - where am I wrong?
« Reply #16 on: August 08, 2018, 06:10:09 pm »
Yet unique indices are machine generated when the JSON gets decoded:
Code
array (
  0 =>
  array(
     'what' => 'Salary',
     'who' =>
    array (
      0 =>
      array(
         'first' => 'John',
         'last' => 'Doe',
         'paid' => '1500.00',
      ),
    ),
     'when' => 'Friday',
  ),
  1 =>
  array(
     'what' => 'Salary',
     'who' =>
    array (
      0 =>
      array(
         'first' => 'John',
         'last' => 'Doe',
         'paid' => '1500.00',
      ),
    ),
     'when' => 'Friday',
  ),
)

Now unique indices tell them apart.
My Very Enormous Monster Just Stopped Using Nine

*

Zero

  • Eve
  • ***********
  • 1287
Re: Wild ontology - where am I wrong?
« Reply #17 on: August 08, 2018, 09:43:27 pm »
Well it seems fair: duplicates happen in real life. It's all about the resolution, the precision of data. In very low resolution, say 8x8 pic, one human really looks like another one. They're duplicate. But if you get better resolution, say 64x64, you start seeing little details, that help you distinguish humans. Same goes here. "John Doe" and "John Doe" look like duplicates, just because we don't have enough details. If you add their age in the dataset for example, maybe you can distinguish them, and tell who's who.

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1307
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: Wild ontology - where am I wrong?
« Reply #18 on: August 09, 2018, 07:26:29 am »
"duplicates happen in real life", Zero said.
 Yes they do, but they can cause problems
 such as the Y2K bug which could not tell
 the difference between years 2000 & 1900.
My Very Enormous Monster Just Stopped Using Nine

*

spydaz

  • Trusty Member
  • *******
  • Starship Trooper
  • *
  • 325
  • Developing Conversational AI (Natural Language/ML)
    • Spydaz_Web
Re: Wild ontology - where am I wrong?
« Reply #19 on: August 09, 2018, 10:40:49 am »
No lag at all. Mitsuku usually processes and responds to any input under half a second even when dealing with hundreds of users at once. She has to search and process over 300,000 categories and the responses are extremely quick.

This has also been a major problem, Response time!

Is it a programming issue(refactor/Simplify) or data searching issue?

How do you reduce the response time?

I constantly debate whether to move the Processing and data to the cloud to have some grid computing power?

 


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

290 Guests, 0 Users

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

Articles