Re: [opencog-dev] Learner

2017-04-24 Thread Nageen Naeem
Actually, i am new to OpenCog and this field so trying the tutorial and
learning how to create an agent in OpenCog, as I have to create an agent in
OpenCog and it's node concept that he can use.
Guide me how to start for doing this
Thanks

Regards
Nageen

On Tue, Apr 25, 2017 at 8:15 AM, Linas Vepstas 
wrote:

> Don't bother with mindagents until you know what you think you might need
> them for.  Its easier to just write scripts to do what you need to do.
>
> --linas
>
> On Mon, Apr 24, 2017 at 7:18 AM, Nageen Naeem  wrote:
>
>> hey,
>> as previously discuss that I build opencog and connected to the server,
>> now I am trying to create mind agent following the tutorial and got to know
>> that there is file difference in both link as followed.
>>
>> https://github.com/opencog/opencog
>> https://github.com/opencog/opencog/tree/master/examples/module
>>
>> https://github.com/shawntan/opencog
>> https://github.com/shawntan/opencog/tree/master/examples/modules
>>
>> these are the tutorial which i am following.
>> http://wiki.opencog.org/w/Creating_a_new_Mind_Agent_in_C
>> http://wiki.opencog.org/w/Creating_a_Mind_Agent_that_does_something_in_C
>>
>> On Mon, Apr 24, 2017 at 1:29 PM, Nageen Naeem 
>> wrote:
>>
>>> I'm interested in creating an agent in OpenCog and make some atomspace
>>> for that, is it possible, if possible then how to please guide me.
>>> Thanks
>>> Regards
>>> Nageen
>>>
>>> On Mon, Apr 24, 2017 at 11:30 AM, 'Nil Geisweiller' via opencog <
>>> opencog@googlegroups.com> wrote:
>>>
 On 04/23/2017 02:31 PM, Nageen Naeem wrote:

> Sir, can you guide me how started and at what stage you are?
>

 These days I'm mainly focused on the URE

 http://wiki.opencog.org/w/Unified_rule_engine

 I recommend starting with the pattern matcher because it is such an
 essential component and much of opencog is built upon it. If you're
 interested in reasoning, I would start with that, reading

 http://wiki.opencog.org/w/Pattern_matching

 and the README I pointed to you earlier. Then look at the URE.

 If you're more interested in program learning, have a look at

 http://wiki.opencog.org/w/Meta-Optimizing_Semantic_Evolutionary_Search

 If you're more interested in natural language processing

 http://wiki.opencog.org/w/Natural_language_processing

 Nil


> On Sun, Apr 23, 2017 at 3:23 PM, 'Nil Geisweiller' via opencog
> > wrote:
>
> I have barely looked at the tutorials myself, so if I have to guide
> you I would tell you to start with
>
> https://github.com/opencog/atomspace/blob/master/examples/pa
> ttern-matcher/README.md
>  attern-matcher/README.md>
>
> Nil
>
> On 04/23/2017 11:05 AM, Nageen Naeem wrote:
>
> can you guide me in detail?
> Thanks
>
> Regards
> Nageen
>
> On Sun, Apr 23, 2017 at 12:34 PM, 'Nil Geisweiller' via opencog
> 
> 
> >> wrote:
>
> Hi,
>
> there are tutorials on the wiki
>
> http://wiki.opencog.org/w/Category:Tutorials
> 
>  >
>
> I recommend you take a look at examples in the atomspace
> repo
>
> /examples
>
> first the pattern matcher, then rule-engine, etc.
>
> then the opencog repo
>
> /examples
>
> Nil
>
> On 04/23/2017 10:05 AM, Nageen Naeem wrote:
>
> Hi,
>
> I am Nageen, a computer science student.I am new to
> this
> field
> and new
> to OpenCog also, I understand the base concept of
> OpenCog first
> now I am
> trying to use it I install it using instruction give
> on the
> following
> page
> "http://wiki.opencog.org/w/Installing_OpenCog_for_Noobs
> 
>  talling_OpenCog_for_Noobs
> >"
> installation is done.
> I would love to know more about the OpenCog can 

