Artificial Scientist Project

  • 41 Replies
  • 13423 Views
*

ivanv

  • Trusty Member
  • ***
  • Nomad
  • *
  • 89
  • automatic mistake machine
Artificial Scientist Project
« on: September 01, 2011, 07:05:53 pm »
I'm doing some work on behaviour of AI. Particularly on recognition of user intension. I thought that somehow mood about some intension has to be recorded. So a solution came to my mind: to align all doings according to "wanting to know and predict input as much as possible". And that could be the opposite side of "fearing of unknown input". Something like reinforcement learning.
But what if, for predicting input, machine uses some autoritative measures like "do that or else  :knuppel2: ". I'm wandering is there some workaround?

*

ivanv

  • Trusty Member
  • ***
  • Nomad
  • *
  • 89
  • automatic mistake machine
Re: Artificial Scientist Project
« Reply #1 on: September 02, 2011, 03:47:19 pm »
some experiments with data formatting and visual representation (no, it's not off topic, it's about data!):



 :i20:

*

ivanv

  • Trusty Member
  • ***
  • Nomad
  • *
  • 89
  • automatic mistake machine
Re: Artificial Scientist Project
« Reply #2 on: September 02, 2011, 04:01:48 pm »
oh, yes, just for completeness, although it was already published under "ethic" topic


 :i20:

*

ivanv

  • Trusty Member
  • ***
  • Nomad
  • *
  • 89
  • automatic mistake machine
Re: Artificial Scientist Project
« Reply #3 on: September 02, 2011, 05:08:08 pm »
Hello everyone!
I'm in dilemma. Do you consider last two posts as spam material? should I delete them?

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6856
  • Mostly Harmless
Re: Artificial Scientist Project
« Reply #4 on: September 02, 2011, 05:18:55 pm »
Hey, no not spam by any means, just busy at the moment so haven't commented... perfectly fine by me  O0

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Artificial Scientist Project
« Reply #5 on: September 04, 2011, 07:57:52 am »
I'm still wondering what you used to make the videos?

*

ivanv

  • Trusty Member
  • ***
  • Nomad
  • *
  • 89
  • automatic mistake machine
Re: Artificial Scientist Project
« Reply #6 on: September 04, 2011, 08:37:10 am »
I'm still wondering what you used to make the videos?

first two videos are made in xara designer.
third one is made in swish max (for creating flash content)

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Artificial Scientist Project
« Reply #7 on: September 04, 2011, 09:36:14 am »
The first one sort of reminds me of pivot tables.
The second, I don't really understand what you are trying to say, though it does remind me of how I represent data sometimes. Are you looking for, trying to or have developed a set based database system?
 Here's an old image (but still mostly valid) of mind map editing in my neural network designer:

The blue one is a cluster of type 'object'. It contains a text neuron with the value 'me' and a regular neuron that's simply labelled 'me'. the object links to a neuron labeled 'home' and the link has a meaning of 'at', so you can read it as 'me at home'  :o

*

ivanv

  • Trusty Member
  • ***
  • Nomad
  • *
  • 89
  • automatic mistake machine
Re: Artificial Scientist Project
« Reply #8 on: September 04, 2011, 11:03:47 am »
Are you looking for, trying to or have developed a set based database system?

just for a while now, i'm experimenting with different formats for storing knowledge base, which i find very important for artificial intelligence. i test these formats on real-world commercial demands. once i have a complete system for knowledge base, i'll move to next step - implementing behaviour mechanism. i have no interest in commercial application development (at least for now), but i would be happy to participate with the idea.

the first video  shows a sort of inheritance mechanism known from OOP

the second video shows  how knowledge base could be defined through sets and N:1 relations known from relational databases. some background knowledge about databases in required to spot progress over current technology (SQL). but as for ai, the principle is this: each set has elements. each element can be connected to elements of other set through relations.
<below, in attachment is example>

well, first two videos show separately element in sets (first video) and definition of that elements (second video). my next station is to merge those two concepts into one single diagram. also, some dynamics for data are ought to be added. wish me luck  :-\

*

ivanv

  • Trusty Member
  • ***
  • Nomad
  • *
  • 89
  • automatic mistake machine
