Wild ontology - where am I wrong?

  • 19 Replies
  • 5741 Views
*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • 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
  • *
  • 1302
  • 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
  • *
  • 1302
  • 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
  • *
  • 322
  • 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?

 


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

278 Guests, 0 Users

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

Articles