Re: [opencog-dev] Learner

2017-04-24 Thread Linas Vepstas
Don't bother with mindagents until you know what you think you might need
them for.  Its easier to just write scripts to do what you need to do.

--linas

On Mon, Apr 24, 2017 at 7:18 AM, Nageen Naeem  wrote:

> hey,
> as previously discuss that I build opencog and connected to the server,
> now I am trying to create mind agent following the tutorial and got to know
> that there is file difference in both link as followed.
>
> https://github.com/opencog/opencog
> https://github.com/opencog/opencog/tree/master/examples/module
>
> https://github.com/shawntan/opencog
> https://github.com/shawntan/opencog/tree/master/examples/modules
>
> these are the tutorial which i am following.
> http://wiki.opencog.org/w/Creating_a_new_Mind_Agent_in_C
> http://wiki.opencog.org/w/Creating_a_Mind_Agent_that_does_something_in_C
>
> On Mon, Apr 24, 2017 at 1:29 PM, Nageen Naeem  wrote:
>
>> I'm interested in creating an agent in OpenCog and make some atomspace
>> for that, is it possible, if possible then how to please guide me.
>> Thanks
>> Regards
>> Nageen
>>
>> On Mon, Apr 24, 2017 at 11:30 AM, 'Nil Geisweiller' via opencog <
>> opencog@googlegroups.com> wrote:
>>
>>> On 04/23/2017 02:31 PM, Nageen Naeem wrote:
>>>
 Sir, can you guide me how started and at what stage you are?

>>>
>>> These days I'm mainly focused on the URE
>>>
>>> http://wiki.opencog.org/w/Unified_rule_engine
>>>
>>> I recommend starting with the pattern matcher because it is such an
>>> essential component and much of opencog is built upon it. If you're
>>> interested in reasoning, I would start with that, reading
>>>
>>> http://wiki.opencog.org/w/Pattern_matching
>>>
>>> and the README I pointed to you earlier. Then look at the URE.
>>>
>>> If you're more interested in program learning, have a look at
>>>
>>> http://wiki.opencog.org/w/Meta-Optimizing_Semantic_Evolutionary_Search
>>>
>>> If you're more interested in natural language processing
>>>
>>> http://wiki.opencog.org/w/Natural_language_processing
>>>
>>> Nil
>>>
>>>
 On Sun, Apr 23, 2017 at 3:23 PM, 'Nil Geisweiller' via opencog
 > wrote:

 I have barely looked at the tutorials myself, so if I have to guide
 you I would tell you to start with

 https://github.com/opencog/atomspace/blob/master/examples/pa
 ttern-matcher/README.md
 

 Nil

 On 04/23/2017 11:05 AM, Nageen Naeem wrote:

 can you guide me in detail?
 Thanks

 Regards
 Nageen

 On Sun, Apr 23, 2017 at 12:34 PM, 'Nil Geisweiller' via opencog
 
 >> wrote:

 Hi,

 there are tutorials on the wiki

 http://wiki.opencog.org/w/Category:Tutorials
 
 >

 I recommend you take a look at examples in the atomspace
 repo

 /examples

 first the pattern matcher, then rule-engine, etc.

 then the opencog repo

 /examples

 Nil

 On 04/23/2017 10:05 AM, Nageen Naeem wrote:

 Hi,

 I am Nageen, a computer science student.I am new to this
 field
 and new
 to OpenCog also, I understand the base concept of
 OpenCog first
 now I am
 trying to use it I install it using instruction give on
 the
 following
 page
 "http://wiki.opencog.org/w/Installing_OpenCog_for_Noobs
 
 >"
 installation is done.
 I would love to know more about the OpenCog can anyone
 guide me
 how to
 go further?
 Thanks

 Regards
 Nageen

 --
 You received this message because you are subscribed to
 the Google
 Groups "opencog" group.
 To unsubscribe from this group and stop receiving emails
 from
 it, send
 