Re: Artificial Scientist Project
« Reply #9 on: September 06, 2011, 01:38:55 pm »
as i was fastly enter the trusty member hall, i'm trying to prove myself a hard time. i was experimenting with that graph representation of knowledge. look at what i managed to construct with paradigm i called binary relational modeling (brm). brm has its own dedicated site under construction where that paradigm is being described in detail.
« Last Edit: September 06, 2011, 01:45:43 pm by ivanv »

*

infurl

  • Administrator
  • ***********
  • Eve
  • *
  • 1365
  • Humans will disappoint you.
    • Home Page
Re: Artificial Scientist Project
« Reply #10 on: September 06, 2011, 05:25:03 pm »
as i was fastly enter the trusty member hall, i'm trying to prove myself a hard time. i was experimenting with that graph representation of knowledge. look at what i managed to construct with paradigm i called binary relational modeling (brm). brm has its own dedicated site under construction where that paradigm is being described in detail.

Here is an article about data modelling and conceptual schemas that may help you, in case you haven't already come across it.

http://en.wikipedia.org/wiki/Conceptual_schema

*

ivanv

  • Trusty Member
  • ***
  • Nomad
  • *
  • 89
  • automatic mistake machine
Re: Artificial Scientist Project
« Reply #11 on: September 06, 2011, 08:21:11 pm »

Here is an article about data modelling and conceptual schemas that may help you, in case you haven't already come across it.

http://en.wikipedia.org/wiki/Conceptual_schema

boy, you scared me, particulary with this one: http://en.wikipedia.org/wiki/Concept_mapping. but i'm dealing with sets having elements and binary relations, not with concepts and n-ary relations. after folowing some links, i concluded that my brm isn't  subset of any graphing methods i found in wiki about conceptual schemas, or at least it differs in groundings.

these are example relationships i found on wiki:

    Each PERSON may be the vendor in one or more ORDERS.
        - done with brm (essence)
    Each ORDER must be from one and only one PERSON.
        - done with brm (essence)
    PERSON is a sub-type of PARTY.
        - requires complicating brm (not an option despite of expressive power)
        - will be implemented in superduper knowledge representation base that will hold brm also
    Each Employee may have the supervisor within Employee.
        - done with brm (by recursion)

anyway, thanks for watching and for information that i might not been wasting time.  :D

*

ivanv

  • Trusty Member
  • ***
  • Nomad
  • *
  • 89
  • automatic mistake machine
Re: Artificial Scientist Project
« Reply #12 on: September 06, 2011, 09:30:44 pm »
i just googled "binary relational model" and it happend! i invented hot water!

link 1: http://c2.com/cgi/wiki?SemanticBinaryModel
"Semantic Binary Model" is "A database model proposed by Dr Naphtali David Rishe.". it sounds just like brm and page was written in 2009.

link 2: http://dl.acm.org/citation.cfm?id=1575688
"The Use of the Binary-Relational Model in Industry: A Practical Approach"". a book from 2009

link 3: http://dl.acm.org/citation.cfm?id=636814
"The Semantic Binary Relationship Model of information". this is my favourite. the book dates from 1984!

... and so on ...

the damn thing is full of that stuff!  :uglystupid2: no, it's not funny! O0

anyway, if you think it deserves a look here is my own link:
https://sites.google.com/site/binaryrelationalmodeling/
 

*

ivanv

  • Trusty Member
  • ***
  • Nomad
  • *
  • 89
  • automatic mistake machine
Re: Artificial Scientist Project
« Reply #13 on: September 08, 2011, 12:58:13 pm »
here is a little presentation of how true ai would be implemented.
very breaf, 5 pages, no basic knowledge required:
https://sites.google.com/site/ivanvodisek/AI-goal.swf

*

Genesis

  • Roomba
  • *
  • 7
Re: Artificial Scientist Project
« Reply #14 on: September 09, 2011, 01:03:19 am »
here is a little presentation of how true ai would be implemented.
very breaf, 5 pages, no basic knowledge required:
https://sites.google.com/site/ivanvodisek/AI-goal.swf

You need a little bit more specificity. Its too general. Too broad.
Have you tested the theory? What are the results?

Edit:

My theory is similar to yours but my end goal is quite different. You are working on recognizing people's intentions. While I'm working on an AGI system that would also be able to not only recognize people's intents, but also recognize what they know and predict what actions they are going to make based on what they know.
« Last Edit: September 09, 2011, 01:14:41 am by Genesis »

 


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

181 Guests, 0 Users

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

Articles