Re: [opencog-dev] Learner

2017-04-24 Thread Nageen Naeem
hey,
as previously discuss that I build opencog and connected to the server, now
I am trying to create mind agent following the tutorial and got to know
that there is file difference in both link as followed.

https://github.com/opencog/opencog
https://github.com/opencog/opencog/tree/master/examples/module

https://github.com/shawntan/opencog
https://github.com/shawntan/opencog/tree/master/examples/modules

these are the tutorial which i am following.
http://wiki.opencog.org/w/Creating_a_new_Mind_Agent_in_C
http://wiki.opencog.org/w/Creating_a_Mind_Agent_that_does_something_in_C

On Mon, Apr 24, 2017 at 1:29 PM, Nageen Naeem  wrote:

> I'm interested in creating an agent in OpenCog and make some atomspace for
> that, is it possible, if possible then how to please guide me.
> Thanks
> Regards
> Nageen
>
> On Mon, Apr 24, 2017 at 11:30 AM, 'Nil Geisweiller' via opencog <
> opencog@googlegroups.com> wrote:
>
>> On 04/23/2017 02:31 PM, Nageen Naeem wrote:
>>
>>> Sir, can you guide me how started and at what stage you are?
>>>
>>
>> These days I'm mainly focused on the URE
>>
>> http://wiki.opencog.org/w/Unified_rule_engine
>>
>> I recommend starting with the pattern matcher because it is such an
>> essential component and much of opencog is built upon it. If you're
>> interested in reasoning, I would start with that, reading
>>
>> http://wiki.opencog.org/w/Pattern_matching
>>
>> and the README I pointed to you earlier. Then look at the URE.
>>
>> If you're more interested in program learning, have a look at
>>
>> http://wiki.opencog.org/w/Meta-Optimizing_Semantic_Evolutionary_Search
>>
>> If you're more interested in natural language processing
>>
>> http://wiki.opencog.org/w/Natural_language_processing
>>
>> Nil
>>
>>
>>> On Sun, Apr 23, 2017 at 3:23 PM, 'Nil Geisweiller' via opencog
>>> > wrote:
>>>
>>> I have barely looked at the tutorials myself, so if I have to guide
>>> you I would tell you to start with
>>>
>>> https://github.com/opencog/atomspace/blob/master/examples/pa
>>> ttern-matcher/README.md
>>> >> attern-matcher/README.md>
>>>
>>> Nil
>>>
>>> On 04/23/2017 11:05 AM, Nageen Naeem wrote:
>>>
>>> can you guide me in detail?
>>> Thanks
>>>
>>> Regards
>>> Nageen
>>>
>>> On Sun, Apr 23, 2017 at 12:34 PM, 'Nil Geisweiller' via opencog
>>> 
>>> >>
>>> >> wrote:
>>>
>>> Hi,
>>>
>>> there are tutorials on the wiki
>>>
>>> http://wiki.opencog.org/w/Category:Tutorials
>>> 
>>> >> >
>>>
>>> I recommend you take a look at examples in the atomspace repo
>>>
>>> /examples
>>>
>>> first the pattern matcher, then rule-engine, etc.
>>>
>>> then the opencog repo
>>>
>>> /examples
>>>
>>> Nil
>>>
>>> On 04/23/2017 10:05 AM, Nageen Naeem wrote:
>>>
>>> Hi,
>>>
>>> I am Nageen, a computer science student.I am new to this
>>> field
>>> and new
>>> to OpenCog also, I understand the base concept of
>>> OpenCog first
>>> now I am
>>> trying to use it I install it using instruction give on
>>> the
>>> following
>>> page
>>> "http://wiki.opencog.org/w/Installing_OpenCog_for_Noobs
>>> 
>>> >> >"
>>> installation is done.
>>> I would love to know more about the OpenCog can anyone
>>> guide me
>>> how to
>>> go further?
>>> Thanks
>>>
>>> Regards
>>> Nageen
>>>
>>> --
>>> You received this message because you are subscribed to
>>> the Google
>>> Groups "opencog" group.
>>> To unsubscribe from this group and stop receiving emails
>>> from
>>> it, send
>>> an email to opencog+unsubscr...@googlegroups.com
>>> 
>>> >> >
>>> >> 
>>>   

Re: [opencog-dev] Learner

2017-04-24 Thread Nageen Naeem
I'm interested in creating an agent in OpenCog and make some atomspace for
that, is it possible, if possible then how to please guide me.
Thanks
Regards
Nageen

On Mon, Apr 24, 2017 at 11:30 AM, 'Nil Geisweiller' via opencog <
opencog@googlegroups.com> wrote:

> On 04/23/2017 02:31 PM, Nageen Naeem wrote:
>
>> Sir, can you guide me how started and at what stage you are?
>>
>
> These days I'm mainly focused on the URE
>
> http://wiki.opencog.org/w/Unified_rule_engine
>
> I recommend starting with the pattern matcher because it is such an
> essential component and much of opencog is built upon it. If you're
> interested in reasoning, I would start with that, reading
>
> http://wiki.opencog.org/w/Pattern_matching
>
> and the README I pointed to you earlier. Then look at the URE.
>
> If you're more interested in program learning, have a look at
>
> http://wiki.opencog.org/w/Meta-Optimizing_Semantic_Evolutionary_Search
>
> If you're more interested in natural language processing
>
> http://wiki.opencog.org/w/Natural_language_processing
>
> Nil
>
>
>> On Sun, Apr 23, 2017 at 3:23 PM, 'Nil Geisweiller' via opencog
>> > wrote:
>>
>> I have barely looked at the tutorials myself, so if I have to guide
>> you I would tell you to start with
>>
>> https://github.com/opencog/atomspace/blob/master/examples/
>> pattern-matcher/README.md
>> > pattern-matcher/README.md>
>>
>> Nil
>>
>> On 04/23/2017 11:05 AM, Nageen Naeem wrote:
>>
>> can you guide me in detail?
>> Thanks
>>
>> Regards
>> Nageen
>>
>> On Sun, Apr 23, 2017 at 12:34 PM, 'Nil Geisweiller' via opencog
>> 
>> >
>> >> wrote:
>>
>> Hi,
>>
>> there are tutorials on the wiki
>>
>> http://wiki.opencog.org/w/Category:Tutorials
>> 
>> > >
>>
>> I recommend you take a look at examples in the atomspace repo
>>
>> /examples
>>
>> first the pattern matcher, then rule-engine, etc.
>>
>> then the opencog repo
>>
>> /examples
>>
>> Nil
>>
>> On 04/23/2017 10:05 AM, Nageen Naeem wrote:
>>
>> Hi,
>>
>> I am Nageen, a computer science student.I am new to this
>> field
>> and new
>> to OpenCog also, I understand the base concept of
>> OpenCog first
>> now I am
>> trying to use it I install it using instruction give on
>> the
>> following
>> page
>> "http://wiki.opencog.org/w/Installing_OpenCog_for_Noobs
>> 
>> > >"
>> installation is done.
>> I would love to know more about the OpenCog can anyone
>> guide me
>> how to
>> go further?
>> Thanks
>>
>> Regards
>> Nageen
>>
>> --
>> You received this message because you are subscribed to
>> the Google
>> Groups "opencog" group.
>> To unsubscribe from this group and stop receiving emails
>> from
>> it, send
>> an email to opencog+unsubscr...@googlegroups.com
>> 
>> > >
>> > 
>> > >>.
>>
>> To post to this group, send email to
>> opencog@googlegroups.com 
>> > >
>> > 
>> > >>.
>> Visit this group at
>> https://groups.google.com/group/opencog
>> 
>> > >.

Re: [opencog-dev] Learner

2017-04-24 Thread 'Nil Geisweiller' via opencog

And for the action decision module, there is OpenPsi

http://wiki.opencog.org/w/OpenPsi

what OpenCog uses to control agents in real or virtual worlds.

Nil

On 04/24/2017 09:30 AM, Nil Geisweiller wrote:

On 04/23/2017 02:31 PM, Nageen Naeem wrote:

Sir, can you guide me how started and at what stage you are?


These days I'm mainly focused on the URE

http://wiki.opencog.org/w/Unified_rule_engine

I recommend starting with the pattern matcher because it is such an
essential component and much of opencog is built upon it. If you're
interested in reasoning, I would start with that, reading

http://wiki.opencog.org/w/Pattern_matching

and the README I pointed to you earlier. Then look at the URE.

If you're more interested in program learning, have a look at

http://wiki.opencog.org/w/Meta-Optimizing_Semantic_Evolutionary_Search

If you're more interested in natural language processing

http://wiki.opencog.org/w/Natural_language_processing

Nil



On Sun, Apr 23, 2017 at 3:23 PM, 'Nil Geisweiller' via opencog
> wrote:

I have barely looked at the tutorials myself, so if I have to guide
you I would tell you to start with


https://github.com/opencog/atomspace/blob/master/examples/pattern-matcher/README.md





Nil

On 04/23/2017 11:05 AM, Nageen Naeem wrote:

can you guide me in detail?
Thanks

Regards
Nageen

On Sun, Apr 23, 2017 at 12:34 PM, 'Nil Geisweiller' via opencog

>> wrote:

Hi,

there are tutorials on the wiki

http://wiki.opencog.org/w/Category:Tutorials

>

I recommend you take a look at examples in the atomspace repo

/examples

first the pattern matcher, then rule-engine, etc.

then the opencog repo

/examples

Nil

On 04/23/2017 10:05 AM, Nageen Naeem wrote:

Hi,

I am Nageen, a computer science student.I am new to this
field
and new
to OpenCog also, I understand the base concept of
OpenCog first
now I am
trying to use it I install it using instruction give
on the
following
page
"http://wiki.opencog.org/w/Installing_OpenCog_for_Noobs

>"
installation is done.
I would love to know more about the OpenCog can anyone
guide me
how to
go further?
Thanks

Regards
Nageen

--
You received this message because you are subscribed to
the Google
Groups "opencog" group.
To unsubscribe from this group and stop receiving emails
from
it, send
an email to opencog+unsubscr...@googlegroups.com

>

>>.
To post to this group, send email to
opencog@googlegroups.com 
>

>>.
Visit this group at
https://groups.google.com/group/opencog

>.
To view this discussion on the web visit


https://groups.google.com/d/msgid/opencog/437cdbc5-74a9-4339-bc79-276e44376ff9%40googlegroups.com








Re: [opencog-dev] Learner

2017-04-24 Thread 'Nil Geisweiller' via opencog

On 04/23/2017 02:31 PM, Nageen Naeem wrote:

Sir, can you guide me how started and at what stage you are?


These days I'm mainly focused on the URE

http://wiki.opencog.org/w/Unified_rule_engine

I recommend starting with the pattern matcher because it is such an 
essential component and much of opencog is built upon it. If you're 
interested in reasoning, I would start with that, reading


http://wiki.opencog.org/w/Pattern_matching

and the README I pointed to you earlier. Then look at the URE.

If you're more interested in program learning, have a look at

http://wiki.opencog.org/w/Meta-Optimizing_Semantic_Evolutionary_Search

If you're more interested in natural language processing

http://wiki.opencog.org/w/Natural_language_processing

Nil



On Sun, Apr 23, 2017 at 3:23 PM, 'Nil Geisweiller' via opencog
> wrote:

I have barely looked at the tutorials myself, so if I have to guide
you I would tell you to start with


https://github.com/opencog/atomspace/blob/master/examples/pattern-matcher/README.md



Nil

On 04/23/2017 11:05 AM, Nageen Naeem wrote:

can you guide me in detail?
Thanks

Regards
Nageen

On Sun, Apr 23, 2017 at 12:34 PM, 'Nil Geisweiller' via opencog

>> wrote:

Hi,

there are tutorials on the wiki

http://wiki.opencog.org/w/Category:Tutorials

>

I recommend you take a look at examples in the atomspace repo

/examples

first the pattern matcher, then rule-engine, etc.

then the opencog repo

/examples

Nil

On 04/23/2017 10:05 AM, Nageen Naeem wrote:

Hi,

I am Nageen, a computer science student.I am new to this
field
and new
to OpenCog also, I understand the base concept of
OpenCog first
now I am
trying to use it I install it using instruction give on the
following
page
"http://wiki.opencog.org/w/Installing_OpenCog_for_Noobs

>"
installation is done.
I would love to know more about the OpenCog can anyone
guide me
how to
go further?
Thanks

Regards
Nageen

--
You received this message because you are subscribed to
the Google
Groups "opencog" group.
To unsubscribe from this group and stop receiving emails
from
it, send
an email to opencog+unsubscr...@googlegroups.com

>

>>.
To post to this group, send email to
opencog@googlegroups.com 
>

>>.
Visit this group at
https://groups.google.com/group/opencog

>.
To view this discussion on the web visit


https://groups.google.com/d/msgid/opencog/437cdbc5-74a9-4339-bc79-276e44376ff9%40googlegroups.com




>



Re: [opencog-dev] Learner

2017-04-23 Thread 'Nil Geisweiller' via opencog

Hi,

there are tutorials on the wiki

http://wiki.opencog.org/w/Category:Tutorials

I recommend you take a look at examples in the atomspace repo

/examples

first the pattern matcher, then rule-engine, etc.

then the opencog repo

/examples

Nil

On 04/23/2017 10:05 AM, Nageen Naeem wrote:

Hi,

I am Nageen, a computer science student.I am new to this field and new
to OpenCog also, I understand the base concept of OpenCog first now I am
trying to use it I install it using instruction give on the following
page "http://wiki.opencog.org/w/Installing_OpenCog_for_Noobs;
installation is done.
I would love to know more about the OpenCog can anyone guide me  how to
go further?
Thanks

Regards
Nageen

--
You received this message because you are subscribed to the Google
Groups "opencog" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opencog+unsubscr...@googlegroups.com
.
To post to this group, send email to opencog@googlegroups.com
.
Visit this group at https://groups.google.com/group/opencog.
To view this discussion on the web visit
https://groups.google.com/d/msgid/opencog/437cdbc5-74a9-4339-bc79-276e44376ff9%40googlegroups.com
.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
"opencog" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to opencog+unsubscr...@googlegroups.com.
To post to this group, send email to opencog@googlegroups.com.
Visit this group at https://groups.google.com/group/opencog.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/opencog/fc2bada4-9daf-cad3-e1cf-1f7296bc5edd%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[opencog-dev] Learner

2017-04-23 Thread Nageen Naeem
Hi,

I am Nageen, a computer science student.I am new to this field and new to 
OpenCog also, I understand the base concept of OpenCog first now I am 
trying to use it I install it using instruction give on the following page 
"http://wiki.opencog.org/w/Installing_OpenCog_for_Noobs; installation is 
done.
I would love to know more about the OpenCog can anyone guide me  how to go 
further?
Thanks

Regards 
Nageen

-- 
You received this message because you are subscribed to the Google Groups 
"opencog" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to opencog+unsubscr...@googlegroups.com.
To post to this group, send email to opencog@googlegroups.com.
Visit this group at https://groups.google.com/group/opencog.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/opencog/437cdbc5-74a9-4339-bc79-276e44376ff9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.